Home
last modified time | relevance | path

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

/external/tpm2/
DCryptoEngine.h135 #define DRBG_KEY_SIZE_BITS MAX_AES_KEY_BITS macro
138 #if ((DRBG_KEY_SIZE_BITS % 8) != 0) || ((DRBG_IV_SIZE_BITS % 8) != 0)
141 #if (DRBG_KEY_SIZE_BITS % DRBG_IV_SIZE_BITS) != 0
144 typedef UINT32 DRBG_SEED[(DRBG_KEY_SIZE_BITS + DRBG_IV_SIZE_BITS) / 32];