Searched refs:mbedtls_gcm_context (Results 1 – 4 of 4) sorted by relevance
65 typedef struct mbedtls_gcm_context struct79 mbedtls_gcm_context; argument96 void mbedtls_gcm_init( mbedtls_gcm_context *ctx );114 int mbedtls_gcm_setkey( mbedtls_gcm_context *ctx,170 int mbedtls_gcm_crypt_and_tag( mbedtls_gcm_context *ctx,215 int mbedtls_gcm_auth_decrypt( mbedtls_gcm_context *ctx,243 int mbedtls_gcm_starts( mbedtls_gcm_context *ctx,275 int mbedtls_gcm_update( mbedtls_gcm_context *ctx,296 int mbedtls_gcm_finish( mbedtls_gcm_context *ctx,307 void mbedtls_gcm_free( mbedtls_gcm_context *ctx );
41 typedef struct mbedtls_gcm_context struct55 mbedtls_gcm_context; argument
1957 #define gcm_context mbedtls_gcm_context
293 mbedtls_gcm_context *gcm = HI_NULL; in ext_mbedtls_aead_gcm_crypto()303 gcm = crypto_calloc(1, sizeof(mbedtls_gcm_context)); in ext_mbedtls_aead_gcm_crypto()