Home
last modified time | relevance | path

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

/openssl/crypto/ocsp/
H A Docsp_ext.c320 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 7 milliseconds