Home
last modified time | relevance | path

Searched refs:req_new (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c795 OSSL_CMP_MSG *req_new = NULL; in read_write_req_resp() local
804 if ((req_new = read_PKIMESSAGE("actually sending", &opt_reqin)) == NULL) in read_write_req_resp()
807 * The transaction ID in req_new read from opt_reqin may not be fresh. in read_write_req_resp()
812 && !OSSL_CMP_MSG_update_transactionID(ctx, req_new)) in read_write_req_resp()
819 if (!OSSL_CMP_MSG_update_recipNonce(ctx, req_new)) in read_write_req_resp()
826 const OSSL_CMP_MSG *actual_req = req_new != NULL ? req_new : req; in read_write_req_resp()
850 if (req_new != NULL || prev_opt_rspin != NULL) { in read_write_req_resp()
872 OSSL_CMP_MSG_free(req_new); in read_write_req_resp()
/third_party/openssl/apps/
H A Dcmp.c795 OSSL_CMP_MSG *req_new = NULL; in read_write_req_resp() local
804 if ((req_new = read_PKIMESSAGE("actually sending", &opt_reqin)) == NULL) in read_write_req_resp()
807 * The transaction ID in req_new read from opt_reqin may not be fresh. in read_write_req_resp()
812 && !OSSL_CMP_MSG_update_transactionID(ctx, req_new)) in read_write_req_resp()
819 if (!OSSL_CMP_MSG_update_recipNonce(ctx, req_new)) in read_write_req_resp()
826 const OSSL_CMP_MSG *actual_req = req_new != NULL ? req_new : req; in read_write_req_resp()
850 if (req_new != NULL || prev_opt_rspin != NULL) { in read_write_req_resp()
872 OSSL_CMP_MSG_free(req_new); in read_write_req_resp()

Completed in 9 milliseconds