Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Ddrbg.h270 #define DRBG_HASH ((drbg_flag_t)1<<2) macro
271 #define DRBG_TYPE_MASK (DRBG_CTR | DRBG_HMAC | DRBG_HASH)
/linux-6.15/crypto/
H A Ddrbg.c143 .flags = DRBG_HASH | DRBG_STRENGTH256,
149 .flags = DRBG_HASH | DRBG_STRENGTH256,
155 .flags = DRBG_HASH | DRBG_STRENGTH256,
1278 case DRBG_HASH: in drbg_alloc_state()