Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DOCSP_request_add1_nonce.pod5 OCSP_request_add1_nonce, OCSP_basic_add1_nonce, OCSP_check_nonce, OCSP_copy_nonce - OCSP nonce func…
13 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
27 OCSP_copy_nonce() copies any nonce value present in B<req> to B<resp>.
34 OCSP_copy_nonce() returns 1 if a nonce was successfully copied, 2 if no nonce
/third_party/openssl/crypto/ocsp/
Docsp_ext.c347 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req) in OCSP_copy_nonce() function
/third_party/openssl/include/openssl/
Docsp.h182 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
/third_party/openssl/apps/
Docsp.c1229 OCSP_copy_nonce(bs, req); in make_ocsp_response()
/third_party/openssl/util/
Dlibcrypto.num238 OCSP_copy_nonce 239 1_1_0 EXIST::FUNCTION:OCSP
/third_party/openssl/
DCHANGES8774 *) New function OCSP_copy_nonce() to copy nonce value (if present) from