Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_authenc.h82 TEE_Result (*dec_final)(struct drvcrypt_authenc_final *dfinal); member
/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/
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-3.20.0/core/lib/libtomcrypt/
A Dccm.c227 .dec_final = crypto_aes_ccm_dec_final,
A Dgcm.c215 .dec_final = crypto_aes_gcm_dec_final,
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dauthenc.c368 .dec_final = &stm32_ae_dec_final,
/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h263 TEE_Result (*dec_final)(struct crypto_authenc_ctx *ctx, member
/optee_os-3.20.0/core/crypto/
A Daes-gcm.c513 .dec_final = aes_gcm_dec_final,
A Dcrypto.c430 return ae_ops(ctx)->dec_final(ctx, src_data, src_len, dst_data, tag, in crypto_authenc_dec_final()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Dauthenc.c837 .dec_final = do_dec_final_locked,

Completed in 13 milliseconds