Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_cryp_utl.c59 TEE_Result tee_cipher_get_block_size(uint32_t algo, size_t *size) in tee_cipher_get_block_size() function
112 res = tee_cipher_get_block_size(algo, &block_size); in tee_do_cipher_update()
/optee_os/core/include/tee/
H A Dtee_cryp_utl.h16 TEE_Result tee_cipher_get_block_size(uint32_t algo, size_t *size);