OSSL_FUNC_RAND_RESEED
case OSSL_FUNC_RAND_RESEED:
{ OSSL_FUNC_RAND_RESEED, (void (*)(void))drbg_ctr_reseed_wrapper },
{ OSSL_FUNC_RAND_RESEED, (void (*)(void))drbg_hash_reseed_wrapper },
{ OSSL_FUNC_RAND_RESEED, (void (*)(void))drbg_hmac_reseed_wrapper },
{ OSSL_FUNC_RAND_RESEED, (void (*)(void))crng_test_reseed },
{ OSSL_FUNC_RAND_RESEED, (void (*)(void))seed_src_reseed },
{ OSSL_FUNC_RAND_RESEED, (void (*)(void))jitter_reseed },
{ OSSL_FUNC_RAND_RESEED, (void (*)(void))test_rng_reseed },