Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c263 if (authenc->op && authenc->op->dec_final) { in authenc_dec_final()
274 ret = authenc->op->dec_final(&dfinal); in authenc_dec_final()
299 .dec_final = authenc_dec_final,
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h82 TEE_Result (*dec_final)(struct drvcrypt_authenc_final *dfinal); member
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c216 .dec_final = crypto_aes_gcm_dec_final,
H A Dccm.c227 .dec_final = crypto_aes_ccm_dec_final,
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c364 .dec_final = stm32_ae_dec_final,
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c707 ret = ae_soft_ctx->ops->dec_final(ae_soft_ctx, in sec_authenc_dec_final()
794 .dec_final = sec_authenc_dec_final,
/optee_os/core/include/crypto/
H A Dcrypto_impl.h343 TEE_Result (*dec_final)(struct crypto_authenc_ctx *ctx, member
/optee_os/core/crypto/
H A Daes-gcm.c511 .dec_final = aes_gcm_dec_final,
H A Dcrypto.c459 return ae_ops(ctx)->dec_final(ctx, src_data, src_len, dst_data, tag, in crypto_authenc_dec_final()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c837 .dec_final = do_dec_final_locked,
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c373 .dec_final = &caam_ae_final,