Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h293 #define TEE_ALG_SHA3_256 0x50000009 macro
369 #define TEE_ALG_SHA3_256 0x50000009 macro
H A Dutee_defines.h226 case TEE_ALG_SHA3_256: in __tee_alg_get_digest_size()
/optee_os/core/crypto/
H A Dcrypto.c50 case TEE_ALG_SHA3_256: in crypto_hash_alloc_ctx()
/optee_os/lib/libutee/
H A Dtee_api_operations.c272 case TEE_ALG_SHA3_256: in TEE_AllocateOperation()
2522 if (alg == TEE_ALG_SHA3_256) in TEE_IsAlgorithmSupported()