Lines Matching defs:drbg
132 static size_t kat_entropy(RAND_DRBG *drbg, unsigned char **pout, in kat_entropy()
143 static size_t kat_nonce(RAND_DRBG *drbg, unsigned char **pout, in kat_nonce()
153 static int uninstantiate(RAND_DRBG *drbg) in uninstantiate()
166 RAND_DRBG *drbg = NULL; in single_kat() local
255 static int init(RAND_DRBG *drbg, DRBG_SELFTEST_DATA *td, TEST_CTX *t) in init()
274 static int instantiate(RAND_DRBG *drbg, DRBG_SELFTEST_DATA *td, in instantiate()
289 RAND_DRBG *drbg = NULL; in error_check() local
497 RAND_DRBG *drbg; member
512 static HOOK_CTX *get_hook_ctx(RAND_DRBG *drbg) in get_hook_ctx()
518 static size_t get_entropy_hook(RAND_DRBG *drbg, unsigned char **pout, in get_entropy_hook()
537 static void hook_drbg(RAND_DRBG *drbg, HOOK_CTX *ctx) in hook_drbg()
547 static void unhook_drbg(RAND_DRBG *drbg) in unhook_drbg()