Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Ddrbg.h251 #define DRBG_STRENGTH192 ((drbg_flag_t)1<<4) macro
253 #define DRBG_STRENGTH_MASK (DRBG_STRENGTH128 | DRBG_STRENGTH192 | \