Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h500 #define TEE_ECC_CURVE_25519 0x00000300 macro
/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c293 ECC_CURVE(TEE_ECC_CURVE_25519, 256, ed25519),
/optee_os/lib/libutee/
H A Dtee_api_operations.c2716 if (alg == TEE_ALG_X25519 && element == TEE_ECC_CURVE_25519) in TEE_IsAlgorithmSupported()
2720 if (alg == TEE_ALG_ED25519 && element == TEE_ECC_CURVE_25519) in TEE_IsAlgorithmSupported()
/optee_os/core/tee/
H A Dtee_svc_cryp.c1883 case TEE_ECC_CURVE_25519: in get_ec_key_size()