enable multi-function hot-add
[qemu/ar7.git] / qapi / crypto.json
blobb058b14d7b4c810b110be9404f0fc009bcfb5700
1 # -*- Mode: Python -*-
3 # QAPI crypto definitions
5 ##
6 # QCryptoTLSCredsEndpoint:
8 # The type of network endpoint that will be using the credentials.
9 # Most types of credential require different setup / structures
10 # depending on whether they will be used in a server versus a
11 # client.
13 # @client: the network endpoint is acting as the client
15 # @server: the network endpoint is acting as the server
17 # Since: 2.5
19 { 'enum': 'QCryptoTLSCredsEndpoint',
20   'prefix': 'QCRYPTO_TLS_CREDS_ENDPOINT',
21   'data': ['client', 'server']}