Home
last modified time | relevance | path

Searched refs:x509_profile_check_key (Results 1 – 1 of 1) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dx509_crt.c175 static int x509_profile_check_key( const mbedtls_x509_crt_profile *profile, in x509_profile_check_key() function
1683 if( x509_profile_check_key( profile, crl_list->sig_pk, &ca->pk ) != 0 ) in x509_crt_verifycrl()
1983 if( x509_profile_check_key( profile, child->sig_pk, &trust_ca->pk ) != 0 ) in x509_crt_verify_top()
2077 if( x509_profile_check_key( profile, child->sig_pk, &parent->pk ) != 0 ) in x509_crt_verify_child()
2257 if( x509_profile_check_key( profile, pk_type, &crt->pk ) != 0 ) in mbedtls_x509_crt_verify_with_profile()