Searched refs:drvcrypt_cipher_update (Results 1 – 9 of 9) sorted by relevance
36 struct drvcrypt_cipher_update { struct55 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate); argument
42 TEE_Result (*update)(struct drvcrypt_cipher_update *dupdate);94 TEE_Result caam_cipher_update_xts(struct drvcrypt_cipher_update *dupdate);
20 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()
22 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()
77 TEE_Result caam_cipher_update_xts(struct drvcrypt_cipher_update *dupdate) in caam_cipher_update_xts()
30 static TEE_Result do_update(struct drvcrypt_cipher_update *dupdate) in do_update()
133 struct drvcrypt_cipher_update dupdate = { in cipher_update()
614 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()
214 static TEE_Result stm32_cipher_update(struct drvcrypt_cipher_update *dupdate) in stm32_cipher_update()