Searched refs:tmp_scalar (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c1811 BIGNUM *x, *y, *z, *tmp_scalar; local
1834 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
1919 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1923 num_bytes = bn_bn2lebinpad(tmp_scalar,
1971 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1975 num_bytes = bn_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
H A Decp_nistp256.c1999 BIGNUM *x, *y, *z, *tmp_scalar; local
2023 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
2107 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
2111 num_bytes = bn_bn2lebinpad(tmp_scalar,
2161 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
2165 num_bytes = bn_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
H A Decp_nistp224.c1411 BIGNUM *x, *y, *z, *tmp_scalar; local
1433 ((tmp_scalar = BN_CTX_get(ctx)) == NULL))
1515 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1519 num_bytes = bn_bn2lebinpad(tmp_scalar,
1567 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1571 num_bytes = bn_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
H A Decp_nistz256.c1176 BIGNUM *tmp_scalar; local
1248 if ((tmp_scalar = BN_CTX_get(ctx)) == NULL)
1251 if (!BN_nnmod(tmp_scalar, scalar, &group->order, ctx)) {
1255 scalar = tmp_scalar;

Completed in 97 milliseconds