Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_init (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha256.h60 void mbedtls_sha256_init(mbedtls_sha256_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.c123 mbedtls_sha256_init(&operation->ctx.sha256); in mbedtls_psa_hash_setup()
129 mbedtls_sha256_init(&operation->ctx.sha256); in mbedtls_psa_hash_setup()
H A Dsha256.c225 void mbedtls_sha256_init(mbedtls_sha256_context *ctx) in mbedtls_sha256_init() function
795 mbedtls_sha256_init(&ctx); in mbedtls_sha256()
902 mbedtls_sha256_init(&ctx); in mbedtls_sha256_common_self_test()
/optee_os/lib/libmbedtls/core/
H A Dhash.c189 mbedtls_sha256_init(&hs); in hash_sha256_check()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4154 * Fix the entropy.c module to ensure that mbedtls_sha256_init() or