Searched full:authenc (Results 1 – 15 of 15) sorted by relevance
5 * Crypto authenc interface implementation to enable HW driver.32 * Free authenc context38 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()47 * Copy authenc context63 * Initialization of the authenc operation82 struct crypto_authenc *authenc = to_authenc_ctx(ctx); in authenc_init() local91 if (authenc->op && authenc->op->init) { in authenc_init()[all …]
1 srcs-y += authenc.c
17 struct crypto_authenc_ctx authenc_ctx; /* Crypto authenc API context */18 void *ctx; /* Authenc context */66 * Crypto library authenc driver operations73 /* Initialize the authenc operation */75 /* Update the authenc operation with associated data */77 /* Update the authenc operation with payload data */83 /* Finalize the authenc operation */85 /* Copy authenc context */90 * Register an authenc processing driver in the crypto API
4 srcs-y += authenc.c
10 subdirs-$(CFG_CRYPTO_DRV_AUTHENC) += authenc
6 srcs-$(CFG_CRYPTO_DRV_AUTHENC) += authenc.c
6 # AUTHENC Crypto Driver.
336 * Allocate the SW authenc data context355 * Registration of the Authenc Driver
1308 EMSG("Failed to register to authenc: %#"PRIx32, res); in stm32_cryp_probe()
66 * tee_pager_generate_authenc_key() - Generates authenc key for r/w paging
4 * Kunpeng hardware accelerator sec authenc algorithm implementation.805 EMSG("Sec authenc register to crypto fail ret=%#"PRIx32, ret); in sec_authenc_init()
110 F: core/drivers/crypto/versal/authenc.c
370 * Use default authenc implementation if no matching in crypto_authenc_alloc_ctx()
197 * Update Additional Authenticated Data part of the authenc operation
211 …X_I2C=y CFG_STACK_{THREAD,TMP}_EXTRA=8192 CFG_CRYPTO_DRV_{CIPHER,ACIPHER,AUTHENC}=y CFG_NXP_SE05X_…