/openssl/crypto/sha/asm/ |
H A D | sha1-x86_64.pl | 586 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 …]
|
H A D | sha1-586.pl | 680 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 …]
|
H A D | sha1-armv4-large.pl | 392 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);
|
H A D | sha256-armv4.pl | 328 my $body = shift; 329 my @insns = (&$body,&$body,&$body,&$body); 429 my $body = shift; 430 my @insns = (&$body,&$body,&$body,&$body);
|
H A D | sha512-x86_64.pl | 917 my $body = shift; 919 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions 1240 my $body = shift; 1242 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions 1402 my $body = shift; 1404 my @insns = (&$body,&$body); # 52 instructions 1670 my $body = shift; 1672 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions 1780 my @insns = (&$body,&$body); # 52 instructions 2036 my @insns = (&$body,&$body,&$body,&$body); # 96 instructions [all …]
|
H A D | sha512-armv8.pl | 470 my $body = shift; 471 my @insns = (&$body,&$body,&$body,&$body); 577 my $body = shift; 578 my @insns = (&$body,&$body,&$body,&$body);
|
H A D | sha256-586.pl | 726 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/crypto/aes/asm/ |
H A D | aesni-sha1-x86_64.pl | 329 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 …]
|
H A D | aesni-sha256-x86_64.pl | 465 my $body = shift; 467 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions 817 my $body = shift; 819 my @insns = (&$body,&$body,&$body,&$body); # 104 instructions 1126 my $body = shift; 1128 my @insns = (&$body,&$body,&$body,&$body); # 96 instructions
|
/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 1055 my $body = $&; 1064 $normalized_line .= "<<<".$body; 1067 $normalized_line .= $body; 1073 $body =~ tr|\{\[\(|\}\]\)|; 1076 push @{$state{$parens}}, $body; 1101 my $body = $&; 1106 $normalized_line .= $body; 1107 $state{in_string} = $body; 1126 my $body = $&; 1137 && $body =~ m/^(\w|\d)/)); [all …]
|
/openssl/crypto/cmp/ |
H A D | cmp_msg.c | 88 if (!ossl_assert(msg != NULL && msg->body != NULL)) in ossl_cmp_msg_set_bodytype() 91 msg->body->type = type; in ossl_cmp_msg_set_bodytype() 97 if (!ossl_assert(msg != NULL && msg->body != NULL)) in OSSL_CMP_MSG_get_bodytype() 100 return msg->body->type; in OSSL_CMP_MSG_get_bodytype() 181 if ((msg->body->value.ir = OSSL_CRMF_MSGS_new()) == NULL) in ossl_cmp_msg_create() 211 if ((msg->body->value.certConf = in ossl_cmp_msg_create() 216 if ((msg->body->value.pkiconf = ASN1_TYPE_new()) == NULL) in ossl_cmp_msg_create() 564 if (!sk_OSSL_CMP_REVDETAILS_push(msg->body->value.rr, rd)) in ossl_cmp_rr_new() 594 rep = msg->body->value.rp; in ossl_cmp_rp_new() 741 OSSL_CMP_PKISI_free(msg->body->value.error->pKIStatusInfo); in ossl_cmp_error_new() [all …]
|
H A D | cmp_vfy.c | 53 prot_part.body = msg->body; in verify_signature() 351 ossl_cmp_certrepmessage_get0_certresponse(msg->body->value.ip, in check_cert_path_3gpp() 472 if (sender == NULL || msg->body == NULL) in check_msg_find_cert() 569 || msg->header == NULL || msg->body == NULL) { in OSSL_CMP_validate_msg() 603 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in OSSL_CMP_validate_msg() 861 STACK_OF(X509) *certs = msg->body->value.ip->caPubs; in ossl_cmp_msg_check_update() 879 if (!ossl_assert(msg != NULL && msg->body != NULL)) in ossl_cmp_verify_popo() 881 switch (msg->body->type) { in ossl_cmp_verify_popo() 884 X509_REQ *req = msg->body->value.p10cr; in ossl_cmp_verify_popo() 898 if (!OSSL_CRMF_MSGS_verify_popo(msg->body->value.ir, OSSL_CMP_CERTREQID, in ossl_cmp_verify_popo()
|
H A D | cmp_client.c | 52 ossl_cmp_revrepcontent_get_pkisi(rep->body->value.rp, in unprotected_exception() 67 OSSL_CMP_CERTREPMESSAGE *crepmsg = rep->body->value.ip; in unprotected_exception() 128 crepmsg = resp->body->value.ip; /* same for cp and kup */ in is_crep_with_waiting() 237 OSSL_CMP_ERRORMSGCONTENT *emc = (*rep)->body->value.error; in send_receive_check() 300 OSSL_CMP_POLLREPCONTENT *prc = prep->body->value.pollRep; in poll_for_response() 677 crepmsg = (*resp)->body->value.ip; /* same for cp and kup */ in cert_response() 696 si = (*resp)->body->value.error->pKIStatusInfo; in cert_response() 734 cert = get1_cert_status(ctx, (*resp)->body->type, crep); in cert_response() 924 rrep = rp->body->value.rp; in OSSL_CMP_exec_RR_ses() 1046 itavs = genp->body->value.genp; in STACK_OF() [all …]
|
H A D | cmp_server.c | 246 p10cr = req->body->value.p10cr; in process_cert_request() 248 OSSL_CRMF_MSGS *reqs = req->body->value.ir; /* same for cr and kur */ in process_cert_request() 321 if (sk_OSSL_CMP_REVDETAILS_num(req->body->value.rr) != 1) { in process_rr() 325 details = sk_OSSL_CMP_REVDETAILS_value(req->body->value.rr, 0); in process_rr() 363 if (!srv_ctx->process_genm(srv_ctx, req, req->body->value.genm, &itavs)) in process_genm() 379 errorContent = req->body->value.error; in process_error() 401 ccc = req->body->value.certConf; in process_certConf() 453 && req->body != NULL)) in process_non_polling_request() 520 prc = req->body->value.pollReq; in process_pollReq() 583 || req == NULL || req->body == NULL in OSSL_CMP_SRV_process_request()
|
/openssl/apps/ |
H A D | tsget.in | 85 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/doc/internal/man3/ |
H A D | ossl_cmp_msg_create.pod | 82 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/providers/common/der/ |
H A D | EC.asn1 | 13 iso(1) member-body(2) us(840) 10045 } 69 ecdsa-with-SHA224 OBJECT IDENTIFIER ::= { iso(1) member-body(2) 72 ecdsa-with-SHA256 OBJECT IDENTIFIER ::= { iso(1) member-body(2) 75 ecdsa-with-SHA384 OBJECT IDENTIFIER ::= { iso(1) member-body(2) 78 ecdsa-with-SHA512 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
|
H A D | DSA.asn1 | 15 iso(1) member-body(2) us(840) x9-57(10040) x9algorithm(4) 1 } 20 iso(1) member-body(2) us(840) x9-57 (10040) x9algorithm(4) 3 }
|
H A D | DIGESTS.asn1 | 20 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 2 } 23 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 5 }
|
/openssl/crypto/property/ |
H A D | defn_cache.c | 29 char body[1]; member 121 p->prop = p->body; in ossl_prop_defn_set() 123 memcpy(p->body, prop, len + 1); in ossl_prop_defn_set()
|
H A D | property_string.c | 32 char body[1]; member 131 memcpy(ps->body, s, l + 1); in new_property_string() 132 ps->s = ps->body; in new_property_string()
|
/openssl/doc/man3/ |
H A D | SSL_rstate_string.pod | 25 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/ssl/quic/ |
H A D | quic_wire.c | 963 const unsigned char *body; in ossl_quic_wire_decode_transport_param_cid() local 966 body = ossl_quic_wire_decode_transport_param_bytes(pkt, id, &len); in ossl_quic_wire_decode_transport_param_cid() 967 if (body == NULL || len > QUIC_MAX_CONN_ID_LEN) in ossl_quic_wire_decode_transport_param_cid() 971 memcpy(cid->id, body, cid->id_len); in ossl_quic_wire_decode_transport_param_cid() 978 const unsigned char *body; in ossl_quic_wire_decode_transport_param_preferred_addr() local 984 body = ossl_quic_wire_decode_transport_param_bytes(pkt, &id, &len); in ossl_quic_wire_decode_transport_param_preferred_addr() 985 if (body == NULL in ossl_quic_wire_decode_transport_param_preferred_addr() 991 if (!PACKET_buf_init(&pkt2, body, len)) in ossl_quic_wire_decode_transport_param_preferred_addr()
|
/openssl/fuzz/ |
H A D | cmp.c | 71 switch (msg->body != NULL ? msg->body->type : -1) { in cmp_client_process_response()
|
/openssl/test/ |
H A D | cmp_msg_test.c | 444 if (!TEST_ptr(ossl_cmp_revrepcontent_get_CertId(rpmsg->body->value.rp, 0))) in execute_rp_create() 447 if (!TEST_ptr(ossl_cmp_revrepcontent_get_pkisi(rpmsg->body->value.rp, 0))) in execute_rp_create() 475 if (!TEST_ptr(ossl_cmp_pollrepcontent_get0_pollrep(pollrep->body-> in execute_pollrep_create() 478 if (!TEST_ptr_null(ossl_cmp_pollrepcontent_get0_pollrep(pollrep->body-> in execute_pollrep_create()
|