Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_cipher.h36 struct drvcrypt_cipher_update { struct
55 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); argument
/optee_os/core/drivers/crypto/caam/cipher/
H A Dlocal.h42 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate);
94 TEE_Result caam_cipher_update_xts(struct drvcrypt_cipher_update *dupdate);
H A Dcaam_cipher_mac.c20 static TEE_Result do_update_mac(struct drvcrypt_cipher_update *dupdate);
21 static TEE_Result do_update_cmac(struct drvcrypt_cipher_update *dupdate);
141 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()
668 struct drvcrypt_cipher_update dupdate = { }; in do_cmac_final()
H A Dcaam_cipher.c22 static TEE_Result do_update_streaming(struct drvcrypt_cipher_update *dupdate);
23 static TEE_Result do_update_cipher(struct drvcrypt_cipher_update *dupdate);
525 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/cipher/
H A Dcipher.c133 struct drvcrypt_cipher_update dupdate = { in cipher_update()
/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()
/optee_os/core/drivers/crypto/stm32/
H A Dcipher.c214 static TEE_Result stm32_cipher_update(struct drvcrypt_cipher_update *dupdate) in stm32_cipher_update()