Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_ext.c402 X509_EXTENSION *req_ext, *resp_ext; in OCSP_check_nonce() local
417 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce()
419 if (ASN1_OCTET_STRING_cmp(req_ext->value, resp_ext->value)) in OCSP_check_nonce()
430 X509_EXTENSION *req_ext; in OCSP_copy_nonce() local
438 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce()
439 return OCSP_BASICRESP_add_ext(resp, req_ext, -1); in OCSP_copy_nonce()