Home
last modified time | relevance | path

Searched refs:mbedtls_sha512_init (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha512.h60 void mbedtls_sha512_init(mbedtls_sha512_context *ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.c135 mbedtls_sha512_init(&operation->ctx.sha512); in mbedtls_psa_hash_setup()
141 mbedtls_sha512_init(&operation->ctx.sha512); in mbedtls_psa_hash_setup()
H A Dsha512.c221 void mbedtls_sha512_init(mbedtls_sha512_context *ctx) in mbedtls_sha512_init() function
909 mbedtls_sha512_init(&ctx); in mbedtls_sha512()
1034 mbedtls_sha512_init(&ctx); in mbedtls_sha512_common_self_test()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4155 mbedtls_sha512_init() is called before operating on the relevant context