Home
last modified time | relevance | path

Searched refs:core (Results 1 – 3 of 3) sorted by relevance

/crypto/
Ddrbg.c244 unsigned short entropylen = drbg_sec_strength(drbg->core->flags); in drbg_fips_continuous_test()
1074 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_async_seed()
1126 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_seed()
1219 drbg->core = NULL; in drbg_dealloc_state()
1236 switch (drbg->core->flags & DRBG_TYPE_MASK) { in drbg_alloc_state()
1274 if (drbg->core->flags & DRBG_HMAC) in drbg_alloc_state()
1276 else if (drbg->core->flags & DRBG_CTR) in drbg_alloc_state()
1295 drbg->prev = kzalloc(drbg_sec_strength(drbg->core->flags), in drbg_alloc_state()
1338 if (!drbg->core) { in drbg_generate()
1418 if (drbg->core->flags & DRBG_HMAC) in drbg_generate()
[all …]
DMakefile93 aegis128-y := aegis128-core.o
DKconfig19 This option provides the core Cryptographic API.
23 comment "Crypto core or helper"