Lines Matching refs:cipher_id
994 * - If |cipher_id| is non-zero, only that cipher is selected.
1000 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth,
1008 if (cipher_id == 0 && strength_bits == -1 && min_version == 0 &&
1046 if (cipher_id != 0) {
1047 if (cipher_id != cp->id) {
1171 uint32_t cipher_id;
1245 cipher_id = 0;
1282 cipher_id = cipher->id;
1287 if (cipher_id == 0) {
1325 if (cipher_id == TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305_OLD ||
1326 cipher_id == TLS1_CK_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256) {
1327 cipher_id = 0;
1332 } else if (cipher_id == TLS1_CK_ECDHE_ECDSA_CHACHA20_POLY1305_OLD ||
1333 cipher_id == TLS1_CK_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256) {
1334 cipher_id = 0;
1361 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac,