Searched refs:SSL_CTX_set_ex_data (Results 1 – 3 of 3) sorted by relevance
/external/openssl/include/openssl/ |
D | ssl.h | 1057 #define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg)) 1556 int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data);
|
/external/openssl/ssl/ |
D | ssl.h | 1057 #define SSL_CTX_set_app_data(ctx,arg) (SSL_CTX_set_ex_data(ctx,0,(char *)arg)) 1556 int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data);
|
D | ssl_lib.c | 2548 int SSL_CTX_set_ex_data(SSL_CTX *s,int idx,void *arg) in SSL_CTX_set_ex_data() function
|