Lines Matching defs:supported
489 * Set *pgroups to the supported groups list and *pgroupslen to
490 * the number of groups supported.
821 * RFC 4492 does not require the supported elliptic curves extension
823 * It is invalid to send an empty list in the supported groups
886 * supported (see RFC4492).
927 * For a server we allow the certificate to not be in our list of supported
1261 * Returns a signature algorithm when the peer did not send a list of supported
1461 * Check signature algorithm is consistent with sent supported signature
1600 * supported, doesn't appear in supported signature algorithms, isn't supported
1603 * This function should only be used for checking which ciphers are supported
1743 * If tickets disabled or not supported by the protocol version
2121 * Get a mask of disabled public key algorithms based on supported signature
2483 * Set supported signature algorithms based on a colon separated list of the
3052 /* If not recognised or not supported by cipher mask it is not suitable */
3072 int mdnid, pknid, supported;
3082 supported = EVP_PKEY_digestsign_supports_digest(pkey, s->ctx->libctx,
3085 if (supported <= 0)