Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c162 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()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h62 #define DRBG_ENCRYPT_SETUP(key, keySizeInBits, schedule) \ macro