Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 50) sorted by relevance

12

/openssl-master/crypto/sha/asm/
A Dsha1-x86_64.pl586 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
740 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
775 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
805 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1051 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
1185 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1217 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1241 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1535 my @insns = (&$body,&$body,&$body,&$body,&$body); # 35 instructions
1601 my @insns = (&$body,&$body,&$body,&$body,&$body); # 35 to 50 instructions
[all …]
A Dsha1-586.pl680 my $body = shift;
681 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
766 my @insns = (&$body,&$body,&$body,&$body); # 32 to 44 instructions
837 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
878 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
912 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1204 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
1282 my @insns = (&$body,&$body,&$body,&$body); # 32 to 44 instructions
1347 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1382 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
[all …]
A Dsha1-armv4-large.pl392 my $body = shift;
393 my @insns = (&$body,&$body,&$body,&$body);
449 my $body = shift;
450 my @insns = (&$body,&$body,&$body,&$body);
486 my $body = shift;
487 my @insns = (&$body,&$body,&$body,&$body);
518 my $body = shift;
519 my @insns = (&$body,&$body,&$body,&$body);
A Dsha256-armv4.pl328 my $body = shift;
329 my @insns = (&$body,&$body,&$body,&$body);
429 my $body = shift;
430 my @insns = (&$body,&$body,&$body,&$body);
A Dsha512-x86_64.pl913 my $body = shift;
915 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions
1236 my $body = shift;
1238 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions
1398 my $body = shift;
1400 my @insns = (&$body,&$body); # 52 instructions
1666 my $body = shift;
1668 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions
1776 my @insns = (&$body,&$body); # 52 instructions
2032 my @insns = (&$body,&$body,&$body,&$body); # 96 instructions
[all …]
A Dsha512-armv8.pl470 my $body = shift;
471 my @insns = (&$body,&$body,&$body,&$body);
577 my $body = shift;
578 my @insns = (&$body,&$body,&$body,&$body);
A Dsha256-586.pl726 my $body = shift;
728 my @insns = (&$body,&$body,&$body,&$body); # 120 instructions
1075 my $body = shift;
1077 my @insns = (&$body,&$body,&$body,&$body); # 120 instructions
/openssl-master/crypto/aes/asm/
A Daesni-sha1-x86_64.pl329 my $body = shift;
330 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
412 my @insns = (&$body,&$body,&$body,&$body); # 32 to 44 instructions
484 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
519 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
549 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1205 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
1280 my @insns = (&$body,&$body,&$body,&$body); # 32 to 48 instructions
1339 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
1371 my @insns = (&$body,&$body,&$body,&$body); # 32 instructions
[all …]
A Daesni-sha256-x86_64.pl463 my $body = shift;
465 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions
815 my $body = shift;
817 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions
1124 my $body = shift;
1126 my @insns = (&$body,&$body,&$body,&$body); # 96 instructions
/openssl-master/util/perl/OpenSSL/
A DParseC.pm1043 my $body = $&;
1052 $normalized_line .= "<<<".$body;
1055 $normalized_line .= $body;
1061 $body =~ tr|\{\[\(|\}\]\)|;
1064 push @{$state{$parens}}, $body;
1089 my $body = $&;
1094 $normalized_line .= $body;
1095 $state{in_string} = $body;
1114 my $body = $&;
1125 && $body =~ m/^(\w|\d)/));
[all …]
/openssl-master/crypto/cmp/
A Dcmp_msg.c89 if (!ossl_assert(msg != NULL && msg->body != NULL)) in ossl_cmp_msg_set_bodytype()
92 msg->body->type = type; in ossl_cmp_msg_set_bodytype()
98 if (!ossl_assert(msg != NULL && msg->body != NULL)) in OSSL_CMP_MSG_get_bodytype()
101 return msg->body->type; in OSSL_CMP_MSG_get_bodytype()
182 if ((msg->body->value.ir = OSSL_CRMF_MSGS_new()) == NULL) in ossl_cmp_msg_create()
212 if ((msg->body->value.certConf = in ossl_cmp_msg_create()
217 if ((msg->body->value.pkiconf = ASN1_TYPE_new()) == NULL) in ossl_cmp_msg_create()
566 if (!sk_OSSL_CMP_REVDETAILS_push(msg->body->value.rr, rd)) in ossl_cmp_rr_new()
595 rep = msg->body->value.rp; in ossl_cmp_rp_new()
743 OSSL_CMP_PKISI_free(msg->body->value.error->pKIStatusInfo); in ossl_cmp_error_new()
[all …]
A Dcmp_vfy.c52 prot_part.body = msg->body; in verify_signature()
328 ossl_cmp_certrepmessage_get0_certresponse(msg->body->value.ip, in check_cert_path_3gpp()
459 if (sender == NULL || msg->body == NULL) in check_msg_find_cert()
556 || msg->header == NULL || msg->body == NULL) { in OSSL_CMP_validate_msg()
589 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in OSSL_CMP_validate_msg()
804 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in ossl_cmp_msg_check_update()
822 if (!ossl_assert(msg != NULL && msg->body != NULL)) in ossl_cmp_verify_popo()
824 switch (msg->body->type) { in ossl_cmp_verify_popo()
827 X509_REQ *req = msg->body->value.p10cr; in ossl_cmp_verify_popo()
841 if (!OSSL_CRMF_MSGS_verify_popo(msg->body->value.ir, OSSL_CMP_CERTREQID, in ossl_cmp_verify_popo()
A Dcmp_server.c188 p10cr = req->body->value.p10cr; in process_cert_request()
190 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request()
256 if (sk_OSSL_CMP_REVDETAILS_num(req->body->value.rr) != 1) { in process_rr()
261 if ((details = sk_OSSL_CMP_REVDETAILS_value(req->body->value.rr, in process_rr()
299 if (!srv_ctx->process_genm(srv_ctx, req, req->body->value.genm, &itavs)) in process_genm()
315 errorContent = req->body->value.error; in process_error()
337 ccc = req->body->value.certConf; in process_certConf()
391 prc = req->body->value.pollReq; in process_pollReq()
453 || req == NULL || req->body == NULL in OSSL_CMP_SRV_process_request()
A Dcmp_client.c53 ossl_cmp_revrepcontent_get_pkisi(rep->body->value.rp, in unprotected_exception()
67 OSSL_CMP_CERTREPMESSAGE *crepmsg = rep->body->value.ip; in unprotected_exception()
210 OSSL_CMP_ERRORMSGCONTENT *emc = (*rep)->body->value.error; in send_receive_check()
272 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response()
547 crepmsg = (*resp)->body->value.ip; /* same for cp and kup */ in cert_response()
579 cert = get1_cert_status(ctx, (*resp)->body->type, crep); in cert_response()
759 rrep = rp->body->value.rp; in OSSL_CMP_exec_RR_ses()
811 sk_OSSL_CMP_REVDETAILS_value(rr->body->value.rr, rsid)->certDetails; in OSSL_CMP_exec_RR_ses()
879 rcvd_itavs = genp->body->value.genp; in STACK_OF()
880 genp->body->value.genp = NULL; in STACK_OF()
/openssl-master/apps/
A Dtsget.in85 my $body = shift;
93 $curl->setopt(CURLOPT_INFILE, {data => $body, bytes => 0});
94 $curl->setopt(CURLOPT_INFILESIZE, length(${$body}));
164 my $body;
167 $body = <STDIN>;
172 $body = <INPUT>;
180 my ($ts_body, $error) = get_timestamp $curl, \$body;
/openssl-master/doc/internal/man3/
A Dossl_cmp_msg_create.pod82 ossl_cmp_bodytype_to_string() returns the name of the given body type as string,
83 or "illegal body type" on error.
85 ossl_cmp_msg_get_bodytype() returns the body type of the given PKIMessage,
89 the PKIMessage body field.
93 using fields of B<ctx> for the header and B<bodytype> for the body.
99 ossl_cmp_msg_gen_ITAV_push0() pushes the B<itav> to the body of the
103 ossl_cmp_msg_gen_ITAVs_push1() adds a copy of the B<itavs> stack to the body
/openssl-master/providers/common/der/
A DEC.asn16 iso(1) member-body(2) us(840) 10045 }
62 ecdsa-with-SHA224 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
65 ecdsa-with-SHA256 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
68 ecdsa-with-SHA384 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
71 ecdsa-with-SHA512 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
A DDSA.asn18 iso(1) member-body(2) us(840) x9-57(10040) x9algorithm(4) 1 }
13 iso(1) member-body(2) us(840) x9-57 (10040) x9algorithm(4) 3 }
A DDIGESTS.asn113 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 2 }
16 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 5 }
A DSM2.asn11 oscca OBJECT IDENTIFIER ::= { iso(1) member-body(2) cn(156) 10197 }
A Dwrap.asn16 iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 6
/openssl-master/crypto/property/
A Ddefn_cache.c28 char body[1]; member
115 p->prop = p->body; in ossl_prop_defn_set()
117 memcpy(p->body, prop, len + 1); in ossl_prop_defn_set()
A Dproperty_string.c31 char body[1]; member
126 memcpy(ps->body, s, l + 1); in new_property_string()
127 ps->s = ps->body; in new_property_string()
/openssl-master/doc/man3/
A DSSL_rstate_string.pod25 consisting of header and body. When working in a blocking environment,
41 =item "RB"/"read body"
43 The body of the record is being evaluated.
/openssl-master/fuzz/
A Dcmp.c71 switch (msg->body != NULL ? msg->body->type : -1) { in cmp_client_process_response()

Completed in 55 milliseconds

12