Searched refs:dec_final (Results 1 – 11 of 11) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/authenc/ |
| H A D | authenc.c | 263 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 D | drvcrypt_authenc.h | 82 TEE_Result (*dec_final)(struct drvcrypt_authenc_final *dfinal); member
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | gcm.c | 216 .dec_final = crypto_aes_gcm_dec_final,
|
| H A D | ccm.c | 227 .dec_final = crypto_aes_ccm_dec_final,
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | authenc.c | 364 .dec_final = stm32_ae_dec_final,
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_authenc.c | 707 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 D | crypto_impl.h | 343 TEE_Result (*dec_final)(struct crypto_authenc_ctx *ctx, member
|
| /optee_os/core/crypto/ |
| H A D | aes-gcm.c | 511 .dec_final = aes_gcm_dec_final,
|
| H A D | crypto.c | 459 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 D | authenc.c | 837 .dec_final = do_dec_final_locked,
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | caam_ae.c | 373 .dec_final = &caam_ae_final,
|