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

/freebsd-10-stable/crypto/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);

Completed in 116 milliseconds