Home
last modified time | relevance | path

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

/base/tee/tee_os_framework/lib/teelib/libcrypto/src/
Dtee_crypto_api_hmac.c134 static bool is_cipher_algorithm(uint32_t algorithm) in is_cipher_algorithm() function
171 if (is_cipher_algorithm(operation->algorithm)) { in TEE_MACInit()
260 if (is_cipher_algorithm(operation->algorithm)) { in TEE_MACUpdate()
338 if (is_cipher_algorithm(operation->algorithm)) { in TEE_MACComputeFinal()