drbg_flag_t 208 crypto/drbg.c static inline unsigned short drbg_sec_strength(drbg_flag_t flags) drbg_flag_t 85 include/crypto/drbg.h drbg_flag_t flags; /* flags for the cipher */ drbg_flag_t 267 include/crypto/drbg.h #define DRBG_CTR ((drbg_flag_t)1<<0) drbg_flag_t 268 include/crypto/drbg.h #define DRBG_HMAC ((drbg_flag_t)1<<1) drbg_flag_t 269 include/crypto/drbg.h #define DRBG_HASH ((drbg_flag_t)1<<2) drbg_flag_t 272 include/crypto/drbg.h #define DRBG_STRENGTH128 ((drbg_flag_t)1<<3) drbg_flag_t 273 include/crypto/drbg.h #define DRBG_STRENGTH192 ((drbg_flag_t)1<<4) drbg_flag_t 274 include/crypto/drbg.h #define DRBG_STRENGTH256 ((drbg_flag_t)1<<5)