Searched refs:drbgState (Results 1 – 4 of 4) sorted by relevance
404 DRBG_STATE *drbgState, // IN:OUT state to update in DRBG_Update() argument410 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() argument460 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 …]
77 DRBG_STATE *drbgState, // IN: the state to update133 DRBG_STATE *drbgState, // IN:OUT state to update146 DRBG_STATE *drbgState, // IN/OUT: buffer to hold the state198 DRBG_STATE *drbgState, // OUT: the instantiated value210 DRBG_STATE *drbgState // IN/OUT: working state to erase
88 go.drbgState.magic = 0; in TPM_Manufacture()
870 DRBG_STATE drbgState; member896 # define drbgDefault go.drbgState