mbedtls_gcm_context::mode is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_gcm_context::mode field

The operation to perform: #MBEDTLS_GCM_ENCRYPT or #MBEDTLS_GCM_DECRYPT.

Syntax

int mode;

References

LocationReferrerText
gcm.h:75
int mode; /*!< The operation to perform:
gcm.c:305mbedtls_gcm_starts()
ctx->mode = mode;
gcm.c:409mbedtls_gcm_update()
if( ctx->mode == MBEDTLS_GCM_DECRYPT )
gcm.c:412mbedtls_gcm_update()
if( ctx->mode == MBEDTLS_GCM_ENCRYPT )

Data Use

Functions writing mbedtls_gcm_context::mode
Functions reading mbedtls_gcm_context::mode
all items filtered out
mbedtls_gcm_context::mode
all items filtered out