drbg_flag_t        83 include/crypto/drbg.h 	drbg_flag_t flags;	/* flags for the cipher */
drbg_flag_t       278 include/crypto/drbg.h #define DRBG_CTR	((drbg_flag_t)1<<0)
drbg_flag_t       279 include/crypto/drbg.h #define DRBG_HMAC	((drbg_flag_t)1<<1)
drbg_flag_t       280 include/crypto/drbg.h #define DRBG_HASH	((drbg_flag_t)1<<2)
drbg_flag_t       283 include/crypto/drbg.h #define DRBG_STRENGTH128	((drbg_flag_t)1<<3)
drbg_flag_t       284 include/crypto/drbg.h #define DRBG_STRENGTH192	((drbg_flag_t)1<<4)
drbg_flag_t       285 include/crypto/drbg.h #define DRBG_STRENGTH256	((drbg_flag_t)1<<5)