Home
last modified time | relevance | path

Searched refs:setentropy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/crypto/
H A Dif_alg.h47 int (*setentropy)(void *private, sockptr_t entropy, unsigned int len); member
/openbmc/linux/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()