Searched refs:in_group (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/tool/
H A Dciphers.cc46 bool in_group = pref_list->in_group_flags[i]; local
49 if (in_group && !last_in_group) {
57 if (!in_group && last_in_group) {
60 last_in_group = in_group;
/external/boringssl/src/ssl/
H A Dssl_cipher.cc555 int in_group; member in struct:cipher_order_st
831 co_list[co_list_num].in_group = 0;
870 int strength_bits, int in_group, CIPHER_ORDER **head_p,
938 curr->in_group = in_group;
947 curr->in_group = 0;
957 curr->in_group = 0;
1038 int multi, skip_rule, rule, in_group = 0, has_group = 0; local
1051 if (in_group) {
1054 (*tail_p)->in_group
867 ssl_cipher_apply_rule( uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule, int strength_bits, int in_group, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
[all...]
H A Dssl_test.cc350 bool in_group = false; local
354 if (!in_group && list->in_group_flags[i]) {
356 in_group = true;
359 if (in_group) {
364 if (in_group && !list->in_group_flags[i]) {
366 in_group = false;

Completed in 158 milliseconds