Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dmethods.c45 IMPLEMENT_ssl3_meth_func(sslv3_method, ossl_statem_accept, ossl_statem_connect) in IMPLEMENT_tls_meth_func()
77 IMPLEMENT_ssl3_meth_func(sslv3_server_method, in IMPLEMENT_tls_meth_func()
110 IMPLEMENT_ssl3_meth_func(sslv3_client_method, in IMPLEMENT_tls_meth_func()
H A Dssl_local.h2278 # define IMPLEMENT_ssl3_meth_func(func_name, s_accept, s_connect) \ macro