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

  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 752 typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl.h 752 typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
    [all...]
ssl_sess.c 283 GEN_SESSION_CB cb = def_generate_session_id;
    [all...]
ssl_lib.c 426 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
434 int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb)
    [all...]
  /external/openssl/include/openssl/
ssl.h 752 typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
    [all...]
  /external/openssl/ssl/
ssl.h 752 typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
    [all...]
ssl_sess.c 283 GEN_SESSION_CB cb = def_generate_session_id;
    [all...]
ssl_lib.c 437 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
445 int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]

Completed in 702 milliseconds