Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_client.c123 static int send_receive_check(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req, in send_receive_check() function
263 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response()
339 /* any other body type has been rejected by send_receive_check() */ in poll_for_response()
372 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf()
396 res = send_receive_check(ctx, error, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_error()
683 res = send_receive_check(ctx, req, p_rep, rep_type); in initial_certreq()
783 if (!send_receive_check(ctx, rr, &rp, OSSL_CMP_PKIBODY_RP)) in OSSL_CMP_exec_RR_ses()
903 if (!send_receive_check(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) in STACK_OF()
/third_party/openssl/crypto/cmp/
H A Dcmp_client.c126 static int send_receive_check(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req, in send_receive_check() function
266 if (!send_receive_check(ctx, preq, &prep, OSSL_CMP_PKIBODY_POLLREP)) in poll_for_response()
342 /* any other body type has been rejected by send_receive_check() */ in poll_for_response()
375 res = send_receive_check(ctx, certConf, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_certConf()
399 res = send_receive_check(ctx, error, &PKIconf, OSSL_CMP_PKIBODY_PKICONF); in ossl_cmp_exchange_error()
686 res = send_receive_check(ctx, req, p_rep, rep_type); in initial_certreq()
786 if (!send_receive_check(ctx, rr, &rp, OSSL_CMP_PKIBODY_RP)) in OSSL_CMP_exec_RR_ses()
906 if (!send_receive_check(ctx, genm, &genp, OSSL_CMP_PKIBODY_GENP)) in STACK_OF()

Completed in 3 milliseconds