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

  /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/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.old/dist/crypto/rand/
rand_local.h 284 RAND_DRBG_get_entropy_fn get_entropy; member in struct:rand_drbg_st
  /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...]

Completed in 27 milliseconds