Searched refs:rep (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/cmp/ |
A D | cmp_client.c | 40 if (!ossl_assert(ctx != NULL && rep != NULL)) in unprotected_exception() 146 *rep = NULL; in send_receive_check() 168 *rep = (*transfer_cb)(ctx, req); in send_receive_check() 171 if (*rep == NULL) { in send_receive_check() 180 bt = OSSL_CMP_MSG_get_bodytype(*rep); in send_receive_check() 262 *rep = NULL; in poll_for_response() 351 *rep = prep; in poll_for_response() 665 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_try_certreq() local 692 OSSL_CMP_MSG_free(rep); in OSSL_CMP_try_certreq() 707 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_exec_certreq() local [all …]
|
A D | cmp_msg.c | 585 OSSL_CMP_REVREPCONTENT *rep = NULL; in ossl_cmp_rp_new() local 595 rep = msg->body->value.rp; in ossl_cmp_rp_new() 600 if (!sk_OSSL_CMP_PKISI_push(rep->status, si1)) { in ossl_cmp_rp_new() 605 if ((rep->revCerts = sk_OSSL_CRMF_CERTID_new_null()) == NULL) in ossl_cmp_rp_new() 610 if (!sk_OSSL_CRMF_CERTID_push(rep->revCerts, cid_copy)) { in ossl_cmp_rp_new()
|
/openssl-master/test/recipes/ |
A D | 03-test_fipsinstall.t | 60 my $rep; 62 $rep = ""; 64 $rep = "$key = $value\n"; 66 return replace_line_file_internal('fips.cnf', $srch, $rep, $outfile); 77 my $rep = "$value"; 79 $srch, $rep, $outfile);
|
/openssl-master/fuzz/ |
A D | cmp.c | 45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected() argument
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 184 * -- response MAY use the polling req/rep PKIMessages specified
|
/openssl-master/crypto/bn/asm/ |
A D | rsaz-avx2.pl | 86 my $rep="%r8d"; # int repeat); 796 dec $rep
|
/openssl-master/crypto/ec/ |
A D | ecp_nistz256.c | 1298 BN_ULONG rep);
|
Completed in 17 milliseconds