Searched refs:DRBG_KEY_SIZE_BITS (Results 1 – 1 of 1) sorted by relevance
135 #define DRBG_KEY_SIZE_BITS MAX_AES_KEY_BITS macro138 #if ((DRBG_KEY_SIZE_BITS % 8) != 0) || ((DRBG_IV_SIZE_BITS % 8) != 0)141 #if (DRBG_KEY_SIZE_BITS % DRBG_IV_SIZE_BITS) != 0144 typedef UINT32 DRBG_SEED[(DRBG_KEY_SIZE_BITS + DRBG_IV_SIZE_BITS) / 32];