Searched refs:in_group (Results 1 – 1 of 1) sorted by relevance
49 bool in_group = SSL_CTX_cipher_in_group(ctx.get(), i); in Ciphers() local52 if (in_group && !last_in_group) { in Ciphers()61 if (!in_group && last_in_group) { in Ciphers()64 last_in_group = in_group; in Ciphers()
Completed in 4 milliseconds