Searched refs:rep (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_client.c | 161 *rep = NULL; in send_receive_check() 186 *rep = (*transfer_cb)(ctx, req); in send_receive_check() 189 if (*rep == NULL) { in send_receive_check() 290 *rep = NULL; in poll_for_response() 389 *rep = prep; in poll_for_response() 434 OSSL_CMP_MSG_free(*rep); in send_receive_also_delayed() 435 *rep = NULL; in send_receive_also_delayed() 823 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_try_certreq() local 853 OSSL_CMP_MSG_free(rep); in OSSL_CMP_try_certreq() 867 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_exec_certreq() local [all …]
|
H A D | cmp_msg.c | 584 OSSL_CMP_REVREPCONTENT *rep = NULL; in ossl_cmp_rp_new() local 594 rep = msg->body->value.rp; in ossl_cmp_rp_new() 599 if (!sk_OSSL_CMP_PKISI_push(rep->status, si1)) { in ossl_cmp_rp_new() 604 if ((rep->revCerts = sk_OSSL_CRMF_CERTID_new_null()) == NULL) in ossl_cmp_rp_new() 609 if (!sk_OSSL_CRMF_CERTID_push(rep->revCerts, cid_copy)) { in ossl_cmp_rp_new()
|
/openssl/test/recipes/ |
H A D | 90-test_sslapi.t | 101 my $rep; 103 $rep = ""; 105 $rep = "$key = $value\n"; 107 return replace_line_file_internal($infile, $srch, $rep, $outfile); 116 my $rep = "$newkey"; 118 $srch, $rep, $outfile);
|
H A D | 03-test_fipsinstall.t | 101 my $rep; 103 $rep = ""; 105 $rep = "$key = $value\n"; 107 return replace_line_file_internal('fips.cnf', $srch, $rep, $outfile); 118 my $rep = "$value"; 120 $srch, $rep, $outfile);
|
H A D | 80-test_ssl_old.t | 135 my $rep; 137 $rep = ""; 139 $rep = "$key = $value\n"; 141 return replace_line_file_internal($infile, $srch, $rep, $outfile); 150 my $rep = "$newkey"; 152 $srch, $rep, $outfile);
|
/openssl/fuzz/ |
H A D | cmp.c | 45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected() argument
|
/openssl/crypto/bn/asm/ |
H A D | rsaz-avx2.pl | 86 my $rep="%r8d"; # int repeat); 796 dec $rep
|
/openssl/include/openssl/ |
H A D | cmp.h.in | 185 * -- response MAY use the polling req/rep PKIMessages specified
|
/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 1277 BN_ULONG rep);
|
Completed in 50 milliseconds