Lines Matching refs:entropy
8 #include "mbedtls/entropy.h"
24 mbedtls_entropy_context entropy;
30 mbedtls_entropy_init(&entropy);
33 mbedtls_entropy_func, &entropy,
38 mbedtls_entropy_free(&entropy);
41 mbedtls_entropy_init(&entropy);
44 mbedtls_entropy_func, &entropy,
49 mbedtls_entropy_free(&entropy);
56 mbedtls_entropy_free(&entropy);
63 mbedtls_entropy_context entropy;
70 mbedtls_entropy_init(&entropy);
73 mbedtls_entropy_func, &entropy,
78 mbedtls_entropy_free(&entropy);
81 mbedtls_entropy_init(&entropy);
84 mbedtls_entropy_func, &entropy,
89 mbedtls_entropy_free(&entropy);
96 mbedtls_entropy_free(&entropy);