Home
last modified time | relevance | path

Searched refs:SSL_get_app_data2_idx (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_ssl.c71 int SSL_get_app_data2_idx(void) in SSL_get_app_data2_idx() function
86 return (void *)SSL_get_ex_data(ssl, SSL_get_app_data2_idx()); in SSL_get_app_data2()
91 SSL_set_ex_data(ssl, SSL_get_app_data2_idx(), (char *)arg); in SSL_set_app_data2()
Dssl_util_ssl.h103 int SSL_get_app_data2_idx(void);