HomeSort by relevance Sort by last modified time
    Searched defs:ssl_st (Results 1 - 2 of 2) sorted by null

  /external/openssl/include/openssl/
ssl.h 355 * 'struct ssl_st *' function parameters used to prototype callbacks
357 typedef struct ssl_st *ssl_crock_st;
728 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
730 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
971 struct ssl_st struct
    [all...]
  /external/openssl/ssl/
ssl.h 355 * 'struct ssl_st *' function parameters used to prototype callbacks
357 typedef struct ssl_st *ssl_crock_st;
728 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
730 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
971 struct ssl_st struct
    [all...]

Completed in 75 milliseconds