Home
last modified time | relevance | path

Searched defs:drbgState (Results 1 – 2 of 2) 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()
453 DRBG_STATE *drbgState, // IN: the state to update in DRBG_Reseed()
653 DRBG_STATE *drbgState, // IN:OUT state to update in DRBG_AdditionalData()
675 DRBG_STATE *drbgState, // IN/OUT: buffer to hold the state in DRBG_InstantiateSeeded()
851 DRBG_STATE *drbgState = (DRBG_STATE *)state; in DRBG_Generate() local
912 DRBG_STATE *drbgState, // OUT: the instantiated value in DRBG_Instantiate()
949 DRBG_STATE *drbgState // IN/OUT: working state to erase in DRBG_Uninstantiate()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h870 DRBG_STATE drbgState; member