/openssl-master/crypto/aes/asm/ |
A D | aesni-mb-x86_64.pl | 770 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 …]
|
A D | bsaes-x86_64.pl | 993 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-master/crypto/ec/asm/ |
A D | ecp_nistp521-ppc64.pl | 189 vmsumudm $out[3],$t3,$t4,$out[3] 194 vmsumudm $out[4],$t3,$t4,$out[4] 200 vmsumudm $out[5],$t3,$t4,$out[5] 205 vmsumudm $out[6],$t3,$t4,$out[6] 210 vmsumudm $out[7],$t3,$t4,$out[7] 215 vmsumudm $out[8],$t3,$t4,$out[8] 219 vmsumudm $out[5],$t1,$t2,$out[5] 222 vmsumudm $out[6],$t1,$t2,$out[6] 226 vmsumudm $out[7],$t1,$t2,$out[7] 229 vmsumudm $out[7],$t3,$t4,$out[7] [all …]
|
/openssl-master/crypto/ |
A D | ppccpuid.pl | 226 stwx $tick,0,$out 235 stwx $tick,0,$out 236 addi $out,$out,4 # ++$out 259 stwx $tick,0,$out 270 stwx $tick,0,$out 286 add $out,$out,$tick # conditional ++$out 310 stwx $tick,0,$out 319 stwx $tick,0,$out 320 addi $out,$out,4 # ++$out 343 stwx $tick,0,$out [all …]
|
A D | alphacpuid.pl | 182 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-master/crypto/ec/ |
A D | ecp_nistp521.c | 669 out[1] += out[0] >> 58; in felem_reduce() 949 out[0] += out[8] >> 57; in felem_contract() 952 out[1] += out[0] >> 58; in felem_contract() 954 out[2] += out[1] >> 58; in felem_contract() 956 out[3] += out[2] >> 58; in felem_contract() 958 out[4] += out[3] >> 58; in felem_contract() 960 out[5] += out[4] >> 58; in felem_contract() 962 out[6] += out[5] >> 58; in felem_contract() 964 out[7] += out[6] >> 58; in felem_contract() 966 out[8] += out[7] >> 58; in felem_contract() [all …]
|
A D | ecp_nistp256.c | 183 out[0] = 1; in smallfelem_one() 184 out[1] = 0; in smallfelem_one() 185 out[2] = 0; in smallfelem_one() 186 out[3] = 0; in smallfelem_one() 507 out[2] *= 2; in smallfelem_square() 520 out[3] *= 2; in smallfelem_square() 533 out[4] *= 2; in smallfelem_square() 540 out[5] *= 2; in smallfelem_square() 740 out[0] += c; in felem_reduce_() 741 out[3] -= c; in felem_reduce_() [all …]
|
/openssl-master/crypto/x509/ |
A D | t_crl.c | 35 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 …]
|
/openssl-master/crypto/asn1/ |
A D | tasn_prn.c | 147 parg.out = out; in asn1_item_print_ctx() 352 if (BIO_puts(out, fname) <= 0) in asn1_print_fsname() 360 if (BIO_puts(out, sname) <= 0) in asn1_print_fsname() 364 if (BIO_write(out, ": ", 2) != 2) in asn1_print_fsname() 387 if (BIO_puts(out, str) <= 0) in asn1_print_boolean() 400 if (BIO_puts(out, s) <= 0) in asn1_print_integer() 424 } else if (BIO_puts(out, "\n") <= 0) in asn1_print_obstring() 475 if (BIO_puts(out, "NULL\n") <= 0) in asn1_primitive_print() 481 if (BIO_puts(out, pname) <= 0) in asn1_primitive_print() 483 if (BIO_puts(out, ":") <= 0) in asn1_primitive_print() [all …]
|
/openssl-master/crypto/modes/ |
A D | cbc128.c | 40 (*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 …]
|
A D | cts128.c | 45 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 …]
|
A D | wrap128.c | 59 memmove(out + 8, in, inlen); in CRYPTO_128_wrap() 66 R = out + 8; in CRYPTO_128_wrap() 79 memcpy(out, A, 8); in CRYPTO_128_wrap() 112 memmove(out, in + 8, inlen); in crypto_128_unwrap_raw() 114 R = out + inlen - 8; in crypto_128_unwrap_raw() 164 OPENSSL_cleanse(out, ret); in CRYPTO_128_unwrap() 223 memcpy(out, aiv, 8); in CRYPTO_128_wrap_pad() 225 block(out, out, key); in CRYPTO_128_wrap_pad() 228 memmove(out, in, inlen); in CRYPTO_128_wrap_pad() 230 ret = CRYPTO_128_wrap(key, aiv, out, out, padded_len, block); in CRYPTO_128_wrap_pad() [all …]
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2text.c | 94 if (BIO_printf(out, "%s", spaces) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 99 if (BIO_printf(out, "%02x", 0) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 118 if (BIO_printf(out, "\n") <= 0) in DEFINE_SPECIAL_STACK_OF_CONST() 150 if (BIO_printf(out, "\n") <= 0) in print_labeled_buf() 221 if (out == NULL || dh == NULL) { in dh_to_text() 291 if (out == NULL || dsa == NULL) { in dsa_to_text() 491 if (out == NULL || ec == NULL) { in ec_to_text() 564 if (out == NULL || ecx == NULL) { in ecx_to_text() 646 if (out == NULL || rsa == NULL) { in rsa_to_text() 807 if (out == NULL) in key2text_encode() [all …]
|
/openssl-master/crypto/ct/ |
A D | ct_prn.c | 26 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-master/util/ |
A D | su-filter.pl | 13 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-master/crypto/perlasm/ |
A D | sparcv9_modes.pl | 124 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 …]
|
A D | x86masm.pl | 12 *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 …]
|
A D | x86nasm.pl | 12 *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 …]
|
A D | x86gas.pl | 12 *out=\@::out; 107 { push(@out,".text\n"); } 124 push(@out,".align\t$align\n"); 125 push(@out,"$func:\n"); 126 push(@out,"$begin:\n") if ($global); 149 { push(@out,"\n"); } 173 else { push (@out,"$tmp\n"); } 175 push(@out,$initseg) if ($initseg); 177 push(@out," 208 push(@out,".align\t$val\n"); [all …]
|
/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon_hw.c | 38 (*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 …]
|
A D | cipher_tdes_wrap.c | 43 if (out == NULL) in des_ede3_unwrap() 54 if (out == in) { in des_ede3_unwrap() 55 memmove(out, out + 8, inl - 8); in des_ede3_unwrap() 63 BUF_reverse(out, NULL, inl - 16); in des_ede3_unwrap() 66 ctx->hw->cipher(ctx, out, out, inl - 16); in des_ede3_unwrap() 89 if (out == NULL) in des_ede3_wrap() 93 memmove(out + ivlen, in, inl); in des_ede3_wrap() 102 memcpy(out, ctx->iv, ivlen); in des_ede3_wrap() 104 ctx->hw->cipher(ctx, out + ivlen, out + ivlen, inl + ivlen); in des_ede3_wrap() 105 BUF_reverse(out, NULL, len); in des_ede3_wrap() [all …]
|
/openssl-master/test/ |
A D | bio_enc_test.c | 68 memset(out, 0, sizeof(out)); in do_bio_cipher() 69 out[i] = ~ref[i]; in do_bio_cipher() 70 len = BIO_read(b, out, i); in do_bio_cipher() 76 len += BIO_read(b, out + len, sizeof(out) - len); in do_bio_cipher() 95 memset(out, 0, sizeof(out)); in do_bio_cipher() 116 memset(out, 0, sizeof(out)); in do_bio_cipher() 117 len = BIO_read(b, out, sizeof(out)); in do_bio_cipher() 131 memset(out, 0, sizeof(out)); in do_bio_cipher() 132 out[i] = ~ref[i]; in do_bio_cipher() 139 len += BIO_read(b, out + len, sizeof(out) - len); in do_bio_cipher() [all …]
|
/openssl-master/crypto/des/asm/ |
A D | dest4-sparcv9.pl | 123 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-master/crypto/lhash/ |
A D | lh_stats.c | 62 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_stats_bio() argument 64 BIO_printf(out, "num_items = %lu\n", lh->num_items); in OPENSSL_LH_stats_bio() 65 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes); in OPENSSL_LH_stats_bio() 67 BIO_printf(out, "num_expands = %lu\n", lh->num_expands); in OPENSSL_LH_stats_bio() 73 BIO_printf(out, "num_insert = %lu\n", lh->num_insert); in OPENSSL_LH_stats_bio() 74 BIO_printf(out, "num_replace = %lu\n", lh->num_replace); in OPENSSL_LH_stats_bio() 75 BIO_printf(out, "num_delete = %lu\n", lh->num_delete); in OPENSSL_LH_stats_bio() 82 void OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out) in OPENSSL_LH_node_stats_bio() argument 90 BIO_printf(out, "node %6u -> %3u\n", i, num); in OPENSSL_LH_node_stats_bio() 110 BIO_printf(out, "%lu items\n", total); in OPENSSL_LH_node_usage_stats_bio() [all …]
|
/openssl-master/include/openssl/ |
A D | modes.h | 26 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 …]
|