Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_authenc.h76 TEE_Result (*update_aad)(struct drvcrypt_authenc_update_aad *dupdate); member
/optee_os-3.20.0/core/drivers/crypto/crypto_api/authenc/
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-3.20.0/core/lib/libtomcrypt/
A Dccm.c224 .update_aad = crypto_aes_ccm_update_aad,
A Dgcm.c212 .update_aad = crypto_aes_gcm_update_aad,
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dauthenc.c365 .update_aad = &stm32_ae_update_aad,
/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h253 TEE_Result (*update_aad)(struct crypto_authenc_ctx *ctx, member
/optee_os-3.20.0/core/crypto/
A Daes-gcm.c510 .update_aad = aes_gcm_update_aad,
A Dcrypto.c391 return ae_ops(ctx)->update_aad(ctx, data, len); in crypto_authenc_update_aad()
/optee_os-3.20.0/core/drivers/crypto/versal/
A Dauthenc.c834 .update_aad = do_update_aad_locked,

Completed in 13 milliseconds