/openssl/crypto/modes/asm/ |
H A D | ghash-riscv64.pl | 162 ld $y0, 0($Htable) 175 @{[clmulh $t1, $x1, $y0]} 176 @{[clmul $t0, $x1, $y0]} 179 @{[clmulh $t1, $x0, $y0]} 180 @{[clmul $z0, $x0, $y0]} 219 ld $y0, 0($Htable) 232 @{[clmulh $t1, $x1, $y0]} 233 @{[clmul $t0, $x1, $y0]} 236 @{[clmulh $t1, $x0, $y0]} 237 @{[clmul $z0, $x0, $y0]} [all …]
|
/openssl/test/recipes/20-test_dhparam_check_data/valid/ |
H A D | dhx_p3072_q160_t1862.pem | 3 zlvRKIRc2aRcoVIrdDMa3GlMOhFW3+7jV3Z/y0/GGn3qxQeVPDMcsE7dqiaEnESw
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 79 my ($y0,$y1,$y2,$y3) = ($c3lo,$c3hi,$c1lo,$c1hi); 359 fsub $y0,$y0,$two0 # de-bias input 368 fadd $h0lo,$h0lo,$y0 # accumulate input 456 lfd $y0,`$LOCALS+8*0`($sp) # load [biased] input
|
H A D | poly1305-sparcv9.pl | 459 my ($y0,$y1,$y2,$y3) = ($c1lo,$c1hi,$c3hi,$c3lo); 742 faddd $y0,$h0lo,$h0lo ! accumulate input 834 ldd [%sp+LOCALS+8*0],$y0 ! load [biased] input 843 fsubd $y0,$two0, $y0 ! de-bias input
|
/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 359 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; in ossl_ec_GF2m_simple_add() local 387 y0 = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_add() 400 if (!BN_copy(y0, a->Y)) in ossl_ec_GF2m_simple_add() 403 if (!EC_POINT_get_affine_coordinates(group, a, x0, y0, ctx)) in ossl_ec_GF2m_simple_add() 419 if (!BN_GF2m_add(s, y0, y1)) in ossl_ec_GF2m_simple_add() 432 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) { in ossl_ec_GF2m_simple_add()
|
/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 190 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_; 192 veor $t0, $y0, $y1 195 vand $t1, $x1, $y0 204 my ($x0,$x1,$y0,$y1,$t0)=@_; 206 veor $t0, $y0, $y1 209 vand $x1, $x1, $y0 218 my ($x0,$x1,$y0,$y1,$t0, 221 veor $t0, $y0, $y1 227 vand $x1, $x1, $y0
|
H A D | bsaes-x86_64.pl | 233 my ($x0,$x1,$y0,$y1,$t0)=@_; 235 movdqa $y0, $t0 239 pand $y0, $x1 248 my ($x0,$x1,$y0,$y1,$t0)=@_; 250 movdqa $y0, $t0 254 pand $y0, $x1 263 my ($x0,$x1,$y0,$y1,$t0, 266 movdqa $y0, $t0 274 pand $y0, $x1
|
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 416 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local 438 y0 = b->d[j]; in BN_GF2m_mod_mul_arr() 443 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0); in BN_GF2m_mod_mul_arr()
|
H A D | bn_exp.c | 565 BN_ULONG y0, y1, y2, y3; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local 570 y0 = (BN_ULONG)0 - (constant_time_eq_int(i,0)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF() 579 acc |= ( (table[j + 0 * xstride] & y0) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ecc.txt | 2080 MC0CAQAwEAYHKoZIzj0CAQYFK4EEAAUEFjAUAgEBBA8AvovirHrqTxoKJ3l+7y0=
|