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

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 299 * protocol_from_string - converts a protocol version string to a number
303 static int protocol_from_string(const char *value) function
346 if ((new_version = protocol_from_string(value)) < 0)
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 296 * protocol_from_string - converts a protocol version string to a number
300 static int protocol_from_string(const char *value) function
343 if ((new_version = protocol_from_string(value)) < 0)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 298 * protocol_from_string - converts a protocol version string to a number
302 static int protocol_from_string(const char *value) function
345 if ((new_version = protocol_from_string(value)) < 0)
  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 805 * protocol_from_string - converts a protocol version string to a number
809 static int protocol_from_string(const char *value) function
880 int ver = protocol_from_string(version);
1829 int version = protocol_from_string(should_negotiate);
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 799 * protocol_from_string - converts a protocol version string to a number
803 static int protocol_from_string(const char *value) function
873 int ver = protocol_from_string(version);
1835 int version = protocol_from_string(should_negotiate);
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 805 * protocol_from_string - converts a protocol version string to a number
809 static int protocol_from_string(const char *value) function
879 int ver = protocol_from_string(version);
1825 int version = protocol_from_string(should_negotiate);

Completed in 40 milliseconds