Searched refs:ocsp_find_signer (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/ocsp/ |
D | ocsp_vfy.c | 15 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, 37 int i, ret = ocsp_find_signer(&signer, bs, certs, flags); in OCSP_basic_verify() 146 ret = ocsp_find_signer(signer, bs, extra_certs, 0); in OCSP_resp_get0_signer() 150 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, in ocsp_find_signer() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl_ocsp.c | 460 static X509 * ocsp_find_signer(STACK_OF(X509) *certs, ResponderID *rid) in ocsp_find_signer() function 616 signer = ocsp_find_signer(certs, rd->responderID); in check_ocsp_resp() 618 signer = ocsp_find_signer(untrusted, rd->responderID); in check_ocsp_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl_ocsp.c | 460 static X509 * ocsp_find_signer(STACK_OF(X509) *certs, ResponderID *rid) in ocsp_find_signer() function 616 signer = ocsp_find_signer(certs, rd->responderID); in check_ocsp_resp() 618 signer = ocsp_find_signer(untrusted, rd->responderID); in check_ocsp_resp()
|