Searched refs:enc_final (Results 1 – 11 of 11) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/authenc/ |
| H A D | authenc.c | 215 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 D | drvcrypt_authenc.h | 80 TEE_Result (*enc_final)(struct drvcrypt_authenc_final *dfinal); member
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | gcm.c | 215 .enc_final = crypto_aes_gcm_enc_final,
|
| H A D | ccm.c | 226 .enc_final = crypto_aes_ccm_enc_final,
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | authenc.c | 363 .enc_final = stm32_ae_enc_final,
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_authenc.c | 668 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 D | crypto_impl.h | 339 TEE_Result (*enc_final)(struct crypto_authenc_ctx *ctx, member
|
| /optee_os/core/crypto/ |
| H A D | aes-gcm.c | 510 .enc_final = aes_gcm_enc_final,
|
| H A D | crypto.c | 446 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 D | authenc.c | 836 .enc_final = do_enc_final_locked,
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | caam_ae.c | 372 .enc_final = &caam_ae_final,
|