Home | History | Annotate | Download | only in ssl

Lines Matching defs:cipher_id

856 // - If |cipher_id| is non-zero, only that cipher is selected.
862 uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth,
870 if (cipher_id == 0 && strength_bits == -1 && min_version == 0 &&
908 if (cipher_id != 0) {
909 if (cipher_id != cp->id) {
1032 uint32_t cipher_id;
1099 cipher_id = 0;
1135 cipher_id = cipher->id;
1140 if (cipher_id == 0) {
1191 ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac,