28#ifndef PSA_CRYPTO_INVASIVE_H
29#define PSA_CRYPTO_INVASIVE_H
31#if defined(MBEDTLS_CONFIG_FILE)
32#include MBEDTLS_CONFIG_FILE
34#include "mbedtls/config.h"
39#include "mbedtls/entropy.h"
74 void (* entropy_init )( mbedtls_entropy_context *ctx ),
75 void (* entropy_free )( mbedtls_entropy_context *ctx ) );
Platform Security Architecture cryptography module.
int32_t psa_status_t
Function return status.
psa_status_t mbedtls_psa_crypto_configure_entropy_sources(void(*entropy_init)(mbedtls_entropy_context *ctx), void(*entropy_free)(mbedtls_entropy_context *ctx))
Configure entropy sources.