Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c151 UINT32 drbgSeedSize = sizeof(DRBG_SEED); in DfStart()
210 static DRBG_SEED *
223 return (DRBG_SEED *)&dfState->iv; in DfEnd()
229 static DRBG_SEED *
231 DRBG_SEED *output, // OUT: receives the result in DfBuffer()
243 memcpy(output, &dfState.iv[0], sizeof(DRBG_SEED)); in DfBuffer()
406 DRBG_SEED *providedData // IN: additional data in DRBG_Update()
430 EncryptDRBG(temp, sizeof(DRBG_SEED), keySchedule, iv, in DRBG_Update()
454 DRBG_SEED *providedEntropy, // IN: entropy in DRBG_Reseed()
455 DRBG_SEED *additionalData // IN: in DRBG_Reseed()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptRand_fp.h78 DRBG_SEED *providedEntropy, // IN: entropy
79 DRBG_SEED *additionalData // IN:
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCryptRand.h108 } DRBG_SEED; typedef
141 DRBG_SEED seed; // contains the key and IV for the counter mode DRBG