Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h292 #define TEE_ALG_SHA3_224 0x50000008 macro
368 #define TEE_ALG_SHA3_224 0x50000008 macro
H A Dutee_defines.h219 case TEE_ALG_SHA3_224: in __tee_alg_get_digest_size()
/optee_os/core/crypto/
H A Dcrypto.c47 case TEE_ALG_SHA3_224: in crypto_hash_alloc_ctx()
/optee_os/lib/libutee/
H A Dtee_api_operations.c271 case TEE_ALG_SHA3_224: in TEE_AllocateOperation()
2518 if (alg == TEE_ALG_SHA3_224) in TEE_IsAlgorithmSupported()