Lines Matching defs:supported
490 * Set *pgroups to the supported groups list and *pgroupslen to
491 * the number of groups supported.
842 * RFC 4492 does not require the supported elliptic curves extension
844 * It is invalid to send an empty list in the supported groups
907 * supported (see RFC4492).
948 * For a server we allow the certificate to not be in our list of supported
1282 * Returns a signature algorithm when the peer did not send a list of supported
1482 * Check signature algorithm is consistent with sent supported signature
1621 * supported, doesn't appear in supported signature algorithms, isn't supported
1624 * This function should only be used for checking which ciphers are supported
1764 * If tickets disabled or not supported by the protocol version
2142 * Get a mask of disabled public key algorithms based on supported signature
2504 * Set supported signature algorithms based on a colon separated list of the
3073 /* If not recognised or not supported by cipher mask it is not suitable */
3093 int mdnid, pknid, supported;
3103 supported = EVP_PKEY_digestsign_supports_digest(pkey, s->ctx->libctx,
3106 if (supported <= 0)