Searched refs:mbedtls_entropy_f_source_ptr (Results 1 – 4 of 4) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
| D | entropy.h | 104 typedef int (*mbedtls_entropy_f_source_ptr)(void *data, unsigned char *output, size_t len, typedef 112 mbedtls_entropy_f_source_ptr f_source; /**< The entropy source callback */ 177 mbedtls_entropy_f_source_ptr f_source, void *p_source,
|
| D | compat-1.3.h | 1955 #define f_source_ptr mbedtls_entropy_f_source_ptr
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | entropy.h | 101 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,
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | entropy.c | 114 mbedtls_entropy_f_source_ptr f_source, void *p_source, in mbedtls_entropy_add_source()
|