Home
last modified time | relevance | path

Searched refs:TEE_ALG_DH_DERIVE_SHARED_SECRET (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h284 #define TEE_ALG_DH_DERIVE_SHARED_SECRET 0x80000032 macro
/optee_os/lib/libutee/
H A Dtee_api_operations.c238 case TEE_ALG_DH_DERIVE_SHARED_SECRET: in TEE_AllocateOperation()
2668 if (alg == TEE_ALG_DH_DERIVE_SHARED_SECRET) in TEE_IsAlgorithmSupported()
/optee_os/core/tee/
H A Dtee_svc_cryp.c3732 if (cs->algo == TEE_ALG_DH_DERIVE_SHARED_SECRET) { in syscall_cryp_derive_key()