Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_free (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dsha256.h86 void mbedtls_sha256_free( mbedtls_sha256_context *ctx );
A Dcompat-1.3.h2248 #define sha256_free mbedtls_sha256_free
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dsha256.c60 void mbedtls_sha256_free( mbedtls_sha256_context *ctx ) in mbedtls_sha256_free() function
435 mbedtls_sha256_free( &ctx ); in mbedtls_sha256_ret()
577 mbedtls_sha256_free( &ctx ); in mbedtls_sha256_self_test()
A Dentropy.c133 mbedtls_sha256_free( &ctx->accumulator ); in mbedtls_entropy_free()
416 mbedtls_sha256_free( &ctx->accumulator ); in mbedtls_entropy_func()
A Dmd.c307 mbedtls_sha256_free( ctx->md_ctx ); in mbedtls_md_free()
A Dssl_tls.c1940 mbedtls_sha256_free( &sha256 ); in ssl_calc_verify_tls_sha256()
3339 mbedtls_sha256_free( &sha256 ); in ssl_calc_finished_tls_sha256()
6090 mbedtls_sha256_free( &handshake->fin_sha256 ); in mbedtls_ssl_handshake_free()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dhash.c192 mbedtls_sha256_free(&hs); in hash_sha256_check()

Completed in 31 milliseconds