OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_scalars
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistz256.c
942
const BIGNUM **
new_scalars
= NULL;
local
1101
new_scalars
= OPENSSL_malloc((num + 1) * sizeof(BIGNUM *));
1102
if (
new_scalars
== NULL)
1109
memcpy(
new_scalars
, scalars, num * sizeof(BIGNUM *));
1110
new_scalars
[num] = scalar;
1114
scalars =
new_scalars
;
1142
OPENSSL_free(
new_scalars
);
/src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistz256.c
964
const BIGNUM **
new_scalars
= NULL;
local
1125
new_scalars
= OPENSSL_malloc((num + 1) * sizeof(BIGNUM *));
1126
if (
new_scalars
== NULL) {
1137
memcpy(
new_scalars
, scalars, num * sizeof(BIGNUM *));
1138
new_scalars
[num] = scalar;
1142
scalars =
new_scalars
;
1172
OPENSSL_free(
new_scalars
);
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistz256.c
959
const BIGNUM **
new_scalars
= NULL;
local
1120
new_scalars
= OPENSSL_malloc((num + 1) * sizeof(BIGNUM *));
1121
if (
new_scalars
== NULL) {
1132
memcpy(
new_scalars
, scalars, num * sizeof(BIGNUM *));
1133
new_scalars
[num] = scalar;
1137
scalars =
new_scalars
;
1167
OPENSSL_free(
new_scalars
);
Completed in 15 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026