Searched refs:CKU_USER (Results 1 – 16 of 16) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSession.c | 163 } else if (pslot->sl_state == CKU_USER) { in get_ses_state() 453 if ((userType != CKU_SO) && (userType != CKU_USER)) { in C_Login() 470 if ((pslot->sl_state == CKU_USER) || (pslot->sl_state == CKU_SO)) { in C_Login()
|
H A D | kernelUtil.c | 1002 if (is_pri_obj && (pslot->sl_state != CKU_USER)) { in create_new_tobj_in_lib()
|
H A D | kernelAttributeUtil.c | 954 pslot->sl_state != CKU_USER) { in kernel_parse_common_attrs() 2940 pslot->sl_state != CKU_USER) { in kernel_set_common_key_attribute()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | sess_mgr.c | 716 if (user_type == CKU_USER) in session_mgr_login_all() 721 if (user_type == CKU_USER) in session_mgr_login_all() 1234 if (userType == CKU_USER) { in set_login_flags()
|
H A D | tpm_specific.c | 1572 if (userType == CKU_USER) { in token_specific_login() 1706 if (userType == CKU_USER) { in check_pin_properties() 1825 if ((rc = check_pin_properties(CKU_USER, newpin_hash, in token_specific_set_pin() 1861 if ((rc = check_pin_properties(CKU_USER, newpin_hash, in token_specific_set_pin()
|
H A D | new_host.c | 785 if (userType == CKU_USER) { in SC_Login() 808 if (userType == CKU_USER) { in SC_Login()
|
/titanic_50/usr/src/cmd/cmd-crypto/pktool/ |
H A D | setpin.c | 126 CK_USER_TYPE user = CKU_USER; in setpin_pkcs11()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSession.c | 326 if (userType != CKU_USER) { in C_Login()
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSession.c | 527 if (userType != CKU_USER) { in meta_Login()
|
/titanic_50/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 293 rv = C_Login(hSession, CKU_USER, (CK_UTF8CHAR_PTR)password, in get_token_key()
|
/titanic_50/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 351 rv = C_Login(hSession, CKU_USER, (CK_UTF8CHAR_PTR)password, in get_token_key()
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 285 #define CKU_USER 1 macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | kssladm_create.c | 366 ckrv = C_Login(pk11session, CKU_USER, in get_sensitive_key_data()
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 204 if ((ck_rv = C_Login(hSession, CKU_USER, (uchar_t *)cred->cred, in pk11_authenticate() 3748 CK_USER_TYPE user = CKU_USER; in KMFPK11_SetTokenPin() 3781 user = CKU_USER; in KMFPK11_SetTokenPin()
|
/titanic_50/usr/src/cmd/lofiadm/ |
H A D | main.c | 1032 rv = C_Login(sess, CKU_USER, (CK_UTF8CHAR_PTR)pass, passlen); in getkeyfromtoken()
|
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 3505 r = id_cryptoctx->p11->C_Login(id_cryptoctx->session, CKU_USER, in pkinit_login()
|