Lines Matching refs:cert
827 mbedtls_ssl_key_cert *key_cert; /*!< chosen key/cert pair (server) */
829 mbedtls_ssl_key_cert *sni_key_cert; /*!< key/cert list from SNI */
1031 const mbedtls_x509_crt *dn_hints; /*!< acceptable client cert issuers */
1248 mbedtls_x509_crt *cert; /*!< cert */
1250 mbedtls_ssl_key_cert *next; /*!< next key/cert pair */
1676 return key_cert == NULL ? NULL : key_cert->cert;
1683 * Warning: cert_endpoint is the endpoint of the cert (ie, of our peer when we
1684 * check a cert we received from them)!
1689 int mbedtls_ssl_check_cert_usage(const mbedtls_x509_crt *cert,