Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c411 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()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h79 #define pDRBG_KEY(seed) ((DRBG_KEY *)&(((BYTE *)(seed))[0])) macro