Home
last modified time | relevance | path

Searched refs:IMPLEMENT_tls1_meth_func (Results 1 – 5 of 5) sorted by relevance

/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/ssl/
H A Dt1_clnt.c75 IMPLEMENT_tls1_meth_func(TLSv1_client_method,
H A Dt1_meth.c72 IMPLEMENT_tls1_meth_func(TLSv1_method,
H A Dt1_srvr.c76 IMPLEMENT_tls1_meth_func(TLSv1_server_method,
H A Dt1_lib.c95 IMPLEMENT_tls1_meth_func(tlsv1_base_method, in IMPLEMENT_tls1_meth_func() function
H A Dssl_locl.h529 #define IMPLEMENT_tls1_meth_func(func_name, s_accept, s_connect, s_get_meth) \ macro