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

/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl.h1143 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0,(char *)a))
1695 int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
H A Dssl_sess.c103 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) function

Completed in 43 milliseconds