Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dcbc-mac.c196 res = crypto_cipher_get_block_size(cbc_algo, &block_size); in crypto_cbc_mac_alloc_ctx()
H A Dcrypto.c221 TEE_Result crypto_cipher_get_block_size(uint32_t algo, size_t *size) in crypto_cipher_get_block_size() function
/optee_os/core/include/crypto/
H A Dcrypto.h48 TEE_Result crypto_cipher_get_block_size(uint32_t algo, size_t *size);