Home
last modified time | relevance | path

Searched refs:my_conv_func (Results 1 – 6 of 6) sorted by relevance

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/sample/sample-scripts/
H A Dauth-pam.pl36 sub my_conv_func { subroutine
81 if (!ref($pamh = new Authen::PAM($service, $username, \&my_conv_func))) {
/dports/security/openvpn-mbedtls/openvpn-2.5.6/sample/sample-scripts/
H A Dauth-pam.pl36 sub my_conv_func { subroutine
81 if (!ref($pamh = new Authen::PAM($service, $username, \&my_conv_func))) {
/dports/security/openvpn/openvpn-2.5.6/sample/sample-scripts/
H A Dauth-pam.pl36 sub my_conv_func { subroutine
81 if (!ref($pamh = new Authen::PAM($service, $username, \&my_conv_func))) {
/dports/security/p5-Authen-PAM/Authen-PAM-0.16/PAM/
H A DFAQ.pod43 sub my_conv_func {
59 ref($pamh = new Authen::PAM($service, $username, \&my_conv_func)) ||
89 sub my_conv_func {
111 ref($pamh = new Authen::PAM($service, $username, \&my_conv_func)) ||
/dports/security/p5-Authen-PAM/Authen-PAM-0.16/
H A DPAM.pm.in184 $res = pam_start($service_name, $user, \&my_conv_func, $pamh);
250 $pamh = new Authen::PAM($service_name, $user, \&my_conv_func);
311 sub my_conv_func {
H A DPAM.xs100 my_conv_func(num_msg, msg, resp, appdata_ptr) in my_conv_func() function
485 conv_st.conv = my_conv_func;