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

/linux-4.1.27/include/crypto/
H A Ddrbg.h283 #define DRBG_STRENGTH128 ((drbg_flag_t)1<<3) macro
286 #define DRBG_STRENGTH_MASK (DRBG_STRENGTH128 | DRBG_STRENGTH192 | \
/linux-4.1.27/crypto/
H A Ddrbg.c118 .flags = DRBG_CTR | DRBG_STRENGTH128,
139 .flags = DRBG_HASH | DRBG_STRENGTH128,
166 .flags = DRBG_HMAC | DRBG_STRENGTH128,
208 case DRBG_STRENGTH128: drbg_sec_strength()

Completed in 53 milliseconds