Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher.c22 static TEE_Result do_update_streaming(struct drvcrypt_cipher_update *dupdate);
54 .update = do_update_streaming,
525 static TEE_Result do_update_streaming(struct drvcrypt_cipher_update *dupdate) in do_update_streaming() function