Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsm2-kdf.c29 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kdf()
A Dcrypto.c48 case TEE_ALG_SM3: in crypto_hash_alloc_ctx()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h136 return TEE_ALG_SM3; in __tee_alg_hash_algo()
206 case TEE_ALG_SM3: in __tee_alg_get_digest_size()
A Dtee_api_defines.h293 #define TEE_ALG_SM3 0x50000007 macro
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-pke.c228 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_mbedtls_pke_decrypt()
422 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_mbedtls_pke_encrypt()
A Dsm2-kep.c49 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_Z()
148 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_S()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-kep.c43 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_Z()
116 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_kep_compute_S()
A Dsm2-pke.c261 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_decrypt()
485 res = crypto_hash_alloc_ctx(&ctx, TEE_ALG_SM3); in sm2_ltc_pke_encrypt()
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c246 case TEE_ALG_SM3: in TEE_AllocateOperation()
1968 if (alg == TEE_ALG_SM3) in TEE_IsAlgorithmSupported()

Completed in 15 milliseconds