Home
last modified time | relevance | path

Searched refs:authenc (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c38 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_free_ctx() local
40 if (authenc->op && authenc->op->free_ctx) in authenc_free_ctx()
41 authenc->op->free_ctx(authenc->ctx); in authenc_free_ctx()
43 free(authenc); in authenc_free_ctx()
82 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_init() local
91 if (authenc->op && authenc->op->init) { in authenc_init()
93 .ctx = authenc->ctx, in authenc_init()
104 ret = authenc->op->init(&dinit); in authenc_init()
122 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_update_aad() local
129 if (authenc->op && authenc->op->update_aad) { in authenc_update_aad()
[all …]
H A Dsub.mk1 srcs-y += authenc.c
/optee_os/core/drivers/crypto/versal/
H A Dsub.mk4 srcs-y += authenc.c
/optee_os/core/drivers/crypto/crypto_api/
H A Dsub.mk10 subdirs-$(CFG_CRYPTO_DRV_AUTHENC) += authenc
/optee_os/core/drivers/crypto/stm32/
H A Dsub.mk6 srcs-$(CFG_CRYPTO_DRV_AUTHENC) += authenc.c
/optee_os/
H A DMAINTAINERS110 F: core/drivers/crypto/versal/authenc.c