Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Djitterentropy.h3 extern void *jent_zalloc(unsigned int len);
H A Djitterentropy.c587 entropy_collector = jent_zalloc(sizeof(struct rand_data)); in jent_entropy_collector_alloc()
595 entropy_collector->mem = jent_zalloc(JENT_MEMORY_SIZE); in jent_entropy_collector_alloc()
H A Djitterentropy-kcapi.c57 void *jent_zalloc(unsigned int len) in jent_zalloc() function