Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_client.c798 OSSL_CMP_MSG **p_rep, int rep_type) in initial_certreq() argument
812 res = send_receive_check(ctx, req, p_rep, rep_type); in initial_certreq()
823 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq() local
832 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq()
847 req_type, rep_type); in OSSL_CMP_try_certreq()
867 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_exec_certreq() local
875 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_exec_certreq()
881 if (cert_response(ctx, 1 /* sleep */, rid, &rep, NULL, req_type, rep_type) in OSSL_CMP_exec_certreq()

Completed in 11 milliseconds