HomeSort by: relevance | last modified time | path
    Searched defs:test_rng_set_ctx_params (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
test_rng.c 33 static OSSL_FUNC_rand_set_ctx_params_fn test_rng_set_ctx_params; variable
88 if (!test_rng_set_ctx_params(t, params) || strength > t->strength)
226 static int test_rng_set_ctx_params(void *vtest, const OSSL_PARAM params[]) function
347 { OSSL_FUNC_RAND_SET_CTX_PARAMS, (void (*)(void))test_rng_set_ctx_params },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
test_rng.c 31 static OSSL_FUNC_rand_set_ctx_params_fn test_rng_set_ctx_params; variable
84 if (!test_rng_set_ctx_params(t, params) || strength > t->strength)
171 static int test_rng_set_ctx_params(void *vtest, const OSSL_PARAM params[]) function
288 { OSSL_FUNC_RAND_SET_CTX_PARAMS, (void(*)(void))test_rng_set_ctx_params },

Completed in 24 milliseconds