Lines Matching +full:rev +full:- +full:parse
6 * The Elliptic Curve Diffie-Hellman (ECDH) protocol is an anonymous
9 * elliptic-curve public–private key pair.
11 * For more information, see <em>NIST SP 800-56A Rev. 2: Recommendation for
12 * Pair-Wise Key Establishment Schemes Using Discrete Logarithm
17 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
35 * (56 bytes on a 32-bit platform). In future versions of the library, it
130 } MBEDTLS_PRIVATE(ctx); /*!< Implementation-specific context. The
151 * \param ctx The ECDH context to parse. This must not be \c NULL.
205 * countermeasures against side-channel attacks.
336 * - #MBEDTLS_ECDH_OURS: The key is ours.
337 * - #MBEDTLS_ECDH_THEIRS: The key is that of the peer.
407 * countermeasures against side-channel attacks.
442 * computations once enabled, except by free-ing the context,
443 * which cancels possible in-progress operations.