Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h221 case TEE_ALG_HMAC_SHA3_224: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h304 #define TEE_ALG_HMAC_SHA3_224 0x30000008 macro
/optee_os/core/crypto/
H A Dcrypto.c276 case TEE_ALG_HMAC_SHA3_224: in crypto_mac_alloc_ctx()
/optee_os/lib/libutee/
H A Dtee_api_operations.c299 case TEE_ALG_HMAC_SHA3_224: in TEE_AllocateOperation()
2563 if (alg == TEE_ALG_HMAC_SHA3_224) in TEE_IsAlgorithmSupported()