Lines Matching refs:p_vrfy
3015 void *p_vrfy) in x509_crt_merge_flags_with_cb() argument
3027 if ((ret = f_vrfy(p_vrfy, cur->crt, (int) i-1, &cur_flags)) != 0) { in x509_crt_merge_flags_with_cb()
3066 void *p_vrfy, in x509_crt_verify_restartable_ca_cb() argument
3112 ret = x509_crt_merge_flags_with_cb(flags, &ver_chain, f_vrfy, p_vrfy); in x509_crt_verify_restartable_ca_cb()
3156 void *p_vrfy) in mbedtls_x509_crt_verify() argument
3162 f_vrfy, p_vrfy, NULL); in mbedtls_x509_crt_verify()
3174 void *p_vrfy) in mbedtls_x509_crt_verify_with_profile() argument
3179 f_vrfy, p_vrfy, NULL); in mbedtls_x509_crt_verify_with_profile()
3193 void *p_vrfy) in mbedtls_x509_crt_verify_with_ca_cb() argument
3198 f_vrfy, p_vrfy, NULL); in mbedtls_x509_crt_verify_with_ca_cb()
3208 void *p_vrfy, in mbedtls_x509_crt_verify_restartable() argument
3214 f_vrfy, p_vrfy, rs_ctx); in mbedtls_x509_crt_verify_restartable()