Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl770 vpxor @inp[0],@out[0],@out[0]
772 vpxor @inp[1],@out[1],@out[1]
774 vpxor @inp[2],@out[2],@out[2]
776 vpxor @inp[3],@out[3],@out[3]
1077 vpxor $zero,@out[1],@out[1]
1079 vpxor $zero,@out[2],@out[2]
1081 vpxor $zero,@out[3],@out[3]
1083 vpxor $zero,@out[4],@out[4]
1085 vpxor $zero,@out[5],@out[5]
1087 vpxor $zero,@out[6],@out[6]
[all …]
H A Dbsaes-x86_64.pl993 lea 0x10($out), $out
1052 lea 0x80($out),$out
1107 lea 0x80($out), $out
1154 lea 0x80($out), $out
1254 lea 0x80($out), $out
1340 lea 16($out), $out
1474 lea 0x80($out), $out
1560 lea 16($out), $out
1728 lea 0x80($out), $out
2065 lea 0x80($out), $out
[all …]
/openssl/crypto/ec/asm/
H A Decp_nistp521-ppc64.pl190 vmsumudm $out[3],$t3,$t4,$out[3]
195 vmsumudm $out[4],$t3,$t4,$out[4]
201 vmsumudm $out[5],$t3,$t4,$out[5]
206 vmsumudm $out[6],$t3,$t4,$out[6]
211 vmsumudm $out[7],$t3,$t4,$out[7]
216 vmsumudm $out[8],$t3,$t4,$out[8]
220 vmsumudm $out[5],$t1,$t2,$out[5]
223 vmsumudm $out[6],$t1,$t2,$out[6]
227 vmsumudm $out[7],$t1,$t2,$out[7]
230 vmsumudm $out[7],$t3,$t4,$out[7]
[all …]
H A Decp_nistp384-ppc64.pl139 vmsumudm $out,$in1[2],$in2[0],$out
146 vmsumudm $out,$t3,$t2,$out
152 vmsumudm $out,$t3,$t4,$out
159 vmsumudm $out,$t3,$t4,$out
162 vmsumudm $out,$t1,$t4,$out
169 vmsumudm $out,$t3,$t4,$out
172 vmsumudm $out,$t1,$t2,$out
180 vmsumudm $out,$t3,$t4,$out
183 vmsumudm $out,$t1,$t3,$out
189 vmsumudm $out,$t3,$t4,$out
[all …]
/openssl/crypto/
H A Dppccpuid.pl237 stwx $tick,0,$out
246 stwx $tick,0,$out
247 addi $out,$out,4 # ++$out
270 stwx $tick,0,$out
281 stwx $tick,0,$out
297 add $out,$out,$tick # conditional ++$out
321 stwx $tick,0,$out
330 stwx $tick,0,$out
331 addi $out,$out,4 # ++$out
354 stwx $tick,0,$out
[all …]
H A Dalphacpuid.pl182 ecb ($out)
183 ldl_l $tick,0($out)
187 stl $diff,0($out)
193 ecb ($out)
198 stl $diff,0($out)
201 lda $out,4($out)
217 ecb ($out)
222 stl $diff,0($out)
229 ecb ($out)
234 stl $diff,0($out)
[all …]
/openssl/crypto/ec/
H A Decp_nistp521.c669 out[1] += out[0] >> 58; in felem_reduce()
948 out[0] += out[8] >> 57; in felem_contract()
951 out[1] += out[0] >> 58; in felem_contract()
953 out[2] += out[1] >> 58; in felem_contract()
955 out[3] += out[2] >> 58; in felem_contract()
957 out[4] += out[3] >> 58; in felem_contract()
959 out[5] += out[4] >> 58; in felem_contract()
961 out[6] += out[5] >> 58; in felem_contract()
963 out[7] += out[6] >> 58; in felem_contract()
965 out[8] += out[7] >> 58; in felem_contract()
[all …]
H A Decp_nistp256.c184 out[0] = 1; in smallfelem_one()
185 out[1] = 0; in smallfelem_one()
186 out[2] = 0; in smallfelem_one()
187 out[3] = 0; in smallfelem_one()
509 out[2] *= 2; in smallfelem_square()
522 out[3] *= 2; in smallfelem_square()
535 out[4] *= 2; in smallfelem_square()
542 out[5] *= 2; in smallfelem_square()
742 out[0] += c; in felem_reduce_()
743 out[3] -= c; in felem_reduce_()
[all …]
/openssl/crypto/x509/
H A Dv3_ac_tgt.c82 BIO_puts(out, "\n");
89 BIO_puts(out, "\n");
94 BIO_puts(out, "\n");
133 BIO_puts(out, "\n"); in i2r_OBJECT_DIGEST_INFO()
139 BIO_puts(out, "\n"); in i2r_OBJECT_DIGEST_INFO()
152 if (BIO_write(out, "\n", 1) != 1) in i2r_OBJECT_DIGEST_INFO()
163 BIO_printf(out, "%*s", indent, ""); in i2r_TARGET_CERT()
171 BIO_puts(out, "\n"); in i2r_TARGET_CERT()
177 BIO_puts(out, "\n"); in i2r_TARGET_CERT()
189 BIO_puts(out, "\n"); in i2r_TARGET()
[all …]
H A Dt_crl.c35 int X509_CRL_print(BIO *out, X509_CRL *x) in X509_CRL_print() argument
56 BIO_puts(out, " "); in X509_CRL_print_ex()
57 X509_signature_print(out, sig_alg, NULL); in X509_CRL_print_ex()
58 BIO_printf(out, "%8sIssuer: ", ""); in X509_CRL_print_ex()
60 BIO_puts(out, "\n"); in X509_CRL_print_ex()
61 BIO_printf(out, "%8sLast Update: ", ""); in X509_CRL_print_ex()
63 BIO_printf(out, "\n%8sNext Update: ", ""); in X509_CRL_print_ex()
67 BIO_printf(out, "NONE"); in X509_CRL_print_ex()
68 BIO_printf(out, "\n"); in X509_CRL_print_ex()
86 BIO_printf(out, "\n"); in X509_CRL_print_ex()
[all …]
H A Dv3_attrdesc.c51 BIO *out, int indent)
53 if (BIO_printf(out, "%*sAlgorithm: ", indent, "") <= 0)
57 if (BIO_puts(out, "\n") <= 0)
65 if (BIO_puts(out, "\n") <= 0)
75 BIO *out, int indent) in i2r_INFO_SYNTAX_POINTER() argument
77 if (BIO_printf(out, "%*sNames:\n", indent, "") <= 0) in i2r_INFO_SYNTAX_POINTER()
81 if (BIO_puts(out, "\n") <= 0) in i2r_INFO_SYNTAX_POINTER()
94 BIO *out, int indent) in i2r_OSSL_INFO_SYNTAX() argument
102 if (BIO_puts(out, "\n") <= 0) in i2r_OSSL_INFO_SYNTAX()
144 if (BIO_printf(out, "%*s%.*s", indent + 4, "", in i2r_OSSL_ATTRIBUTE_DESCRIPTOR()
[all …]
/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c97 if (BIO_printf(out, "%s", spaces) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
102 if (BIO_printf(out, "%02x", 0) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
122 if (BIO_printf(out, "\n") <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
154 if (BIO_printf(out, "\n") <= 0) in print_labeled_buf()
226 if (out == NULL || dh == NULL) { in dh_to_text()
301 if (out == NULL || dsa == NULL) { in dsa_to_text()
501 if (out == NULL || ec == NULL) { in ec_to_text()
576 if (out == NULL || ecx == NULL) { in ecx_to_text()
645 if (out == NULL || rsa == NULL) { in rsa_to_text()
806 if (out == NULL) in key2text_encode()
[all …]
/openssl/crypto/asn1/
H A Dtasn_prn.c145 parg.out = out; in asn1_item_print_ctx()
350 if (BIO_puts(out, fname) <= 0) in asn1_print_fsname()
358 if (BIO_puts(out, sname) <= 0) in asn1_print_fsname()
362 if (BIO_write(out, ": ", 2) != 2) in asn1_print_fsname()
385 if (BIO_puts(out, str) <= 0) in asn1_print_boolean()
398 if (BIO_puts(out, s) <= 0) in asn1_print_integer()
422 } else if (BIO_puts(out, "\n") <= 0) in asn1_print_obstring()
473 if (BIO_puts(out, "NULL\n") <= 0) in asn1_primitive_print()
479 if (BIO_puts(out, pname) <= 0) in asn1_primitive_print()
481 if (BIO_puts(out, ":") <= 0) in asn1_primitive_print()
[all …]
/openssl/crypto/modes/
H A Dcbc128.c40 (*block) (out, out, key); in CRYPTO_cbc128_encrypt()
41 iv = out; in CRYPTO_cbc128_encrypt()
44 out += 16; in CRYPTO_cbc128_encrypt()
51 (*block) (out, out, key); in CRYPTO_cbc128_encrypt()
52 iv = out; in CRYPTO_cbc128_encrypt()
55 out += 16; in CRYPTO_cbc128_encrypt()
64 (*block) (out, out, key); in CRYPTO_cbc128_encrypt()
65 iv = out; in CRYPTO_cbc128_encrypt()
70 out += 16; in CRYPTO_cbc128_encrypt()
90 if (in != out) { in CRYPTO_cbc128_decrypt()
[all …]
H A Dcts128.c45 out += len; in CRYPTO_cts128_encrypt_block()
50 memcpy(out, out - 16, residue); in CRYPTO_cts128_encrypt_block()
51 memcpy(out - 16, ivec, 16); in CRYPTO_cts128_encrypt_block()
77 out += len; in CRYPTO_nistcts128_encrypt_block()
108 out += len; in CRYPTO_cts128_encrypt()
117 memcpy(out, out - 16, residue); in CRYPTO_cts128_encrypt()
146 out += len; in CRYPTO_nistcts128_encrypt()
180 out += len; in CRYPTO_cts128_decrypt_block()
227 out += len; in CRYPTO_nistcts128_decrypt_block()
269 out += len; in CRYPTO_cts128_decrypt()
[all …]
/openssl/crypto/ct/
H A Dct_prn.c26 BIO_printf(out, "%s", OBJ_nid2ln(nid)); in SCT_signature_algorithms_print()
29 static void timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print() argument
46 ASN1_GENERALIZEDTIME_print(out, gen); in timestamp_print()
70 void SCT_print(const SCT *sct, BIO *out, int indent, in SCT_print() argument
81 BIO_printf(out, "\n%*sVersion : ", indent + 4, ""); in SCT_print()
89 BIO_printf(out, "v1 (0x0)"); in SCT_print()
100 timestamp_print(sct->timestamp, out); in SCT_print()
104 BIO_printf(out, "none"); in SCT_print()
109 SCT_signature_algorithms_print(sct, out); in SCT_print()
123 SCT_print(sct, out, indent, log_store); in SCT_LIST_print()
[all …]
/openssl/util/
H A Dsu-filter.pl13 my $out;
27 $out .= $_;
28 do_output($out);
38 $out .= $1."\n";
40 $out .= $_;
51 do_output($out);
57 $out = $_;
184 my $out = "";
256 return $out;
260 my $out = shift;
[all …]
/openssl/test/
H A Devp_xof_test.c188 || !TEST_true(EVP_DigestFinalXOF(ctx, out, sizeof(out))) in shake_kat_test()
189 || !TEST_mem_eq(out, sizeof(out), in shake_kat_test()
192 || !TEST_false(EVP_DigestFinalXOF(ctx, out, sizeof(out))) in shake_kat_test()
194 || !TEST_false(EVP_DigestSqueeze(ctx, out, sizeof(out)))) in shake_kat_test()
229 if (!TEST_true(EVP_DigestFinalXOF(ctx, out, sizeof(out))) in shake_kat_digestfinal_test()
230 || !TEST_mem_eq(out, sizeof(out), in shake_kat_digestfinal_test()
258 memset(out, 0, sizeof(out)); in shake_kat_digestfinal_xoflen_test()
306 if (!TEST_true(EVP_DigestFinalXOF(ctx, out, sizeof(out))) in shake_absorb_test()
307 || !TEST_mem_eq(out, sizeof(out), in shake_absorb_test()
497 out, sizeof(out)); in shake_squeeze_dup_test()
[all …]
/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl124 add $out, 16, $out
154 add $out, 16, $out
229 add $out, 8, $out
232 add $out, 8, $out
346 add $out, 16, $out
376 add $out, 16, $out
454 add $out, 32, $out
583 add $out, 8, $out
585 add $out, 8, $out
587 add $out, 8, $out
[all …]
H A Dx86masm.pl12 *out=\@::out;
100 push(@out,$tmp);
114 push(@out,$func);
120 push(@out,"$nmdecor$func ENDP\n");
136 grep {s/\.[3-7]86/$xmmheader/} @out;
139 push(@out,"$segment ENDS\n");
149 push (@out,$comm);
151 push (@out,$initseg) if ($initseg);
152 push (@out,"END\n");
178 { push(@out,"ALIGN\t$_[0]\n"); }
[all …]
H A Dx86nasm.pl12 *out=\@::out;
99 push(@out,$tmp);
113 push(@out,"${drdecor}global $func\n") if ($global);
114 push(@out,"${drdecor}align 16\n");
115 push(@out,"$func:\n");
116 push(@out,"$begin:\n") if ($global);
133 push (@out,$comm)
135 push (@out,$initseg) if ($initseg);
156 { push(@out,"${drdecor}align\t$_[0]\n"); }
176 else { push(@out,"section\t.data align=4\n"); }
[all …]
/openssl/providers/implementations/ciphers/
H A Dciphercommon_hw.c38 (*dat->stream.ecb) (in, out, len, dat->ks, dat->enc); in ossl_cipher_hw_generic_ecb()
42 (*dat->block) (in + i, out + i, dat->ks); in ossl_cipher_hw_generic_ecb()
99 out += MAXBITCHUNK; in ossl_cipher_hw_generic_cfb1()
139 out += MAXCHUNK; in ossl_cipher_hw_chunked_cbc()
142 ossl_cipher_hw_generic_cbc(ctx, out, in, inl); in ossl_cipher_hw_chunked_cbc()
154 ossl_cipher_hw_generic_cfb8(ctx, out, in, inl); in ossl_cipher_hw_chunked_cfb8()
157 out += chunk; in ossl_cipher_hw_chunked_cfb8()
172 ossl_cipher_hw_generic_cfb128(ctx, out, in, inl); in ossl_cipher_hw_chunked_cfb128()
175 out += chunk; in ossl_cipher_hw_chunked_cfb128()
189 out += MAXCHUNK; in ossl_cipher_hw_chunked_ofb128()
[all …]
/openssl/crypto/lhash/
H A Dlh_stats.c76 BIO_printf(out, "num_expands = 0\n"); in OPENSSL_LH_stats_bio()
77 BIO_printf(out, "num_expand_reallocs = 0\n"); in OPENSSL_LH_stats_bio()
78 BIO_printf(out, "num_contracts = 0\n"); in OPENSSL_LH_stats_bio()
79 BIO_printf(out, "num_contract_reallocs = 0\n"); in OPENSSL_LH_stats_bio()
80 BIO_printf(out, "num_hash_calls = 0\n"); in OPENSSL_LH_stats_bio()
81 BIO_printf(out, "num_comp_calls = 0\n"); in OPENSSL_LH_stats_bio()
82 BIO_printf(out, "num_insert = 0\n"); in OPENSSL_LH_stats_bio()
83 BIO_printf(out, "num_replace = 0\n"); in OPENSSL_LH_stats_bio()
84 BIO_printf(out, "num_delete = 0\n"); in OPENSSL_LH_stats_bio()
85 BIO_printf(out, "num_no_delete = 0\n"); in OPENSSL_LH_stats_bio()
[all …]
/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl123 alignaddrl $out, %g0, $out
178 add $out, 8, $out
194 add $out, 8, $out
224 alignaddrl $out, %g0, $out
281 add $out, 8, $out
294 add $out, 8, $out
332 alignaddrl $out, %g0, $out
441 add $out, 8, $out
454 add $out, 8, $out
595 add $out, 8, $out
[all …]
/openssl/include/openssl/
H A Dmodes.h26 unsigned char out[16], const void *key);
28 typedef void (*cbc128_f) (const unsigned char *in, unsigned char *out,
83 unsigned char *out, size_t len,
149 unsigned char *out, size_t len);
151 unsigned char *out, size_t len);
153 unsigned char *out, size_t len,
156 unsigned char *out, size_t len,
168 unsigned char *out,
173 unsigned char *out,
206 unsigned char *out, size_t len);
[all …]

Completed in 109 milliseconds

12345678910>>...42