Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 13 of 13) sorted by relevance

/openssl/crypto/sm2/
H A Dsm2_crypt.c120 BIGNUM *y2 = NULL; in ossl_sm2_encrypt() local
165 y2 = BN_CTX_get(ctx); in ossl_sm2_encrypt()
167 if (y2 == NULL) { in ossl_sm2_encrypt()
190 || !EC_POINT_get_affine_coordinates(group, kP, x2, y2, ctx)) { in ossl_sm2_encrypt()
196 || BN_bn2binpad(y2, x2y2 + field_size, field_size) < 0) { in ossl_sm2_encrypt()
282 BIGNUM *y2 = NULL; in ossl_sm2_decrypt() local
328 y2 = BN_CTX_get(ctx); in ossl_sm2_decrypt()
330 if (y2 == NULL) { in ossl_sm2_decrypt()
354 || !EC_POINT_get_affine_coordinates(group, C1, x2, y2, ctx)) { in ossl_sm2_decrypt()
360 || BN_bn2binpad(y2, x2y2 + field_size, field_size) < 0 in ossl_sm2_decrypt()
/openssl/crypto/ec/
H A Dec2_smpl.c359 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 Decp_nistp256.c1238 const smallfelem y2, const smallfelem z2) in point_add() argument
1333 felem_small_mul(tmp, y2, ftmp); in point_add()
1407 copy_small_conditional(y_out, y2, z1_is_zero); in point_add()
1422 smallfelem x2, smallfelem y2, smallfelem z2) in point_add_small() argument
1430 x2, y2, z2); in point_add_small()
H A Decp_nistp224.c909 const int mixed, const felem x2, const felem y2, in point_add() argument
954 felem_mul(tmp, ftmp3, y2); in point_add()
1090 copy_conditional(y_out, y2, z1_is_zero); in point_add()
H A Decp_nistp521.c1208 const int mixed, const felem x2, const felem y2, in point_add() argument
1288 felem_mul(tmp, y2, ftmp); in point_add()
1386 copy_conditional(y_out, y2, z1_is_zero); in point_add()
/openssl/apps/
H A Ds512-req.pem6 y2//Kv7+ue0CAwEAATANBgkqhkiG9w0BAQQFAANBAAB+uQi+qwn6qRSHB8EUTvsm
/openssl/test/
H A Dec_internal_test.c201 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; in underflow_test() local
220 y2 = BN_CTX_get(ctx); in underflow_test()
241 || !TEST_true(EC_POINT_get_affine_coordinates(grp, R, x2, y2, ctx))) in underflow_test()
245 || !TEST_int_eq(BN_cmp(y1, y2), 0)) in underflow_test()
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl79 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 Dpoly1305-sparcv9.pl459 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 Dsmdh.pem11 l3NRlOhUhHNGykfqFgKEEEof3/3c6r5BS0oRXdsu6dx/y2/v8j9aJoHfyGHkswxr
/openssl/crypto/bn/
H A Dbn_exp.c546 BN_ULONG y0, y1, y2, y3; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
553 y2 = (BN_ULONG)0 - (constant_time_eq_int(i,2)&1); in MOD_EXP_CTIME_COPY_FROM_PREBUF()
562 (table[j + 2 * xstride] & y2) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl219 $x2,$x3,$y2,$y3,$t1)=@_;
222 veor $t1, $y2, $y3
228 vand $x3, $x3, $y2
H A Dbsaes-x86_64.pl264 $x2,$x3,$y2,$y3,$t1)=@_;
267 movdqa $y2, $t1
275 pand $y2, $x3

Completed in 50 milliseconds