/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 119 BIGNUM *y2 = NULL; in ossl_sm2_encrypt() local 168 y2 = BN_CTX_get(ctx); in ossl_sm2_encrypt() 170 if (y2 == NULL) { in ossl_sm2_encrypt() 196 || !EC_POINT_get_affine_coordinates(group, kP, x2, y2, ctx)) { in ossl_sm2_encrypt() 202 || BN_bn2binpad(y2, x2y2 + field_size, field_size) < 0) { in ossl_sm2_encrypt() 287 BIGNUM *y2 = NULL; in ossl_sm2_decrypt() local 333 y2 = BN_CTX_get(ctx); in ossl_sm2_decrypt() 335 if (y2 == NULL) { in ossl_sm2_decrypt() 357 || !EC_POINT_get_affine_coordinates(group, C1, x2, y2, ctx)) { in ossl_sm2_decrypt() 363 || BN_bn2binpad(y2, x2y2 + field_size, field_size) < 0 in ossl_sm2_decrypt()
|
/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 391 y2 = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_add() 451 if (!BN_GF2m_add(y2, x1, x2)) in ossl_ec_GF2m_simple_add() 453 if (!group->meth->field_mul(group, y2, y2, s, ctx)) in ossl_ec_GF2m_simple_add() 455 if (!BN_GF2m_add(y2, y2, x2)) in ossl_ec_GF2m_simple_add() 457 if (!BN_GF2m_add(y2, y2, y1)) in ossl_ec_GF2m_simple_add() 460 if (!EC_POINT_set_affine_coordinates(group, r, x2, y2, ctx)) in ossl_ec_GF2m_simple_add() 512 BIGNUM *lh, *y2; in ossl_ec_GF2m_simple_is_on_curve() local 539 y2 = BN_CTX_get(ctx); in ossl_ec_GF2m_simple_is_on_curve() 560 if (!field_sqr(group, y2, point->Y, ctx)) in ossl_ec_GF2m_simple_is_on_curve() [all …]
|
H A D | ecp_nistp256.c | 1240 const smallfelem y2, const smallfelem z2) in point_add() argument 1335 felem_small_mul(tmp, y2, ftmp); in point_add() 1409 copy_small_conditional(y_out, y2, z1_is_zero); in point_add() 1424 smallfelem x2, smallfelem y2, smallfelem z2) in point_add_small() argument 1432 x2, y2, z2); in point_add_small()
|
H A D | ecp_nistp224.c | 908 const int mixed, const felem x2, const felem y2, in point_add() argument 953 felem_mul(tmp, ftmp3, y2); in point_add() 1089 copy_conditional(y_out, y2, z1_is_zero); in point_add()
|
H A D | ecp_nistp384.c | 1073 const int mixed, const felem x2, const felem y2, in point_add() argument 1141 felem_mul(tmp, y2, ftmp); /* tmp[i] < 2^115 */ in point_add() 1204 copy_conditional(y_out, y2, z1_is_zero); in point_add()
|
H A D | ecp_nistp521.c | 1207 const int mixed, const felem x2, const felem y2, in point_add() argument 1287 felem_mul(tmp, y2, ftmp); in point_add() 1385 copy_conditional(y_out, y2, z1_is_zero); in point_add()
|
/openssl/apps/ |
H A D | s512-req.pem | 6 y2//Kv7+ue0CAwEAATANBgkqhkiG9w0BAQQFAANBAAB+uQi+qwn6qRSHB8EUTvsm
|
/openssl/test/ |
H A D | ec_internal_test.c | 252 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; in underflow_test() local 271 y2 = BN_CTX_get(ctx); in underflow_test() 292 || !TEST_true(EC_POINT_get_affine_coordinates(grp, R, x2, y2, ctx))) in underflow_test() 296 || !TEST_int_eq(BN_cmp(y1, y2), 0)) in underflow_test()
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ppcfp.pl | 79 my ($y0,$y1,$y2,$y3) = ($c3lo,$c3hi,$c1lo,$c1hi); 363 fsub $y2,$y2,$two64 370 fadd $h2lo,$h2lo,$y2 460 lfd $y2,`$LOCALS+8*2`($sp)
|
H A D | poly1305-sparcv9.pl | 459 my ($y0,$y1,$y2,$y3) = ($c1lo,$c1hi,$c3hi,$c3lo); 744 faddd $y2,$h2lo,$h2lo 838 ldd [%sp+LOCALS+8*2],$y2 847 fsubd $y2,$two64,$y2
|
/openssl/test/smime-certs/ |
H A D | smdh.pem | 11 l3NRlOhUhHNGykfqFgKEEEof3/3c6r5BS0oRXdsu6dx/y2/v8j9aJoHfyGHkswxr
|
/openssl/crypto/bn/ |
H A D | bn_exp.c | 565 BN_ULONG y0, y1, y2, y3; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local 572 y2 = (BN_ULONG)0 - (constant_time_eq_int(i,2)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF() 581 (table[j + 2 * xstride] & y2) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
|
/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 219 $x2,$x3,$y2,$y3,$t1)=@_; 222 veor $t1, $y2, $y3 228 vand $x3, $x3, $y2
|
H A D | bsaes-x86_64.pl | 264 $x2,$x3,$y2,$y3,$t1)=@_; 267 movdqa $y2, $t1 275 pand $y2, $x3
|