Home
last modified time | relevance | path

Searched refs:OCSP_check_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…
14 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *resp);
25 OCSP_check_nonce() compares the nonce value in B<req> and B<resp>.
37 OCSP_check_nonce() returns the result of the nonce comparison between B<req>
58 The return values of OCSP_check_nonce() can be checked to cover each case. A
/third_party/openssl/crypto/ocsp/
Docsp_ext.c309 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs) in OCSP_check_nonce() function
/third_party/openssl/include/openssl/
Docsp.h181 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
/third_party/openssl/apps/
Docsp.c776 if (req != NULL && ((i = OCSP_check_nonce(req, bs)) <= 0)) { in ocsp_main()
/third_party/openssl/util/
Dlibcrypto.num309 OCSP_check_nonce 310 1_1_0 EXIST::FUNCTION:OCSP
/third_party/openssl/
DCHANGES8778 *) New nonce behavior. The return value of OCSP_check_nonce() now
9023 generates a random value. OCSP_check_nonce() checks the