Searched defs:Z6 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dsimple.c953 BIGNUM *rh, *tmp, *Z4, *Z6; local
973 Z6 = BN_CTX_get(ctx);
974 if (Z6 == NULL)
996 if (!field_mul(group, Z6, Z4, tmp, ctx))
1019 if (!field_mul(group, tmp, &group->b, Z6, ctx))
/external/openssl/crypto/ec/
H A Decp_smpl.c947 BIGNUM *rh, *tmp, *Z4, *Z6; local
968 Z6 = BN_CTX_get(ctx);
969 if (Z6 == NULL) goto err;
987 if (!field_mul(group, Z6, Z4, tmp, ctx)) goto err;
1005 if (!field_mul(group, tmp, &group->b, Z6, ctx)) goto err;

Completed in 464 milliseconds