Home
last modified time | relevance | path

Searched refs:userType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/
H A Dpk11.h179 pkcs_C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType,
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c707 read_conf_file(const char *fn, CK_USER_TYPE userType, const char *pin) in read_conf_file() argument
1213 CK_USER_TYPE userType, in C_Login() argument
1230 st_logf("type: %d password: %s\n", (int)userType, pin); in C_Login()
1239 ret = read_conf_file(soft_token.config_file, userType, pin); in C_Login()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dpk11_api.c189 pkcs_C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, in pkcs_C_Login() argument
204 return ((*sym)(hSession, userType, pPin, usPinLen)); in pkcs_C_Login()