Home
last modified time | relevance | path

Searched refs:COAP_PKI_KEY_ASN1 (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h150 COAP_PKI_KEY_ASN1, /**< The PKI key type is ASN.1 (DER) buffer */ enumerator
/third_party/libcoap/src/
Dcoap_tinydtls.c1075 case COAP_PKI_KEY_ASN1: in coap_dtls_context_set_pki()
Dcoap_openssl.c1137 case COAP_PKI_KEY_ASN1: in setup_pki_server()
1531 case COAP_PKI_KEY_ASN1: in setup_pki_ssl()
Dcoap_mbedtls.c628 case COAP_PKI_KEY_ASN1: in setup_pki_credentials()
Dcoap_gnutls.c1229 case COAP_PKI_KEY_ASN1: in setup_pki_credentials()
/third_party/libcoap/man/
Dcoap_encryption.txt.in674 COAP_PKI_KEY_ASN1, /* The PKI key type is ASN.1 (DER) buffer */
681 This can be COAP_PKI_KEY_PEM, COAP_PKI_KEY_PEM_BUF, COAP_PKI_KEY_ASN1 or