Searched refs:OCSP_REQUEST_get_ext_by_NID (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 81 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID() function 389 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce() 417 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_copy_nonce()
|
D | ocsp.h | 490 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
|
/external/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 81 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID() function 389 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_check_nonce() 417 req_idx = OCSP_REQUEST_get_ext_by_NID(req, NID_id_pkix_OCSP_Nonce, -1); in OCSP_copy_nonce()
|
D | ocsp.h | 490 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | ocsp.h | 490 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
|
/external/openssl/include/openssl/ |
D | ocsp.h | 490 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos);
|