Home
last modified time | relevance | path

Searched refs:SHRPX_OPT_CLIENT_PSK_SECRETS (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_config.cc1591 LOG(ERROR) << SHRPX_OPT_CLIENT_PSK_SECRETS << ": could not open file " in parse_client_psk_secrets()
1606 LOG(ERROR) << SHRPX_OPT_CLIENT_PSK_SECRETS in parse_client_psk_secrets()
1612 LOG(ERROR) << SHRPX_OPT_CLIENT_PSK_SECRETS << ": empty identity at line " in parse_client_psk_secrets()
1618 LOG(ERROR) << SHRPX_OPT_CLIENT_PSK_SECRETS << ": empty secret at line " in parse_client_psk_secrets()
1624 LOG(ERROR) << SHRPX_OPT_CLIENT_PSK_SECRETS in parse_client_psk_secrets()
Dshrpx_config.h323 constexpr auto SHRPX_OPT_CLIENT_PSK_SECRETS = variable
Dshrpx.cc3507 {SHRPX_OPT_CLIENT_PSK_SECRETS.c_str(), required_argument, &flag, 148}, in main()
4240 cmdcfgs.emplace_back(SHRPX_OPT_CLIENT_PSK_SECRETS, StringRef{optarg}); in main()