Home
last modified time | relevance | path

Searched refs:setentropy (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dif_alg.h49 int (*setentropy)(void *private, sockptr_t entropy, unsigned int len); member
/kernel/linux/linux-6.6/include/crypto/
H A Dif_alg.h47 int (*setentropy)(void *private, sockptr_t entropy, unsigned int len); member
/kernel/linux/linux-5.10/crypto/
H A Dalgif_rng.c323 .setentropy = rng_setentropy,
H A Daf_alg.c265 if (!type->setentropy) in alg_setsockopt()
268 err = type->setentropy(ask->private, optval, optlen); in alg_setsockopt()
/kernel/linux/linux-6.6/crypto/
H A Dalgif_rng.c321 .setentropy = rng_setentropy,
H A Daf_alg.c398 if (!type->setentropy) in alg_setsockopt()
401 err = type->setentropy(ask->private, optval, optlen); in alg_setsockopt()

Completed in 6 milliseconds