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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c1426 BIGNUM *x, *y, *z, *tmp_scalar; local
1449 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
1533 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1537 num_bytes = BN_bn2bin(tmp_scalar, tmp);
1579 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1583 num_bytes = BN_bn2bin(tmp_scalar, tmp);
H A Decp_nistp256.c2012 BIGNUM *x, *y, *z, *tmp_scalar; local
2036 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
2122 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
2126 num_bytes = BN_bn2bin(tmp_scalar, tmp);
2170 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
2174 num_bytes = BN_bn2bin(tmp_scalar, tmp);
H A Decp_nistp521.c1821 BIGNUM *x, *y, *z, *tmp_scalar; local
1844 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
1931 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1935 num_bytes = BN_bn2bin(tmp_scalar, tmp);
1977 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1981 num_bytes = BN_bn2bin(tmp_scalar, tmp);
H A Decp_nistz256.c1145 BIGNUM *tmp_scalar; local
1217 if ((tmp_scalar = BN_CTX_get(ctx)) == NULL)
1220 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1224 scalar = tmp_scalar;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c1426 BIGNUM *x, *y, *z, *tmp_scalar; local
1449 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
1533 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1537 num_bytes = BN_bn2bin(tmp_scalar, tmp);
1579 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1583 num_bytes = BN_bn2bin(tmp_scalar, tmp);
H A Decp_nistp256.c2012 BIGNUM *x, *y, *z, *tmp_scalar; local
2036 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
2122 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
2126 num_bytes = BN_bn2bin(tmp_scalar, tmp);
2170 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
2174 num_bytes = BN_bn2bin(tmp_scalar, tmp);
H A Decp_nistp521.c1821 BIGNUM *x, *y, *z, *tmp_scalar; local
1844 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
1931 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1935 num_bytes = BN_bn2bin(tmp_scalar, tmp);
1977 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1981 num_bytes = BN_bn2bin(tmp_scalar, tmp);
H A Decp_nistz256.c1145 BIGNUM *tmp_scalar; local
1217 if ((tmp_scalar = BN_CTX_get(ctx)) == NULL)
1220 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1224 scalar = tmp_scalar;

Completed in 132 milliseconds