Home
last modified time | relevance | path

Searched defs:public_cert (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_dtls.h200 const char *public_cert; /**< File location of Public Cert */ member
215 const uint8_t *public_cert; /**< PEM buffer Public Cert, or Public Key if RPK */ member
229 const uint8_t *public_cert; /**< ASN1 (DER) Public Cert, or Public Key if RPK */ member
242 const char *public_cert; /**< pkcs11: URI for Public Cert */ member
/third_party/libcoap/src/
Dcoap_mbedtls.c126 mbedtls_x509_crt public_cert; member
142 mbedtls_x509_crt public_cert; member
498 mbedtls_x509_crt *public_cert, in setup_pki_credentials()