Home
last modified time | relevance | path

Searched refs:ae_soft_ctx (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c185 struct crypto_authenc_ctx *ae_soft_ctx = NULL; in sec_authenc_ctx_allocate() local
207 ret = crypto_aes_gcm_alloc_ctx(&ae_soft_ctx); in sec_authenc_ctx_allocate()
213 ae_drv_ctx->ae_soft_ctx = ae_soft_ctx; in sec_authenc_ctx_allocate()
235 ae_soft_ctx->ops->free_ctx(ae_soft_ctx); in sec_authenc_ctx_allocate()
248 ae_drv_ctx->ae_soft_ctx->ops->free_ctx(ae_drv_ctx->ae_soft_ctx); in sec_authenc_ctx_free()
447 struct crypto_authenc_ctx *ae_soft_ctx = NULL; in ae_soft_calc_init() local
453 ae_soft_ctx = ae_drv_ctx->ae_soft_ctx; in ae_soft_calc_init()
456 ret = ae_soft_ctx->ops->init(ae_soft_ctx, mode, in ae_soft_calc_init()
524 struct crypto_authenc_ctx *ae_soft_ctx = NULL; in sec_authenc_update_aad() local
535 ae_soft_ctx = ae_drv_ctx->ae_soft_ctx; in sec_authenc_update_aad()
[all …]
H A Dsec_authenc.h58 struct crypto_authenc_ctx *ae_soft_ctx; member