Searched refs:authenc (Results 1 – 6 of 6) sorted by relevance
38 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_free_ctx() local40 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() local91 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() local129 if (authenc->op && authenc->op->update_aad) { in authenc_update_aad()[all …]
1 srcs-y += authenc.c
4 srcs-y += authenc.c
10 subdirs-$(CFG_CRYPTO_DRV_AUTHENC) += authenc
6 srcs-$(CFG_CRYPTO_DRV_AUTHENC) += authenc.c
110 F: core/drivers/crypto/versal/authenc.c