Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/se050/core/
H A Dcipher.c30 static TEE_Result do_update(struct drvcrypt_cipher_update *dupdate) in do_update() function
74 .update = do_update,
/optee_os/core/pta/tests/
H A Daes_perf.c129 static TEE_Result do_update(void *ctx, uint32_t algo, TEE_OperationMode mode, in do_update() function
215 res = do_update(ctx, algo, mode, rep_count, unit_size, in core_aes_perf_tests()
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher.c819 static TEE_Result do_update(struct drvcrypt_cipher_update *dupdate) in do_update() function
842 .update = do_update,