Searched refs:DRBG_ENCRYPT_SETUP (Results 1 – 2 of 2) sorted by relevance
162 DRBG_ENCRYPT_SETUP(&dfKey[0], DRBG_KEY_SIZE_BITS, &dfState->keySchedule); in DfStart()420 if(DRBG_ENCRYPT_SETUP((BYTE *)key, in DRBG_Update()878 if(DRBG_ENCRYPT_SETUP((BYTE *)pDRBG_KEY(seed), in DRBG_Generate()
62 #define DRBG_ENCRYPT_SETUP(key, keySizeInBits, schedule) \ macro