Home
last modified time | relevance | path

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

/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.c946 felem_square(tmp, z1); in point_add()
950 felem_mul(tmp, ftmp, z1); in point_add()
986 z1_is_zero = felem_is_zero(z1); in point_add()
1013 felem_mul(tmp, z1, z2); in point_add()
1017 felem_assign(ftmp5, z1); in point_add()
1352 felem_inv(z2, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1354 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1355 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1364 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
1365 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
[all …]
H A Decp_nistp521.c1216 z1_is_zero = felem_is_zero(z1); in point_add()
1220 felem_square(tmp, z1); in point_add()
1233 felem_assign(ftmp5, z1); in point_add()
1262 felem_scalar(ftmp5, z1, 2); in point_add()
1284 felem_mul(tmp, ftmp, z1); in point_add()
1856 felem_inv(z2, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1858 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1859 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1868 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
1869 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
[all …]
H A Decp_nistp256.c1246 felem_shrink(small3, z1); in point_add()
1272 felem_assign(ftmp5, z1); in point_add()
1303 felem_assign(ftmp5, z1); in point_add()
1428 smallfelem_expand(felem_z1, z1); in point_add_small()
1953 felem z1, z2, x_in, y_in; in ossl_ec_GFp_nistp256_point_get_affine_coordinates() local
1964 felem_inv(z2, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1966 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1967 felem_mul(tmp, x_in, z1); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1976 felem_mul(tmp, z1, z2); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
1977 felem_reduce(z1, tmp); in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
[all …]
/openssl/test/
H A Dec_internal_test.c201 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; in underflow_test() local
218 z1 = BN_CTX_get(ctx); in underflow_test()
234 || !TEST_int_gt(BN_hex2bn(&z1, p521m1), 0) in underflow_test()
237 y1, z1, ctx)) in underflow_test()

Completed in 46 milliseconds