• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/bearssl/inc/

Lines Matching refs:suites

49  * The `BR_TLS_*` constants correspond to the standard cipher suites and
825 * Maximum number of cipher suites supported by a client or server.
956 * Supported minimum and maximum versions, and cipher suites.
1258 * \brief Set the list of cipher suites advertised by this context.
1261 * responsibility to ensure that all provided suites will be supported
1263 * suites supported by the implementation. The provided array MUST NOT
1273 * \param suites cipher suites.
1274 * \param suites_num number of cipher suites.
1277 const uint16_t *suites, size_t suites_num);
1657 * cipher suites, and for ECDSA support.
1672 * ECDHE cipher suites, and for ECDSA support. It selects the fastest
1695 * ServerKeyExchange message (for ECDHE_RSA cipher suites). On the server,
1735 * ServerKeyExchange message (for ECDHE_ECDSA cipher suites). On the server,
2713 * cipher suites and used implementations, as specified by the profile
2716 * full all supported versions and suites; constant-time implementations
2724 * all supported algorithms and cipher suites. It also initialises
2742 * implementations, cipher suites and state. This is a preparatory step
2769 * RSA public key (RSA-encryption cipher suites only).
2784 * the pre-master secret, in `TLS_RSA_*` cipher suites) to the fastest
3029 * cipher suites; it is used only for `TLS_ECDHE_*` suites, in
3109 * the ServerKeyExchange (applicable only to ECDHE cipher suites),
3117 * the cipher suites, hash functions and elliptic curves
3195 * This callback function is invoked for ECDHE cipher suites. On
3420 * Translated cipher suites supported by the client. The list
3421 * is trimmed to include only the cipher suites that the
3491 * cipher suites and used implementations, as specified by the profile
3521 * all supported algorithms and cipher suites that rely on a RSA
3537 * all supported algorithms and cipher suites that rely on an EC
3541 * be provided, since it matters for ECDH cipher suites (ECDH_RSA
3542 * suites require a RSA-powered CA). The key type is either
3679 * \brief Get the supported client suites.
3683 * contains the cipher suites that are supported by both the client
3684 * and the server; these suites are in client preference order, unless
3688 * The suites are _translated_, which means that each suite is given
3697 * \param num receives the array size (number of suites).
3698 * \return the translated common cipher suites, in preference order.
3761 * implementations, cipher suites and state. This is a preparatory step
3792 * the corresponding cipher suites (i.e. `TLS_RSA_*` use the RSA key for
3815 * the corresponding cipher suites (i.e. `TLS_ECDH_*` use the EC key for
3818 * In order to support `TLS_ECDH_*` cipher suites (non-ephemeral ECDH),
4142 * Symbolic constants for cipher suites.