Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_TLS_CURVE25519 (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/library/
Dx25519.c76 *buf++ = MBEDTLS_ECP_TLS_CURVE25519 >> 8; in mbedtls_x25519_make_params()
77 *buf++ = MBEDTLS_ECP_TLS_CURVE25519 & 0xFF; in mbedtls_x25519_make_params()
/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/include/everest/
Dx25519.h29 #define MBEDTLS_ECP_TLS_CURVE25519 0x1d macro