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

mbedtls_gcm_free() function

This function clears a GCM context and the underlying cipher sub-context.

Syntax

void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
Implemented in gcm.c:543

Arguments

ctx

The GCM context to clear. If this is \c NULL, the call has no effect. Otherwise, this must be initialized.

References

LocationReferrerText
gcm.c:543
void mbedtls_gcm_free( mbedtls_gcm_context *ctx )
gcm.h:307
void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
cipher_wrap.c:102gcm_ctx_free()
mbedtls_gcm_free( ctx );

Call Tree

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