Searched defs:drbgState (Results 1 – 2 of 2) sorted by relevance
404 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() local912 DRBG_STATE *drbgState, // OUT: the instantiated value in DRBG_Instantiate()949 DRBG_STATE *drbgState // IN/OUT: working state to erase in DRBG_Uninstantiate()
870 DRBG_STATE drbgState; member