Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dentropy.h123 typedef struct mbedtls_entropy_context struct
143 mbedtls_entropy_context; argument
150 void mbedtls_entropy_init( mbedtls_entropy_context *ctx );
157 void mbedtls_entropy_free( mbedtls_entropy_context *ctx );
176 int mbedtls_entropy_add_source( mbedtls_entropy_context *ctx,
188 int mbedtls_entropy_gather( mbedtls_entropy_context *ctx );
213 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx,
225 int mbedtls_entropy_update_nv_seed( mbedtls_entropy_context *ctx );
239 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path );
253 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
Dcompat-1.3.h1945 #define entropy_context mbedtls_entropy_context
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DClients.h87 mbedtls_entropy_context entropy;