/openssl/crypto/bn/ |
H A D | bn_nist.c | 403 acc >>= 32; in BN_nist_mod_192() 409 acc >>= 32; in BN_nist_mod_192() 416 acc >>= 32; in BN_nist_mod_192() 423 acc >>= 32; in BN_nist_mod_192() 429 acc >>= 32; in BN_nist_mod_192() 550 acc >>= 32; in BN_nist_mod_224() 556 acc >>= 32; in BN_nist_mod_224() 562 acc >>= 32; in BN_nist_mod_224() 569 acc >>= 32; in BN_nist_mod_224() 576 acc >>= 32; in BN_nist_mod_224() [all …]
|
H A D | bn_exp.c | 554 BN_ULONG acc = 0; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local 557 acc |= table[j] & in MOD_EXP_CTIME_COPY_FROM_PREBUF() 561 b->d[i] = acc; in MOD_EXP_CTIME_COPY_FROM_PREBUF() 576 BN_ULONG acc = 0; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local 579 acc |= ( (table[j + 0 * xstride] & y0) | in MOD_EXP_CTIME_COPY_FROM_PREBUF() 586 b->d[i] = acc; in MOD_EXP_CTIME_COPY_FROM_PREBUF()
|
/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 975 or @acc[3],@acc[2],@acc[2] 976 or @acc[5],@acc[4],@acc[4] 977 or @acc[7],@acc[6],@acc[6] 978 or @acc[2],@acc[0],@acc[0] 979 or @acc[6],@acc[4],@acc[4] 980 or @acc[4],@acc[0],@acc[0] 998 or @acc[3],@acc[2],@acc[2] 999 or @acc[5],@acc[4],@acc[4] 1000 or @acc[7],@acc[6],@acc[6] 1001 or @acc[2],@acc[0],@acc[0] [all …]
|
H A D | ecp_nistz256-armv4.pl | 701 adds @acc[3],@acc[3],@acc[0] 705 adcs @acc[6],@acc[6],@acc[0] 707 adcs @acc[8],@acc[8],@acc[0] 709 subs @acc[7],@acc[7],@acc[0] 717 adds @acc[1],@acc[1],#1 @ subs @acc[1],@acc[1],#-1 718 adcs @acc[2],@acc[2],#0 @ sbcs @acc[2],@acc[2],#-1 719 adcs @acc[3],@acc[3],#0 @ sbcs @acc[3],@acc[3],#-1 724 adcs @acc[8],@acc[8],#0 @ sbcs @acc[8],@acc[8],#-1 735 adcs @acc[2],@acc[2],@acc[0] 737 adcs @acc[3],@acc[3],@acc[0] [all …]
|
H A D | x25519-ppc64.pl | 91 my $i=1; $i<4; shift(@acc), $i++) { 92 my $acc4 = $i==1? $zero : @acc[4]; 96 addc @acc[1],@acc[1],$t0 # accumulate high parts 98 adde @acc[2],@acc[2],$t1 100 adde @acc[3],@acc[3],$t2 102 adde @acc[4],$acc4,$t3 104 addc @acc[1],@acc[1],$t0 # accumulate low parts 106 adde @acc[2],@acc[2],$t1 108 adde @acc[3],@acc[3],$t2 110 adde @acc[4],@acc[4],$t3 [all …]
|
/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 520 &lea ($acc,&DWP(-2,$acc,$acc)); 521 &lea ($acc,&DWP(0,$key,$acc,8)); 712 &lea ($acc,&DWP(-2,$acc,$acc)); 713 &lea ($acc,&DWP(0,$key,$acc,8)); 871 &lea ($acc,&DWP(-2,$acc,$acc)); 1350 &lea ($acc,&DWP(-2,$acc,$acc)); 1351 &lea ($acc,&DWP(0,$key,$acc,8)); 1499 &lea ($acc,&DWP(-2,$acc,$acc)); 1500 &lea ($acc,&DWP(0,$key,$acc,8)); 1689 &lea ($acc,&DWP(-2,$acc,$acc)); [all …]
|
H A D | aes-x86_64.pl | 453 mov $sn,$acc 455 mov $acc,$tmp 458 sub $tmp,$acc 462 xor $acc,$r2 1572 mov $tp1,$acc 1574 mov $acc,$tp4 1577 sub $tp4,$acc 1580 xor $tp2,$acc 1581 mov $acc,$tp2 1584 mov $acc,$tp8 [all …]
|
/openssl/crypto/rc4/asm/ |
H A D | rc4-s390x.pl | 57 $acc="%r0"; 104 sllg $acc,$acc,8 124 sllg $acc,$acc,8 127 xgr $acc,$TX[1] 128 stg $acc,0($out) 133 lghi $acc,7 134 ngr $len,$acc 149 llgc $acc,0($inp) 153 xr $acc,$TY 154 stc $acc,0($out) [all …]
|
H A D | rc4-parisc.pl | 92 $acc="%r1"; 140 xor $dat1,$acc,$acc 142 stb $acc,-1($out) 194 sh3addl $acc,%r0,$acc 195 subi 32,$acc,$acc 206 or $ix,$acc,$acc ; last piece, no need to dep 209 xor $iy,$acc,$acc 210 stw $acc,0($out) 226 or $ix,$acc,$acc ; last piece, no need to dep 227 xor $dat0,$acc,$acc [all …]
|
/openssl/crypto/ec/ |
H A D | ecp_nistp384.c | 580 acc[4] += acc[8] >> 32; in felem_reduce() 582 acc[3] += acc[8] >> 8; in felem_reduce() 584 acc[2] -= acc[8] >> 16; in felem_reduce() 586 acc[2] += acc[8] >> 48; in felem_reduce() 589 acc[3] += acc[7] >> 32; in felem_reduce() 591 acc[2] += acc[7] >> 8; in felem_reduce() 593 acc[1] -= acc[7] >> 16; in felem_reduce() 595 acc[1] += acc[7] >> 48; in felem_reduce() 609 acc[5] += acc[4] >> 56; in felem_reduce() 612 acc[6] += acc[5] >> 56; in felem_reduce() [all …]
|
/openssl/crypto/x509/ |
H A D | v3_info.c | 109 ACCESS_DESCRIPTION *acc; in v2i_AUTHORITY_INFO_ACCESS() local 120 if ((acc = ACCESS_DESCRIPTION_new()) == NULL) { in v2i_AUTHORITY_INFO_ACCESS() 124 sk_ACCESS_DESCRIPTION_push(ainfo, acc); /* Cannot fail due to reserve */ in v2i_AUTHORITY_INFO_ACCESS() 132 if (!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0)) in v2i_AUTHORITY_INFO_ACCESS() 136 acc->method = OBJ_txt2obj(objtmp, 0); in v2i_AUTHORITY_INFO_ACCESS() 137 if (!acc->method) { in v2i_AUTHORITY_INFO_ACCESS()
|
/openssl/crypto/ |
H A D | provider_core.c | 1248 int acc in provider_flush_store_cache() local 1258 return acc == 4; in provider_flush_store_cache() 1260 return acc == 1; in provider_flush_store_cache() 1280 int acc; in provider_remove_store_methods() local 1289 acc = evp_method_store_remove_all_provided(prov) in provider_remove_store_methods() 1298 return acc == 4; in provider_remove_store_methods() 1300 return acc == 1; in provider_remove_store_methods()
|