Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h80 #define pDRBG_IV(seed) ((DRBG_IV *)&(((BYTE *)(seed))[DRBG_KEY_SIZE_BYTES]))
83 #define DRBG_KEY_SIZE_BYTES (DRBG_KEY_SIZE_WORDS * RADIX_BYTES) macro
89 #define DRBG_SEED_SIZE_BYTES (DRBG_KEY_SIZE_BYTES + DRBG_IV_SIZE_BYTES)
94 BYTE bytes[DRBG_KEY_SIZE_BYTES];
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c153 const BYTE dfKey[DRBG_KEY_SIZE_BYTES] = { in DfStart()
156 #if DRBG_KEY_SIZE_BYTES > 16 in DfStart()
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()