HomeSort by: relevance | last modified time | path
    Searched defs:handshake_func (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 1273 int (*handshake_func)(SSL *); member in struct:ssl_connection_st
1277 * that "state" and "handshake_func" are properly initialized. But as
1278 * handshake_func is == 0 until then, we use this test instead of an
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 1236 int (*handshake_func) (SSL *); member in struct:ssl_st
1240 * that "state" and "handshake_func" are properly initialized. But as
1241 * handshake_func is == 0 until then, we use this test instead of an
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 1092 int (*handshake_func) (SSL *); member in struct:ssl_st
1096 * that "state" and "handshake_func" are properly initialized. But as
1097 * handshake_func is == 0 until then, we use this test instead of an

Completed in 35 milliseconds