Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h294 #define TEE_ALG_SHA3_384 0x5000000A macro
370 #define TEE_ALG_SHA3_384 0x5000000A macro
H A Dutee_defines.h233 case TEE_ALG_SHA3_384: in __tee_alg_get_digest_size()
/optee_os/core/crypto/
H A Dcrypto.c53 case TEE_ALG_SHA3_384: in crypto_hash_alloc_ctx()
/optee_os/lib/libutee/
H A Dtee_api_operations.c273 case TEE_ALG_SHA3_384: in TEE_AllocateOperation()
2526 if (alg == TEE_ALG_SHA3_384) in TEE_IsAlgorithmSupported()