Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h93 case TEE_ALG_X25519: in __tee_alg_get_main_alg()
H A Dtee_api_defines.h362 #define TEE_ALG_X25519 0x80000044 macro
/optee_os/lib/libutee/
H A Dtee_api_operations.c127 case TEE_ALG_X25519: in TEE_AllocateOperation()
258 case TEE_ALG_X25519: in TEE_AllocateOperation()
2716 if (alg == TEE_ALG_X25519 && element == TEE_ECC_CURVE_25519) in TEE_IsAlgorithmSupported()
/optee_os/core/tee/
H A Dtee_svc_cryp.c3975 else if (cs->algo == TEE_ALG_X25519) { in syscall_cryp_derive_key()