HomeSort by relevance Sort by last modified time
    Searched refs:GEN_SESSION_CB (Results 1 - 4 of 4) sorted by null

  /external/openssl/include/openssl/
ssl.h 675 typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
    [all...]
  /external/openssl/ssl/
ssl.h 675 typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
    [all...]
ssl_sess.c 275 GEN_SESSION_CB cb = def_generate_session_id;
    [all...]
ssl_lib.c 420 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
428 int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb)
    [all...]

Completed in 85 milliseconds