Home
last modified time | relevance | path

Searched refs:COAP_PKI_KEY_PEM (Results 1 – 11 of 11) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h149 COAP_PKI_KEY_PEM = 0, /**< The PKI key type is PEM file */ enumerator
/third_party/libcoap/man/
Dcoap_encryption.txt.in436 * COAP_PKI_KEY_PEM */
538 If set, PKI key format type cannot be COAP_PKI_KEY_PEM. If set,
673 COAP_PKI_KEY_PEM, /* The PKI key type is PEM file */
681 This can be COAP_PKI_KEY_PEM, COAP_PKI_KEY_PEM_BUF, COAP_PKI_KEY_ASN1 or
980 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM;
Dcoap_endpoint_client.txt.in267 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM;
Dcoap_endpoint_server.txt.in323 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM;
/third_party/libcoap/examples/
Dcoap-rd.c667 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM; in fill_keystore()
Dcoap-client.c1259 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM; in setup_pki()
Dcoap-server.c1869 dtls_key->key_type = COAP_PKI_KEY_PEM; in update_pki_key()
/third_party/libcoap/src/
Dcoap_tinydtls.c1009 case COAP_PKI_KEY_PEM: in coap_dtls_context_set_pki()
Dcoap_openssl.c993 case COAP_PKI_KEY_PEM: in setup_pki_server()
1378 case COAP_PKI_KEY_PEM: in setup_pki_ssl()
Dcoap_mbedtls.c469 case COAP_PKI_KEY_PEM: in setup_pki_credentials()
Dcoap_gnutls.c1038 case COAP_PKI_KEY_PEM: in setup_pki_credentials()