OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_words
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_backend.c
427
int
fixed_words
;
local
467
fixed_words
= bn_get_top(order) + 2;
471
if (bn_wexpand(priv_key,
fixed_words
) == NULL)
/src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_backend.c
429
int
fixed_words
;
local
469
fixed_words
= bn_get_top(order) + 2;
473
if (bn_wexpand(priv_key,
fixed_words
) == NULL)
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026