Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c246 unsigned short entropylen = drbg_sec_strength(drbg->core->flags); in drbg_fips_continuous_test()
1096 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_seed_from_random()
1153 unsigned int entropylen = drbg_sec_strength(drbg->core->flags); in drbg_seed()
1269 drbg->core = NULL; in drbg_dealloc_state()
1286 switch (drbg->core->flags & DRBG_TYPE_MASK) { in drbg_alloc_state()
1324 if (drbg->core->flags & DRBG_HMAC) in drbg_alloc_state()
1326 else if (drbg->core->flags & DRBG_CTR) in drbg_alloc_state()
1345 drbg->prev = kzalloc(drbg_sec_strength(drbg->core->flags), in drbg_alloc_state()
1390 if (!drbg->core) { in drbg_generate()
1477 if (drbg->core->flags & DRBG_HMAC) in drbg_generate()
[all …]
DMakefile106 aegis128-y := aegis128-core.o
DKconfig20 This option provides the core Cryptographic API.
24 menu "Crypto core or helper"