Lines Matching defs:cipher_value
706 ssl_cipher_apply_rule(uint16_t cipher_value, unsigned long alg_mkey,
738 if (cipher_value != 0 && cp->value != cipher_value)
863 uint16_t cipher_value = 0;
955 cipher_value = 0;
1034 cipher_value = ca_list[j]->value;
1090 ssl_cipher_apply_rule(cipher_value, alg_mkey, alg_auth,
1504 uint16_t cipher_value;
1509 if (!CBS_get_u16(&cbs, &cipher_value))
1512 return ssl3_get_cipher_by_value(cipher_value);