Home
last modified time | relevance | path

Searched refs:jent_read_entropy (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Djitterentropy.h12 extern int jent_read_entropy(struct rand_data *ec, unsigned char *data,
H A Djitterentropy-kcapi.c153 ret = jent_read_entropy(rng->entropy_collector, rdata, dlen); in jent_kcapi_random()
H A Djitterentropy.c592 int jent_read_entropy(struct rand_data *ec, unsigned char *data, in jent_read_entropy() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Djitterentropy.h12 extern int jent_read_entropy(struct rand_data *ec, unsigned char *data,
H A Djitterentropy-kcapi.c153 ret = jent_read_entropy(rng->entropy_collector, rdata, dlen); in jent_kcapi_random()
H A Djitterentropy.c592 int jent_read_entropy(struct rand_data *ec, unsigned char *data, in jent_read_entropy() function
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Djitterentropy.h12 extern int jent_read_entropy(struct rand_data *ec, unsigned char *data,
H A Djitterentropy-kcapi.c153 ret = jent_read_entropy(rng->entropy_collector, rdata, dlen); in jent_kcapi_random()
H A Djitterentropy.c592 int jent_read_entropy(struct rand_data *ec, unsigned char *data, in jent_read_entropy() function
/dports/security/libgcrypt/libgcrypt-1.9.4/random/
H A Djitterentropy.h109 ssize_t jent_read_entropy(struct rand_data *ec, char *data, size_t len);
H A Drndjent.c294 rc = jent_read_entropy (jent_rng_collector, buffer, n); in _gcry_rndjent_poll()
H A Djitterentropy-base.c533 ssize_t jent_read_entropy(struct rand_data *ec, char *data, size_t len) in jent_read_entropy() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/random/
H A Djitterentropy.h109 ssize_t jent_read_entropy(struct rand_data *ec, char *data, size_t len);
H A Drndjent.c294 rc = jent_read_entropy (jent_rng_collector, buffer, n); in _gcry_rndjent_poll()
H A Djitterentropy-base.c530 ssize_t jent_read_entropy(struct rand_data *ec, char *data, size_t len) in jent_read_entropy() function
/dports/devel/py-jitterentropy/jitterentropy-0.1/
H A Djitterentropy.c39 br = jent_read_entropy(mrd, randbuf, nbytes); in jitterentropy_getrandbytes()
/dports/devel/libjitterentropy/jitterentropy-library-3.3.1/src/
H A Djitterentropy-base.c170 ssize_t jent_read_entropy(struct rand_data *ec, char *data, size_t len) in jent_read_entropy() function
272 ret = jent_read_entropy(*ec, p, len); in jent_read_entropy_safe()
/dports/devel/libjitterentropy/jitterentropy-library-3.3.1/
H A Djitterentropy.h364 ssize_t jent_read_entropy(struct rand_data *ec, char *data, size_t len);