Searched refs:DRBG_KEY_SIZE_BITS (Results 1 – 2 of 2) 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];
25351 67 #define DRBG_KEY_SIZE_BITS MAX_AES_KEY_BITS25354 70 #if ((DRBG_KEY_SIZE_BITS % 8) != 0) || ((DRBG_IV_SIZE_BITS % 8) != 0)25357 73 #if (DRBG_KEY_SIZE_BITS % DRBG_IV_SIZE_BITS) != 025360 76 typedef UINT32 DRBG_SEED[(DRBG_KEY_SIZE_BITS + DRBG_IV_SIZE_BITS) / 32];