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.h189 COAP_PKI_KEY_PEM = 0, /**< The PKI key type is PEM file */ enumerator
/third_party/libcoap/man/
Dcoap_encryption.txt.in438 * COAP_PKI_KEY_PEM */
540 If set, PKI key format type cannot be COAP_PKI_KEY_PEM. If set,
675 COAP_PKI_KEY_PEM, /* The PKI key type is PEM file */
683 This can be COAP_PKI_KEY_PEM, COAP_PKI_KEY_PEM_BUF, COAP_PKI_KEY_ASN1 or
982 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM;
Dcoap_endpoint_client.txt.in379 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM;
Dcoap_endpoint_server.txt.in412 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM;
/third_party/libcoap/examples/
Dcoap-rd.c657 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM; in fill_keystore()
Dcoap-client.c1383 dtls_pki.pki_key.key_type = COAP_PKI_KEY_PEM; in setup_pki()
Dcoap-server.c1880 dtls_key->key_type = COAP_PKI_KEY_PEM; in update_pki_key()
/third_party/libcoap/src/
Dcoap_tinydtls.c1228 case COAP_PKI_KEY_PEM: in coap_dtls_context_set_pki()
Dcoap_openssl.c1127 case COAP_PKI_KEY_PEM: in setup_pki_server()
1482 case COAP_PKI_KEY_PEM: in setup_pki_ssl()
Dcoap_mbedtls.c512 case COAP_PKI_KEY_PEM: in setup_pki_credentials()
Dcoap_gnutls.c1048 case COAP_PKI_KEY_PEM: in setup_pki_credentials()