Searched refs:eaptls_passwd_hook (Results 1 – 4 of 4) sorted by relevance
91 eaptls_passwd_hook = pwfd_passwd; in plugin_init()
211 extern eaptls_passwd_hook_fn *eaptls_passwd_hook;
202 eaptls_passwd_hook_fn *eaptls_passwd_hook = NULL; variable2781 if (eaptls_passwd_hook) in get_eaptls_secret()2784 if ( (*eaptls_passwd_hook)(pkfile, passwd) < 0) in get_eaptls_secret()
121 using the appropriate 'eaptls_passwd_hook' (see plugins/passprompt.c167 plugin which supplies a 'eaptls_passwd_hook' routine.