Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c133 DRBG_ENCRYPT(&dfState->keySchedule, &temp, pIv); in DfCompute()
343 DRBG_ENCRYPT(keySchedule, iv, temp); in EncryptDRBG()
373 DRBG_ENCRYPT(keySchedule, iv, dOut); in EncryptDRBG()
382 DRBG_ENCRYPT(keySchedule, iv, temp); in EncryptDRBG()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h64 #define DRBG_ENCRYPT(keySchedule, in, out) \ macro