Home
last modified time | relevance | path

Searched refs:TEE_ALG_SM2_PKE (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutee/include/
H A Dutee_defines.h66 if (algo == TEE_ALG_SM2_PKE) in __tee_alg_get_class()
89 case TEE_ALG_SM2_PKE: in __tee_alg_get_main_alg()
H A Dtee_api_defines.h359 #define TEE_ALG_SM2_PKE 0x80000046 macro
/optee_os/core/lib/libtomcrypt/
H A Dsm2-pke.c137 res = ecc_populate_ltc_private_key(&ltc_key, key, TEE_ALG_SM2_PKE, in sm2_ltc_pke_decrypt()
354 res = ecc_populate_ltc_public_key(&ltc_key, key, TEE_ALG_SM2_PKE, NULL); in sm2_ltc_pke_encrypt()
H A Decc.c94 if ((algo != 0) && (algo != TEE_ALG_SM2_PKE) && in ecc_get_curve_info()
/optee_os/lib/libmbedtls/core/
H A Decc.c75 algo != TEE_ALG_SM2_KEP && algo != TEE_ALG_SM2_PKE) in ecc_get_keysize()
/optee_os/lib/libutee/
H A Dtee_api_operations.c95 case TEE_ALG_SM2_PKE: in TEE_AllocateOperation()
216 case TEE_ALG_SM2_PKE: in TEE_AllocateOperation()
2712 if (alg == TEE_ALG_SM2_PKE && element == TEE_ECC_CURVE_SM2) in TEE_IsAlgorithmSupported()
/optee_os/core/tee/
H A Dtee_svc_cryp.c4499 case TEE_ALG_SM2_PKE: in syscall_asymm_operate()