mbedtls_sha512_free() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_sha512_free() function

This function clears a SHA-512 context.

Syntax

void mbedtls_sha512_free( mbedtls_sha512_context *ctx );
Implemented in sha512.c:102

Arguments

ctx

The SHA-512 context to clear. This may be \c NULL, in which case this function does nothing. If it is not \c NULL, it must point to an initialized SHA-512 context.

References

LocationReferrerText
sha512.c:102
void mbedtls_sha512_free( mbedtls_sha512_context *ctx )
sha512.h:87
void mbedtls_sha512_free( mbedtls_sha512_context *ctx );
entropy.c:131mbedtls_entropy_free()
mbedtls_sha512_free( &ctx->accumulator );
entropy.c:387mbedtls_entropy_func()
mbedtls_sha512_free( &ctx->accumulator );
md_wrap.c:527sha384_ctx_free()
mbedtls_sha512_free( (mbedtls_sha512_context *) ctx );
sha512.c:468mbedtls_sha512_ret()
mbedtls_sha512_free( &ctx );
ssl_tls.c:1235ssl_calc_verify_tls_sha384()
mbedtls_sha512_free( &sha512 );
ssl_tls.c:6299ssl_calc_finished_tls_sha384()
mbedtls_sha512_free( &sha512 );
ssl_tls.c:8841mbedtls_ssl_handshake_free()
mbedtls_sha512_free( &handshake->fin_sha512 );

Call Tree

Functions calling mbedtls_sha512_free()
Functions called by mbedtls_sha512_free()
mbedtls_sha512_free()
all items filtered out
Data read by mbedtls_sha512_free()
all items filtered out
mbedtls_sha512_free()