Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRand.c404 DRBG_STATE *drbgState, // IN:OUT state to update in DRBG_Update() argument
410 BYTE *temp = (BYTE *)&drbgState->seed; in DRBG_Update()
411 DRBG_KEY *key = pDRBG_KEY(&drbgState->seed); in DRBG_Update()
412 DRBG_IV *iv = pDRBG_IV(&drbgState->seed); in DRBG_Update()
415 pAssert(drbgState->magic == DRBG_MAGIC); in DRBG_Update()
431 drbgState->lastValue); in DRBG_Update()
453 DRBG_STATE *drbgState, // IN: the state to update in DRBG_Reseed() argument
460 pAssert((drbgState != NULL) && (drbgState->magic == DRBG_MAGIC)); in DRBG_Reseed()
476 DRBG_Update(drbgState, NULL, providedEntropy); in DRBG_Reseed()
478 drbgState->reseedCounter = 1; in DRBG_Reseed()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCryptRand_fp.h77 DRBG_STATE *drbgState, // IN: the state to update
133 DRBG_STATE *drbgState, // IN:OUT state to update
146 DRBG_STATE *drbgState, // IN/OUT: buffer to hold the state
198 DRBG_STATE *drbgState, // OUT: the instantiated value
210 DRBG_STATE *drbgState // IN/OUT: working state to erase
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DManufacture.c88 go.drbgState.magic = 0; in TPM_Manufacture()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h870 DRBG_STATE drbgState; member
896 # define drbgDefault go.drbgState