HomeSort by: relevance | last modified time | path
    Searched refs:prot_opt (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 868 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; local
937 if (IS_PROT_FLAG(o) && ++prot_opt > 1) {
943 if (prot_opt == 1 && no_prot_opt) {
s_server.c 1036 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; local
1083 if (IS_PROT_FLAG(o) && ++prot_opt > 1) {
1089 if (prot_opt == 1 && no_prot_opt) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 964 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; local
1032 if (IS_PROT_FLAG(o) && ++prot_opt > 1) {
1038 if (prot_opt == 1 && no_prot_opt) {
s_server.c 1043 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; local
1086 if (IS_PROT_FLAG(o) && ++prot_opt > 1) {
1092 if (prot_opt == 1 && no_prot_opt) {
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 1018 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; local
1096 if (IS_PROT_FLAG(o) && ++prot_opt > 1) {
1102 if (prot_opt == 1 && no_prot_opt) {
s_server.c 1169 int min_version = 0, max_version = 0, prot_opt = 0, no_prot_opt = 0; local
1223 if (IS_PROT_FLAG(o) && ++prot_opt > 1) {
1229 if (prot_opt == 1 && no_prot_opt) {

Completed in 39 milliseconds