Home
last modified time | relevance | path

Searched refs:z1 (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/modes/asm/
H A Dghash-riscv64.pl178 xor $z1, $z1, $t0
181 xor $z1, $z1, $t1
187 xor $z1, $z1, $t0
235 xor $z1, $z1, $t0
238 xor $z1, $z1, $t1
244 xor $z1, $z1, $t0
314 xor $z1, $z1, $t0
317 xor $z1, $z1, $t1
323 xor $z1, $z1, $t0
385 xor $z1, $z1, $t0
[all …]
/openssl/crypto/des/
H A Dqud_cksm.c37 DES_LONG z0, z1, t0, t1; in DES_quad_cksum() local
49 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) | in DES_quad_cksum()
66 t1 = z1; in DES_quad_cksum()
70 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) % in DES_quad_cksum()
79 *lp++ = z1; in DES_quad_cksum()
/openssl/crypto/ec/
H A Decp_nistp224.c945 felem_square(tmp, z1); in point_add()
949 felem_mul(tmp, ftmp, z1); in point_add()
985 z1_is_zero = felem_is_zero(z1); in point_add()
1012 felem_mul(tmp, z1, z2); in point_add()
1016 felem_assign(ftmp5, z1); in point_add()
1346 felem_inv(z2, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1348 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1349 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1358 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1359 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
[all …]
H A Decp_nistp384.c1081 z1_is_zero = felem_is_zero(z1); in point_add()
1171 point_double(x3, y3, z3, x1, y1, z1); in point_add()
1207 copy_conditional(z_out, z1, z2_is_zero); in point_add()
1633 felem z1, z2, x_in, y_in, x_out, y_out; in ossl_ec_GFp_nistp384_point_get_affine_coordinates() local
1641 (!BN_to_felem(z1, point->Z))) in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1643 felem_inv(z2, z1); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1645 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1646 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1655 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
1656 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
[all …]
H A Decp_nistp521.c1215 z1_is_zero = felem_is_zero(z1); in point_add()
1219 felem_square(tmp, z1); in point_add()
1232 felem_assign(ftmp5, z1); in point_add()
1261 felem_scalar(ftmp5, z1, 2); in point_add()
1283 felem_mul(tmp, ftmp, z1); in point_add()
1848 felem_inv(z2, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1850 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1851 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1860 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1861 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
[all …]
H A Decp_nistp256.c1248 felem_shrink(small3, z1); in point_add()
1274 felem_assign(ftmp5, z1); in point_add()
1305 felem_assign(ftmp5, z1); in point_add()
1430 smallfelem_expand(felem_z1, z1); in point_add_small()
1948 felem z1, z2, x_in, y_in; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local
1959 felem_inv(z2, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1961 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1962 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1971 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1972 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
[all …]
/openssl/test/
H A Dec_internal_test.c202 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; in underflow_test() local
219 z1 = BN_CTX_get(ctx); in underflow_test()
235 || !TEST_int_gt(BN_hex2bn(&z1, p521m1), 0) in underflow_test()
238 y1, z1, ctx)) in underflow_test()

Completed in 48 milliseconds