Home
last modified time | relevance | path

Searched refs:entropy (Results 1 – 5 of 5) sorted by relevance

/crypto/
A Dalgif_rng.c63 u8 *entropy; member
226 kfree_sensitive(pctx->entropy); in rng_release()
269 if (IS_ENABLED(CONFIG_CRYPTO_USER_API_RNG_CAVP) && pctx->entropy) in rng_accept_parent()
285 static int __maybe_unused rng_setentropy(void *private, sockptr_t entropy, in rng_setentropy() argument
294 if (pctx->entropy) in rng_setentropy()
301 kentropy = memdup_sockptr(entropy, len); in rng_setentropy()
311 pctx->entropy = kentropy; in rng_setentropy()
A Ddrbg.c233 const unsigned char *entropy) in drbg_fips_continuous_test() argument
250 memcpy(drbg->prev, entropy, entropylen); in drbg_fips_continuous_test()
258 memcpy(drbg->prev, entropy, entropylen); in drbg_fips_continuous_test()
1062 unsigned char *entropy, in drbg_get_random_bytes() argument
1068 get_random_bytes(entropy, entropylen); in drbg_get_random_bytes()
1082 unsigned char entropy[32]; in drbg_seed_from_random() local
1086 BUG_ON(entropylen > sizeof(entropy)); in drbg_seed_from_random()
1098 memzero_explicit(entropy, entropylen); in drbg_seed_from_random()
1137 unsigned char entropy[((32 + 16) * 2)]; in drbg_seed() local
1186 entropy + entropylen, in drbg_seed()
[all …]
A Dtestmgr.h135 const unsigned char *entropy; member
23708 .entropy = (unsigned char *)
23742 .entropy = (unsigned char *)
23782 .entropy = (unsigned char *)
23819 .entropy = (unsigned char *)
23866 .entropy = (unsigned char *)
23900 .entropy = (unsigned char *)
23940 .entropy = (unsigned char *)
23977 .entropy = (unsigned char *)
24024 .entropy = (unsigned char *)
[all …]
A DKconfig864 IV, making low entropy IV sources more suitable for block
1236 A non-physical non-deterministic ("true") RNG (e.g., an entropy source
1255 the less variations are measured and thus the less entropy is
1257 obtained entropy is less than if the memory size fits within
1260 the entropy rate produced by the Jitter RNG can be modified.
1300 on hardware whose timers deliver limited amount of entropy (e.g.
1320 the first 1000 entropy events since boot can be sampled.
1397 - resetting DRBG entropy
A Dtestmgr.c3599 drbg_string_fill(&testentropy, test->entropy, test->entropylen); in drbg_cavs_test()

Completed in 57 milliseconds