| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecp_nistp224.c | 1399 BIGNUM *x, *y, *z, *tmp_scalar; local 1418 tmp_scalar = BN_CTX_get(ctx); 1419 if (tmp_scalar == NULL) 1491 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) { 1495 num_bytes = BN_bn2lebinpad(tmp_scalar, 1541 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 1545 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
|
| ecp_nistp384.c | 1738 BIGNUM *x, *y, *z, *tmp_scalar; local 1758 tmp_scalar = BN_CTX_get(ctx); 1759 if (tmp_scalar == NULL) 1834 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) { 1838 num_bytes = BN_bn2lebinpad(tmp_scalar, 1879 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 1883 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
|
| ecp_nistp521.c | 1832 BIGNUM *x, *y, *z, *tmp_scalar; local 1852 tmp_scalar = BN_CTX_get(ctx); 1853 if (tmp_scalar == NULL) 1928 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) { 1932 num_bytes = BN_bn2lebinpad(tmp_scalar, 1978 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 1982 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
|
| ecp_nistz256.c | 952 BIGNUM *tmp_scalar; local 1009 if ((tmp_scalar = BN_CTX_get(ctx)) == NULL) 1012 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 1016 scalar = tmp_scalar;
|
| ecp_nistp256.c | 2017 BIGNUM *x, *y, *z, *tmp_scalar; local 2038 tmp_scalar = BN_CTX_get(ctx); 2039 if (tmp_scalar == NULL) 2115 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) { 2119 num_bytes = BN_bn2lebinpad(tmp_scalar, 2167 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 2171 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecp_nistp224.c | 1420 BIGNUM *x, *y, *z, *tmp_scalar; local 1439 tmp_scalar = BN_CTX_get(ctx); 1440 if (tmp_scalar == NULL) 1517 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) { 1521 num_bytes = BN_bn2lebinpad(tmp_scalar, 1569 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 1573 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
|
| ecp_nistp521.c | 1924 BIGNUM *x, *y, *z, *tmp_scalar; local 1944 tmp_scalar = BN_CTX_get(ctx); 1945 if (tmp_scalar == NULL) 2025 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) { 2029 num_bytes = BN_bn2lebinpad(tmp_scalar, 2077 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 2081 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
|
| ecp_nistz256.c | 974 BIGNUM *tmp_scalar; local 1031 if ((tmp_scalar = BN_CTX_get(ctx)) == NULL) 1034 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 1038 scalar = tmp_scalar;
|
| ecp_nistp256.c | 2031 BIGNUM *x, *y, *z, *tmp_scalar; local 2052 tmp_scalar = BN_CTX_get(ctx); 2053 if (tmp_scalar == NULL) 2134 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) { 2138 num_bytes = BN_bn2lebinpad(tmp_scalar, 2188 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 2192 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ecp_nistz256.c | 969 BIGNUM *tmp_scalar; local 1026 if ((tmp_scalar = BN_CTX_get(ctx)) == NULL) 1029 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) { 1033 scalar = tmp_scalar;
|