Home
last modified time | relevance | path

Searched refs:mbedtls_gcm_context (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dgcm.h65 typedef struct mbedtls_gcm_context struct
79 mbedtls_gcm_context; argument
96 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 );
Dgcm_alt.h41 typedef struct mbedtls_gcm_context struct
55 mbedtls_gcm_context; argument
Dcompat-1.3.h1957 #define gcm_context mbedtls_gcm_context
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_aead.c293 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()