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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_smpl.c946 BIGNUM *rh, *tmp, *Z4, *Z6; local
967 Z6 = BN_CTX_get(ctx);
968 if (Z6 == NULL) goto err;
986 if (!field_mul(group, Z6, Z4, tmp, ctx)) goto err;
1004 if (!field_mul(group, tmp, &group->b, Z6, ctx)) goto err;

Completed in 103 milliseconds