Home
last modified time | relevance | path

Searched refs:maxverok (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c3684 size_t totlen = 0, len, maxlen, maxverok = 0; in ssl_cipher_list_to_bytes() local
3733 if (!maxverok) { in ssl_cipher_list_to_bytes()
3737 maxverok = 1; in ssl_cipher_list_to_bytes()
3741 maxverok = 1; in ssl_cipher_list_to_bytes()
3748 if (totlen == 0 || !maxverok) { in ssl_cipher_list_to_bytes()
3750 !maxverok in ssl_cipher_list_to_bytes()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c3676 size_t totlen = 0, len, maxlen, maxverok = 0; in ssl_cipher_list_to_bytes() local
3725 if (!maxverok) { in ssl_cipher_list_to_bytes()
3729 maxverok = 1; in ssl_cipher_list_to_bytes()
3733 maxverok = 1; in ssl_cipher_list_to_bytes()
3740 if (totlen == 0 || !maxverok) { in ssl_cipher_list_to_bytes()
3742 !maxverok in ssl_cipher_list_to_bytes()

Completed in 8 milliseconds