mbedtls_entropy_f_source_ptr is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_entropy_f_source_ptr

Entropy poll callback pointer

Syntax

typedef int (*mbedtls_entropy_f_source_ptr)(void *data, unsigned char *output, size_t len, size_t *olen);

References

LocationReferrerText
entropy.h:104
typedef int (*mbedtls_entropy_f_source_ptr)(void *data, unsigned char *output, size_t len,
entropy.c:144mbedtls_entropy_add_source()
mbedtls_entropy_f_source_ptr f_source, void *p_source,
entropy.h:112
mbedtls_entropy_f_source_ptr f_source; /**< The entropy source callback */
entropy.h:177
mbedtls_entropy_f_source_ptr f_source, void *p_source,