Searched refs:Z_1 (Results 1 - 3 of 3) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | nameCollision.js | 77 (function (Z_1) {
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 507 BIGNUM *Z, *Z_1, *Z_2, *Z_3; in ossl_ec_GFp_simple_point_get_affine_coordinates() local 524 Z_1 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_point_get_affine_coordinates() 561 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ossl_ec_GFp_simple_point_get_affine_coordinates() 568 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 571 if (!BN_mod_sqr(Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 589 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 592 if (!BN_mod_mul(Z_3, Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 507 BIGNUM *Z, *Z_1, *Z_2, *Z_3; in ossl_ec_GFp_simple_point_get_affine_coordinates() local 524 Z_1 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_point_get_affine_coordinates() 561 if (!group->meth->field_inv(group, Z_1, Z_, ctx)) { in ossl_ec_GFp_simple_point_get_affine_coordinates() 568 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 571 if (!BN_mod_sqr(Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 589 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates() 592 if (!BN_mod_mul(Z_3, Z_2, Z_1, group->field, ctx)) in ossl_ec_GFp_simple_point_get_affine_coordinates()
|
Completed in 4 milliseconds