Lines Matching refs:mbedtls_gcm_context
58 typedef struct mbedtls_gcm_context { struct
75 mbedtls_gcm_context; typedef
92 void mbedtls_gcm_init(mbedtls_gcm_context *ctx);
110 int mbedtls_gcm_setkey(mbedtls_gcm_context *ctx,
166 int mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx,
211 int mbedtls_gcm_auth_decrypt(mbedtls_gcm_context *ctx,
235 int mbedtls_gcm_starts(mbedtls_gcm_context *ctx,
260 int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
315 int mbedtls_gcm_update(mbedtls_gcm_context *ctx,
353 int mbedtls_gcm_finish(mbedtls_gcm_context *ctx,
365 void mbedtls_gcm_free(mbedtls_gcm_context *ctx);