Found 7 other functions taking a
mbedtls_x25519_context
argument:
This function frees a context.
This function generates a public key and a TLS ServerKeyExchange payload. This is the first function used by a TLS server for x25519.
This function parses and processes a TLS ServerKeyExchange payload.
This function sets up an x25519 context from an EC key. It is used by clients and servers in place of the ServerKeyEchange for static ECDH, and imports ECDH parameters from the EC key information of a certificate. \see ecp.h
This function derives and exports the shared secret. This is the last function used by both TLS client and servers.
This function generates a public key and a TLS ClientKeyExchange payload. This is the second function used by a TLS client for x25519. \see ecp.h
This function parses and processes a TLS ClientKeyExchange payload. This is the second function used by a TLS server for x25519. \see ecp.h