Lines Matching refs:entropy
8 #include "mbedtls/entropy.h"
24 mbedtls_entropy_context entropy;
37 mbedtls_entropy_init(&entropy);
40 mbedtls_entropy_func, &entropy,
45 mbedtls_entropy_free(&entropy);
48 mbedtls_entropy_init(&entropy);
51 mbedtls_entropy_func, &entropy,
56 mbedtls_entropy_free(&entropy);
63 mbedtls_entropy_free(&entropy);
75 mbedtls_entropy_context entropy;
84 mbedtls_entropy_init(&entropy);
87 mbedtls_entropy_func, &entropy,
92 mbedtls_entropy_free(&entropy);
95 mbedtls_entropy_init(&entropy);
98 mbedtls_entropy_func, &entropy,
103 mbedtls_entropy_free(&entropy);
110 mbedtls_entropy_free(&entropy);