Searched refs:SSL_SESSION_get_ex_data (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl.h1144 # define SSL_SESSION_get_app_data(s) (SSL_SESSION_get_ex_data(s,0))
1696 void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss, int idx);
H A Dssl_sess.c108 void *SSL_SESSION_get_ex_data(const SSL_SESSION *s, int idx) function

Completed in 90 milliseconds