Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_f_source_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dentropy.h101 typedef int (*mbedtls_entropy_f_source_ptr)(void *data, unsigned char *output, size_t len, typedef
109 mbedtls_entropy_f_source_ptr MBEDTLS_PRIVATE(f_source); /**< The entropy source callback */
181 mbedtls_entropy_f_source_ptr f_source, void *p_source,
/third_party/mbedtls/library/
Dentropy.c114 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source()