Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c78 const BYTE DRBG_NistTestVector_Entropy[] = {DRBG_TEST_INITIATE_ENTROPY}; variable
279 pAssert(requiredEntropy == sizeof(DRBG_NistTestVector_Entropy)); in DRBG_GetEntropy()
280 memcpy(entropy, DRBG_NistTestVector_Entropy, in DRBG_GetEntropy()
281 sizeof(DRBG_NistTestVector_Entropy)); in DRBG_GetEntropy()