Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dsm2-kep.c416 TEE_ALG_SM2_KEP, NULL); in crypto_acipher_sm2_kep_derive()
421 TEE_ALG_SM2_KEP, NULL); in crypto_acipher_sm2_kep_derive()
426 TEE_ALG_SM2_KEP, NULL); in crypto_acipher_sm2_kep_derive()
431 TEE_ALG_SM2_KEP, NULL); in crypto_acipher_sm2_kep_derive()
H A Decc.c96 (algo != TEE_ALG_SM2_KEP)) in ecc_get_curve_info()
/optee_os/lib/libutee/include/
H A Dutee_defines.h68 if (algo == TEE_ALG_SM2_KEP) in __tee_alg_get_class()
91 case TEE_ALG_SM2_KEP: in __tee_alg_get_main_alg()
H A Dtee_api_defines.h285 #define TEE_ALG_SM2_KEP 0x60000045 macro
/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.c53 if (algorithm == TEE_ALG_AES_XTS || algorithm == TEE_ALG_SM2_KEP || in TEE_AllocateOperation()
101 case TEE_ALG_SM2_KEP: in TEE_AllocateOperation()
257 case TEE_ALG_SM2_KEP: in TEE_AllocateOperation()
2708 if (alg == TEE_ALG_SM2_KEP && element == TEE_ECC_CURVE_SM2) in TEE_IsAlgorithmSupported()
/optee_os/core/tee/
H A Dtee_svc_cryp.c2872 if (algo == TEE_ALG_SM2_KEP) { in syscall_cryp_state_alloc()
3939 else if (cs->algo == TEE_ALG_SM2_KEP) { in syscall_cryp_derive_key()