Searched refs:mbedtls_entropy_f_source_ptr (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | entropy.h | 87 typedef int (*mbedtls_entropy_f_source_ptr)(void *data, unsigned char *output, size_t len, typedef 94 mbedtls_entropy_f_source_ptr MBEDTLS_PRIVATE(f_source); /**< The entropy source callback */ 161 mbedtls_entropy_f_source_ptr f_source, void *p_source,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | entropy.h | 87 typedef int (*mbedtls_entropy_f_source_ptr)(void *data, unsigned char *output, size_t len, typedef 94 mbedtls_entropy_f_source_ptr MBEDTLS_PRIVATE(f_source); /**< The entropy source callback */ 161 mbedtls_entropy_f_source_ptr f_source, void *p_source,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | entropy.c | 83 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | entropy.c | 83 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source()
|