HomeSort by: relevance | last modified time | path
    Searched refs:get_entropy (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
drbg_lib.c 204 drbg->get_entropy = rand_drbg_get_entropy;
214 drbg->get_entropy = rand_drbg_get_entropy;
330 if (drbg->get_entropy != NULL)
331 entropylen = drbg->get_entropy(drbg, &entropy, min_entropy,
425 if (drbg->get_entropy != NULL)
426 entropylen = drbg->get_entropy(drbg, &entropy, drbg->strength,
538 * entropy from the trusted entropy source using get_entropy().
690 RAND_DRBG_get_entropy_fn get_entropy,
697 drbg->get_entropy = get_entropy;
    [all...]
rand_local.h 284 RAND_DRBG_get_entropy_fn get_entropy; member in struct:rand_drbg_st
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
rand_drbg.h 120 RAND_DRBG_get_entropy_fn get_entropy,
  /src/crypto/external/bsd/openssl.old/dist/test/
drbgtest.c 499 * Currently, all DRBGs use the same get_entropy() callback.
503 RAND_DRBG_get_entropy_fn get_entropy; member in struct:hook_ctx_st
504 /* forces a failure of the get_entropy() call if nonzero */
517 /* Intercepts and counts calls to the get_entropy() callback */
528 ret = ctx->get_entropy(drbg, pout, entropy, min_len, max_len,
536 /* Installs a hook for the get_entropy() callback of the given drbg */
541 ctx->get_entropy = drbg->get_entropy;
542 drbg->get_entropy = get_entropy_hook;
546 /* Installs the hook for the get_entropy() callback of the given drbg *
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
sign-mbedtls.c 97 get_entropy(void *data, unsigned char *output, size_t len, size_t *outlen) function
144 status = mbedtls_entropy_add_source(&rng_state->entropy_context, get_entropy,
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
drbg.c 133 * Implements the get_entropy() callback
192 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, function
436 entropylen = get_entropy(drbg, &entropy, min_entropy,
560 entropylen = get_entropy(drbg, &entropy, drbg->strength,
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
drbg.c 133 * Implements the get_entropy() callback
194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, function
456 entropylen = get_entropy(drbg, &entropy, min_entropy,
584 entropylen = get_entropy(drbg, &entropy, drbg->strength,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
core_dispatch.h 192 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len))
541 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
core_dispatch.h 188 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle,
492 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,

Completed in 32 milliseconds