Searched refs:req_ext (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 388 X509_EXTENSION *req_ext, *resp_ext; in OCSP_check_nonce() local 401 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce() 403 if(ASN1_OCTET_STRING_cmp(req_ext->value, resp_ext->value)) in OCSP_check_nonce() 414 X509_EXTENSION *req_ext; in OCSP_copy_nonce() local 420 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce() 421 return OCSP_BASICRESP_add_ext(resp, req_ext, -1); in OCSP_copy_nonce()
|
/external/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 388 X509_EXTENSION *req_ext, *resp_ext; in OCSP_check_nonce() local 401 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_check_nonce() 403 if(ASN1_OCTET_STRING_cmp(req_ext->value, resp_ext->value)) in OCSP_check_nonce() 414 X509_EXTENSION *req_ext; in OCSP_copy_nonce() local 420 req_ext = OCSP_REQUEST_get_ext(req, req_idx); in OCSP_copy_nonce() 421 return OCSP_BASICRESP_add_ext(resp, req_ext, -1); in OCSP_copy_nonce()
|