Searched refs:req_ext (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 320 X509_EXTENSION *req_ext, *resp_ext; in OCSP_check_nonce() local 335 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce() 337 if (ASN1_OCTET_STRING_cmp(X509_EXTENSION_get_data(req_ext), in OCSP_check_nonce() 349 X509_EXTENSION *req_ext; in OCSP_copy_nonce() local 356 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce() 357 return OCSP_BASICRESP_add_ext(resp, req_ext, -1); in OCSP_copy_nonce()
|
/third_party/openssl/crypto/ocsp/ |
H A D | ocsp_ext.c | 320 X509_EXTENSION *req_ext, *resp_ext; in OCSP_check_nonce() local 335 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce() 337 if (ASN1_OCTET_STRING_cmp(X509_EXTENSION_get_data(req_ext), in OCSP_check_nonce() 349 X509_EXTENSION *req_ext; in OCSP_copy_nonce() local 356 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce() 357 return OCSP_BASICRESP_add_ext(resp, req_ext, -1); in OCSP_copy_nonce()
|
Completed in 2 milliseconds