Home
last modified time | relevance | path

Searched refs:enc_final (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c215 if (authenc->op && authenc->op->enc_final) { in authenc_enc_final()
226 ret = authenc->op->enc_final(&dfinal); in authenc_enc_final()
298 .enc_final = authenc_enc_final,
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h80 TEE_Result (*enc_final)(struct drvcrypt_authenc_final *dfinal); member
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c215 .enc_final = crypto_aes_gcm_enc_final,
H A Dccm.c226 .enc_final = crypto_aes_ccm_enc_final,
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c363 .enc_final = stm32_ae_enc_final,
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c668 ret = ae_soft_ctx->ops->enc_final(ae_soft_ctx, in sec_authenc_enc_final()
793 .enc_final = sec_authenc_enc_final,
/optee_os/core/include/crypto/
H A Dcrypto_impl.h339 TEE_Result (*enc_final)(struct crypto_authenc_ctx *ctx, member
/optee_os/core/crypto/
H A Daes-gcm.c510 .enc_final = aes_gcm_enc_final,
H A Dcrypto.c446 return ae_ops(ctx)->enc_final(ctx, src_data, src_len, dst_data, in crypto_authenc_enc_final()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c836 .enc_final = do_enc_final_locked,
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c372 .enc_final = &caam_ae_final,