Searched refs:protocol_from_string (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_conf.c298 * 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)
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_conf.c296 * 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)
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dssltest_old.c805 * 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);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dssl_old_test.c799 * 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);

Completed in 144 milliseconds