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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Decp_smpl.c542 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
562 Z_3 = BN_CTX_get(ctx);
563 if (Z_3 == NULL)
626 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx))
629 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx))
637 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Decp_smpl.c542 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
562 Z_3 = BN_CTX_get(ctx);
563 if (Z_3 == NULL)
626 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx))
629 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx))
637 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Decp_smpl.c542 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
562 Z_3 = BN_CTX_get(ctx);
563 if (Z_3 == NULL)
626 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx))
629 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx))
637 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Decp_smpl.c525 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
546 Z_3 = BN_CTX_get(ctx);
547 if (Z_3 == NULL) goto err;
615 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) goto err;
619 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) goto err;
623 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx)) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Decp_smpl.c525 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
546 Z_3 = BN_CTX_get(ctx);
547 if (Z_3 == NULL) goto err;
615 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) goto err;
619 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) goto err;
623 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx)) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Decp_smpl.c525 BIGNUM *Z, *Z_1, *Z_2, *Z_3; local
546 Z_3 = BN_CTX_get(ctx);
547 if (Z_3 == NULL) goto err;
615 if (!group->meth->field_mul(group, Z_3, Z_2, Z_1, ctx)) goto err;
619 if (!BN_mod_mul(Z_3, Z_2, Z_1, &group->field, ctx)) goto err;
623 if (!group->meth->field_mul(group, y, &point->Y, Z_3, ctx)) goto err;

Completed in 81 milliseconds