Searched refs:OCSP_resp_get0_signer (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/test/ |
D | ocspapitest.c | 129 if (!TEST_true(OCSP_resp_get0_signer(bs, &tmp, extra_certs)) in test_resp_signer() 141 if (!TEST_true(OCSP_resp_get0_signer(bs, &tmp, NULL)) in test_resp_signer()
|
/third_party/openssl/doc/man3/ |
D | OCSP_resp_find_status.pod | 6 OCSP_resp_get0_signer, 44 int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer, 99 OCSP_resp_get0_signer() attempts to retrieve the certificate that directly 156 OCSP_resp_get0_signer() returns 1 if the signing certificate was located,
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_vfy.c | 141 int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer, in OCSP_resp_get0_signer() function
|
/third_party/openssl/include/openssl/ |
D | ocsp.h | 199 int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer,
|
/third_party/openssl/util/ |
D | libcrypto.num | 4426 OCSP_resp_get0_signer 4374 1_1_0h EXIST::FUNCTION:OCSP
|