Lines Matching refs:cert
729 cur->cert);
737 mbedtls_pk_can_do_ext(&cur->cert->pk, pk_alg, pk_usage));
743 key_type_matches = mbedtls_pk_can_do(&cur->cert->pk, pk_alg);
751 * This avoids sending the client a cert it'll reject based on
758 if (mbedtls_ssl_check_cert_usage(cur->cert, ciphersuite_info,
767 ssl_check_key_curve(&cur->cert->pk,
782 ssl->handshake->key_cert->cert);
2446 * 4 . 4 cert type count
2447 * 5 .. m-1 cert types
4207 MBEDTLS_SSL_DEBUG_MSG(1, ("sig_alg doesn't match cert key"));