Lines Matching refs:cert
1839 mbedtls_x509_crt *cert,
1844 if (cert == NULL) {
1845 /* Free list if cert is null */
1856 new_cert->cert = cert;
4201 * opaque peer_cert<0..2^24-1>; // length 0 means no peer cert
6348 int mbedtls_ssl_check_cert_usage(const mbedtls_x509_crt *cert,
6390 if (mbedtls_x509_crt_check_key_usage(cert, usage) != 0) {
6403 if (mbedtls_x509_crt_check_extended_key_usage(cert, ext_oid, ext_len) != 0) {
7625 * 7 . 9 length of cert. 1
7627 * n . n+2 length of cert. 2
7628 * n+3 . ... upper level cert, etc.
7726 * Once the certificate message is read, parse it into a cert chain and
7823 MBEDTLS_SSL_DEBUG_MSG(1, ("new server cert during renegotiation"));