Home
last modified time | relevance | path

Searched refs:tls_method (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ppp/dist/pppd/
Dtls.h47 const SSL_METHOD* tls_method(void);
Dtls.c285 const SSL_METHOD* tls_method() { in tls_method() function
Dpeap.c487 method = tls_method(); in peap_init()
Deap-tls.c309 ctx = SSL_CTX_new(tls_method()); in eaptls_init_ssl()