Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c129 if (authenc->op && authenc->op->update_aad) { in authenc_update_aad()
136 ret = authenc->op->update_aad(&dupdate); in authenc_update_aad()
296 .update_aad = authenc_update_aad,
/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h76 TEE_Result (*update_aad)(struct drvcrypt_authenc_update_aad *dupdate); member
/optee_os/core/lib/libtomcrypt/
H A Dgcm.c213 .update_aad = crypto_aes_gcm_update_aad,
H A Dccm.c224 .update_aad = crypto_aes_ccm_update_aad,
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c361 .update_aad = stm32_ae_update_aad,
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c536 ret = ae_soft_ctx->ops->update_aad(ae_soft_ctx, in sec_authenc_update_aad()
791 .update_aad = sec_authenc_update_aad,
/optee_os/core/include/crypto/
H A Dcrypto_impl.h333 TEE_Result (*update_aad)(struct crypto_authenc_ctx *ctx, member
/optee_os/core/crypto/
H A Daes-gcm.c508 .update_aad = aes_gcm_update_aad,
H A Dcrypto.c420 return ae_ops(ctx)->update_aad(ctx, data, len); in crypto_authenc_update_aad()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c834 .update_aad = do_update_aad_locked,
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c370 .update_aad = &caam_ae_update_aad,