Searched refs:Za23 (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/ec/ |
D | ecp_smpl.c | 1043 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; in ec_GFp_simple_cmp() local 1073 Za23 = BN_CTX_get(ctx); in ec_GFp_simple_cmp() 1093 if (!field_sqr(group, Za23, &a->Z, ctx)) goto end; in ec_GFp_simple_cmp() 1094 if (!field_mul(group, tmp2, &b->X, Za23, ctx)) goto end; in ec_GFp_simple_cmp() 1118 if (!field_mul(group, Za23, Za23, &a->Z, ctx)) goto end; in ec_GFp_simple_cmp() 1119 if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) goto end; in ec_GFp_simple_cmp()
|
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | simple.c | 1061 BIGNUM *tmp1, *tmp2, *Za23, *Zb23; in ec_GFp_simple_cmp() local 1088 Za23 = BN_CTX_get(ctx); in ec_GFp_simple_cmp() 1108 if (!field_sqr(group, Za23, &a->Z, ctx)) in ec_GFp_simple_cmp() 1110 if (!field_mul(group, tmp2, &b->X, Za23, ctx)) in ec_GFp_simple_cmp() 1132 if (!field_mul(group, Za23, Za23, &a->Z, ctx)) in ec_GFp_simple_cmp() 1134 if (!field_mul(group, tmp2, &b->Y, Za23, ctx)) in ec_GFp_simple_cmp()
|