Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_mac.c21 static TEE_Result do_update_cmac(struct drvcrypt_cipher_update *dupdate);
51 .update = do_update_cmac,
418 static TEE_Result do_update_cmac(struct drvcrypt_cipher_update *dupdate) in do_update_cmac() function