Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/plugins/
Dpasswordfd.c91 eaptls_passwd_hook = pwfd_passwd; in plugin_init()
/netbsd/src/external/bsd/ppp/dist/pppd/
Deap.h211 extern eaptls_passwd_hook_fn *eaptls_passwd_hook;
Dauth.c202 eaptls_passwd_hook_fn *eaptls_passwd_hook = NULL; variable
2781 if (eaptls_passwd_hook) in get_eaptls_secret()
2784 if ( (*eaptls_passwd_hook)(pkfile, passwd) < 0) in get_eaptls_secret()
/netbsd/src/external/bsd/ppp/dist/
DREADME.eap-tls121 using the appropriate 'eaptls_passwd_hook' (see plugins/passprompt.c
167 plugin which supplies a 'eaptls_passwd_hook' routine.