Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c245 unsigned short entropylen = drbg_sec_strength(drbg->core->flags); in drbg_fips_continuous_test()
1094 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_seed_from_random()
1131 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_seed()
1244 drbg->core = NULL; in drbg_dealloc_state()
1261 switch (drbg->core->flags & DRBG_TYPE_MASK) { in drbg_alloc_state()
1299 if (drbg->core->flags & DRBG_HMAC) in drbg_alloc_state()
1301 else if (drbg->core->flags & DRBG_CTR) in drbg_alloc_state()
1320 drbg->prev = kzalloc(drbg_sec_strength(drbg->core->flags), in drbg_alloc_state()
1365 if (!drbg->core) { in drbg_generate()
1451 if (drbg->core->flags & DRBG_HMAC) in drbg_generate()
[all …]
DMakefile104 aegis128-y := aegis128-core.o
DKconfig20 This option provides the core Cryptographic API.
24 comment "Crypto core or helper"