Home
last modified time | relevance | path

Searched refs:DRBG_STRENGTH128 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/crypto/
H A Ddrbg.h273 #define DRBG_STRENGTH128 ((drbg_flag_t)1<<3) macro
276 #define DRBG_STRENGTH_MASK (DRBG_STRENGTH128 | DRBG_STRENGTH192 | \
/openbmc/linux/crypto/
H A Ddrbg.c121 .flags = DRBG_CTR | DRBG_STRENGTH128,
142 .flags = DRBG_HASH | DRBG_STRENGTH128,
169 .flags = DRBG_HMAC | DRBG_STRENGTH128,
213 case DRBG_STRENGTH128: in drbg_sec_strength()