Searched refs:pDRBG_KEY (Results 1 – 2 of 2) sorted by relevance
411 DRBG_KEY *key = pDRBG_KEY(&drbgState->seed); in DRBG_Update()508 dbgDumpMemBlock(pDRBG_KEY(&testState), DRBG_KEY_SIZE_BYTES, in DRBG_SelfTest()516 dbgDumpMemBlock(pDRBG_KEY(&testState.seed), DRBG_KEY_SIZE_BYTES, in DRBG_SelfTest()526 dbgDumpMemBlock((BYTE *)pDRBG_KEY(&testState.seed), DRBG_KEY_SIZE_BYTES, in DRBG_SelfTest()878 if(DRBG_ENCRYPT_SETUP((BYTE *)pDRBG_KEY(seed), in DRBG_Generate()
79 #define pDRBG_KEY(seed) ((DRBG_KEY *)&(((BYTE *)(seed))[0])) macro