Lines Matching refs:ticketconf
326 auto &ticketconf = get_config()->tls.ticket;
331 if (ticketconf.cipher == EVP_aes_128_cbc()) {
335 } else if (ticketconf.cipher == EVP_aes_256_cbc()) {
366 key.cipher = ticketconf.cipher;
491 auto &ticketconf = config->tls.ticket;
492 auto &memcachedconf = ticketconf.memcached;
503 &ticketconf.memcached.addr, loop, ssl_ctx,
513 if (!ticketconf.files.empty()) {
514 if (!ticketconf.cipher_given) {
524 ticketconf.files, ticketconf.cipher, EVP_sha256());