Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_randommodule.c88 get_random_state(PyObject *module) in get_random_state() function
98 (get_random_state(_PyType_GetModuleByDef(type, &_randommodule)))
588 _randomstate *state = get_random_state(module); in _random_exec()
627 Py_VISIT(get_random_state(module)->Random_Type); in _random_traverse()
634 Py_CLEAR(get_random_state(module)->Random_Type); in _random_clear()
635 Py_CLEAR(get_random_state(module)->Long___abs__); in _random_clear()
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_GetRandom.c221 context->get_random_state = GET_RANDOM_INIT; in Fapi_GetRandom_Finish()
/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c2270 switch (context->get_random_state) { in ifapi_get_random()
2271 statecase(context->get_random_state, GET_RANDOM_INIT); in ifapi_get_random()
2286 statecase(context->get_random_state, GET_RANDOM_SENT); in ifapi_get_random()
2314 statecasedefault(context->get_random_state); in ifapi_get_random()
2320 context->get_random_state = GET_RANDOM_INIT; in ifapi_get_random()
2326 context->get_random_state = GET_RANDOM_INIT; in ifapi_get_random()
Dfapi_int.h981 enum _FAPI_STATE_GET_RANDOM get_random_state; /**< The current state of get random */ member