Lines Matching defs:cipher
163 const EVP_CIPHER *cipher, const EVP_MD *hmac) {
167 auto enc_keylen = EVP_CIPHER_key_length(cipher);
169 if (cipher == EVP_aes_128_cbc()) {
210 key.cipher = cipher;
1853 if (util::strieq_l("cipher", name, 6)) {
2046 if (util::strieq_l("tls13-cipher", name, 12)) {
2088 if (util::strieq_l("client-cipher", name, 13)) {
2264 if (util::strieq_l("tls13-client-cipher", name, 19)) {
2485 if (util::strieq_l("no-http2-cipher-black-lis", name, 25)) {
2488 if (util::strieq_l("no-http2-cipher-block-lis", name, 25)) {
2622 if (util::strieq_l("client-no-http2-cipher-black-lis", name, 32)) {
2625 if (util::strieq_l("client-no-http2-cipher-block-lis", name, 32)) {
3566 config->tls.ticket.cipher = EVP_aes_128_cbc();
3568 config->tls.ticket.cipher = EVP_aes_256_cbc();
3571 << ": unsupported cipher for ticket encryption: " << optarg;