Lines Matching full:ciphers
157 /* kCiphers is an array of all supported ciphers, sorted by id. */
159 /* The RSA ciphers */
649 /* min_version, if non-zero, matches all ciphers which were added in that
952 /* The set of ciphers is static, but some subset may be unsupported by
990 /* ssl_cipher_apply_rule applies the rule type |rule| to ciphers matching its
995 * - Otherwise, if |strength_bits| is non-negative, it selects ciphers
997 * - Otherwise, it selects ciphers that match each bitmasks in |alg_*| and
1015 /* needed to maintain sorting between currently deleted ciphers */
1122 /* This routine sorts the ciphers with descending strength. The sorting must
1392 /* Now we have to collect the available ciphers from the compiled in ciphers.
1403 /* Now arrange all ciphers by preference:
1415 /* Order the bulk ciphers. First the preferred AEAD ciphers. We prefer
1439 /* Then the legacy non-AEAD ciphers: AES_256_CBC, AES-128_CBC, RC4_128_SHA,
1456 /* Move ciphers without forward secrecy to the end. */
1497 /* The cipher selection for the list is done. The ciphers are added
1518 pref_list->ciphers = cipherstack;
1563 /* All ciphers are SSLv3. */
1958 /* PSK-authenticated ciphers do not use a certificate. (RSA_PSK is not
1964 /* All other ciphers include it. */