Lines Matching defs:key
186 * The enum used for determining the PKI key formats.
189 COAP_PKI_KEY_PEM = 0, /**< The PKI key type is PEM file */
190 COAP_PKI_KEY_ASN1, /**< The PKI key type is ASN.1 (DER) buffer */
191 COAP_PKI_KEY_PEM_BUF, /**< The PKI key type is PEM buffer */
192 COAP_PKI_KEY_PKCS11, /**< The PKI key type is PKCS11 (DER) */
206 * The certificates and private key data must be in PEM format.
250 * The structure that holds the PKI key information.
253 coap_pki_key_t key_type; /**< key format type */
259 } key;
303 * If set, PKI key format type cannot be
341 coap_dtls_key_t pki_key; /**< PKI key definition */
349 coap_bin_const_t key;
416 coap_bin_const_t key;