Home
last modified time | relevance | path

Searched defs:dupdate (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_mac.c141 static TEE_Result do_update_mac(struct drvcrypt_cipher_update *dupdate) in do_update_mac()
418 static TEE_Result do_update_cmac(struct drvcrypt_cipher_update *dupdate) in do_update_cmac()
634 struct drvcrypt_cipher_update dupdate = { }; in do_cmac_update() local
668 struct drvcrypt_cipher_update dupdate = { }; in do_cmac_final() local
H A Dcaam_cipher.c525 static TEE_Result do_update_streaming(struct drvcrypt_cipher_update *dupdate) in do_update_streaming()
741 static TEE_Result do_update_cipher(struct drvcrypt_cipher_update *dupdate) in do_update_cipher()
819 static TEE_Result do_update(struct drvcrypt_cipher_update *dupdate) in do_update()
H A Dcaam_cipher_xts.c77 TEE_Result caam_cipher_update_xts(struct drvcrypt_cipher_update *dupdate) in caam_cipher_update_xts()
/optee_os/core/drivers/crypto/se050/core/
H A Dcipher.c30 static TEE_Result do_update(struct drvcrypt_cipher_update *dupdate) in do_update()
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c130 struct drvcrypt_authenc_update_aad dupdate = { in authenc_update_aad() local
170 struct drvcrypt_authenc_update_payload dupdate = { in authenc_update_payload() local
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c234 stm32_ae_update_aad(struct drvcrypt_authenc_update_aad *dupdate) in stm32_ae_update_aad()
243 stm32_ae_update_payload(struct drvcrypt_authenc_update_payload *dupdate) in stm32_ae_update_payload()
H A Dcipher.c214 static TEE_Result stm32_cipher_update(struct drvcrypt_cipher_update *dupdate) in stm32_cipher_update()
/optee_os/core/drivers/crypto/crypto_api/cipher/
H A Dcipher.c133 struct drvcrypt_cipher_update dupdate = { in cipher_update() local
/optee_os/core/drivers/crypto/caam/ae/
H A Dcaam_ae.c202 caam_ae_update_aad(struct drvcrypt_authenc_update_aad *dupdate) in caam_ae_update_aad()
247 caam_ae_update_payload(struct drvcrypt_authenc_update_payload *dupdate) in caam_ae_update_payload()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_cipher.c614 static TEE_Result sec_cipher_param_check(struct drvcrypt_cipher_update *dupdate) in sec_cipher_param_check()
680 static TEE_Result sec_cipher_update(struct drvcrypt_cipher_update *dupdate) in sec_cipher_update()
H A Dsec_authenc.c522 sec_authenc_update_aad(struct drvcrypt_authenc_update_aad *dupdate) in sec_authenc_update_aad()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c410 static TEE_Result do_update_aad(struct drvcrypt_authenc_update_aad *dupdate) in do_update_aad()
463 update_payload(struct drvcrypt_authenc_update_payload *dupdate, bool is_last) in update_payload()