OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ealgo
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netipsec/
key.c
7368
const struct enc_xform *
ealgo
;
local in function:key_api_register
7370
ealgo
= esp_algorithm_lookup(i);
7371
if (!
ealgo
)
7375
alg->sadb_alg_ivlen =
ealgo
->blocksize;
7376
alg->sadb_alg_minbits = _BITS(
ealgo
->minkey);
7377
alg->sadb_alg_maxbits = _BITS(
ealgo
->maxkey);
key.c
7368
const struct enc_xform *
ealgo
;
local in function:key_api_register
7370
ealgo
= esp_algorithm_lookup(i);
7371
if (!
ealgo
)
7375
alg->sadb_alg_ivlen =
ealgo
->blocksize;
7376
alg->sadb_alg_minbits = _BITS(
ealgo
->minkey);
7377
alg->sadb_alg_maxbits = _BITS(
ealgo
->maxkey);
Completed in 30 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025