Home
last modified time | relevance | path

Searched refs:C_SetPIN (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/security/softhsm2/softhsm-2.6.1/src/lib/test/
H A DUserTests.cpp205 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, m_userPin1, m_userPin1Length, pin2, pin2Length) ); in testSetPIN()
217 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, m_userPin1, m_userPin1Length, pin2, pin2Length) ); in testSetPIN()
226 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, NULL_PTR, m_userPin1Length, pin2, pin2Length) ); in testSetPIN()
232 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, m_userPin1, m_userPin1Length, pin2, 0) ); in testSetPIN()
235 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, pin2, pin2Length, pin2, pin2Length) ); in testSetPIN()
238 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, m_userPin1, m_userPin1Length, pin2, pin2Length) ); in testSetPIN()
244 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, m_userPin1, m_userPin1Length, pin2, pin2Length) ); in testSetPIN()
247 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, pin2, pin2Length, m_userPin1, m_userPin1Length) ); in testSetPIN()
259 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, so2pin, so2pinLength, so2pin, so2pinLength) ); in testSetPIN()
262 rv = CRYPTOKI_F_PTR( C_SetPIN(hSession, m_soPin1, m_soPin1Length, so2pin, so2pinLength) ); in testSetPIN()
[all …]
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/pkcs11/
H A Dgen_purpose.c532 rc = funcs->C_SetPIN(session, old_pin, old_len, new_pin, new_len); in do_SetPIN()
559 rc = funcs->C_SetPIN(session, old_pin, old_len, new_pin, new_len); in do_SetPIN()
596 rc = funcs->C_SetPIN(session, new_pin, new_len, old_pin, old_len); in do_SetPIN()
626 rc = funcs->C_SetPIN(session, old_pin, old_len, new_pin, new_len); in do_SetPIN()
652 rc = funcs->C_SetPIN(session, new_pin, new_len, old_pin, old_len); in do_SetPIN()
/dports/security/beid/eid-mw-5.0.8/tests/unit/
H A Dfunclist.c53 verbose_assert(ptr->C_SetPIN == C_SetPIN); in TEST_FUNC()
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Delegates/
H A DC_SetPIN.cs8 internal delegate CKR C_SetPIN( in C_SetPIN() method
/dports/security/opencryptoki/opencryptoki-3.11.0/
H A Dopencryptoki.map54 C_SetPIN;
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dpkcs11.exports12 C_SetPIN
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/prov/pkcs11/
H A Dp11_session.cpp87 module()->C_SetPIN(m_handle, old_pin, new_pin); in set_pin()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/pkcs11/
H A Dp11_session.cpp87 module()->C_SetPIN(m_handle, old_pin, new_pin); in set_pin()
/dports/security/botan2/Botan-2.18.2/src/lib/prov/pkcs11/
H A Dp11_session.cpp87 module()->C_SetPIN(m_handle, old_pin, new_pin); in set_pin()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/wrap-layer/
H A Dtest-set-pin.c98 rv = (test->module->C_SetPIN) (test->session, NULL, 0, NULL, 0); in test_ok_passwords()
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11_api.h95 #define C_SetPIN ( ( CK_FUNCTION_LIST_PTR )( pkcs11Info->functionListPtr ) )->C_SetPIN macro
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/login/
H A Dset_pin.c51 rc = funcs->C_SetPIN(session, (CK_CHAR_PTR) old, strlen(old), in do_SetPIN()
H A Dlogin_flags.c216 rc = funcs->C_SetPIN(session_handle, user_pin, user_pin_len, in main()
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Wrapper/
H A DPkcs11Module.cs221 C_SetPIN proc = (C_SetPIN)DelegateUtil.GetDelegate(this.hLib,typeof(C_SetPIN)); in SetPIN()
H A DCK_FUNCTION_LIST.cs40 public IntPtr C_SetPIN; field in Net.Sf.Pkcs11.Wrapper.CK_FUNCTION_LIST
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gnome2-store/
H A Dtest-import.c74 rv = (test->funcs->C_SetPIN) (session, NULL, 0, (CK_BYTE_PTR)"mypin", 5); in setup()
/dports/security/softhsm2/softhsm-2.6.1/src/lib/
H A Dmain.cpp69 C_SetPIN,
298 PKCS_API CK_RV C_SetPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldLen, CK_… in C_SetPIN() function
302 return SoftHSM::i()->C_SetPIN(hSession, pOldPin, ulOldLen, pNewPin, ulNewLen); in C_SetPIN()
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/wrapper/
H A DPKCS11.java191 public void C_SetPIN(long hSession, char[] pOldPin, char[] pNewPin) in C_SetPIN() method
/dports/www/firefox/firefox-99.0/third_party/rust/pkcs11/src/
H A Dlib.rs102 C_SetPIN: C_SetPIN, field
195 C_SetPIN: (*list_ptr).C_SetPIN.ok_or(Error::Module("C_SetPIN function not found"))?, in new()
451 match (self.C_SetPIN)(session, ptr::null_mut(), 0, ptr::null_mut(), 0) { in set_pin()
466 …match (self.C_SetPIN)(session, old_cpin.as_mut_ptr(), old_cpin.len() as CK_ULONG, new_cpin.as_mut_… in set_pin()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/pkcs11/src/
H A Dlib.rs102 C_SetPIN: C_SetPIN, field
195 C_SetPIN: (*list_ptr).C_SetPIN.ok_or(Error::Module("C_SetPIN function not found"))?, in new()
451 match (self.C_SetPIN)(session, ptr::null_mut(), 0, ptr::null_mut(), 0) { in set_pin()
466 …match (self.C_SetPIN)(session, old_cpin.as_mut_ptr(), old_cpin.len() as CK_ULONG, new_cpin.as_mut_… in set_pin()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/pkcs11/src/
H A Dlib.rs102 C_SetPIN: C_SetPIN, field
195 C_SetPIN: (*list_ptr).C_SetPIN.ok_or(Error::Module("C_SetPIN function not found"))?, in new()
451 match (self.C_SetPIN)(session, ptr::null_mut(), 0, ptr::null_mut(), 0) { in set_pin()
466 …match (self.C_SetPIN)(session, old_cpin.as_mut_ptr(), old_cpin.len() as CK_ULONG, new_cpin.as_mut_… in set_pin()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/pkcs11/src/
H A Dlib.rs101 C_SetPIN: C_SetPIN, field
192 C_SetPIN: (*list).C_SetPIN.ok_or(Error::Module("C_SetPIN function not found"))?, in new()
448 match (self.C_SetPIN)(session, ptr::null_mut(), 0, ptr::null_mut(), 0) { in set_pin()
463 …match (self.C_SetPIN)(session, old_cpin.as_mut_ptr(), old_cpin.len() as CK_ULONG, new_cpin.as_mut_… in set_pin()
/dports/www/firefox/firefox-99.0/security/manager/ssl/ipcclientcerts/src/
H A Dlib.rs293 extern "C" fn C_SetPIN( in C_SetPIN() function
974 C_SetPIN: Some(C_SetPIN),
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/osclientcerts/src/
H A Dlib.rs283 extern "C" fn C_SetPIN( in C_SetPIN() function
1064 C_SetPIN: Some(C_SetPIN),
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/include/
H A Dapiclient.h148 CK_RV C_SetPIN(CK_SESSION_HANDLE, CK_CHAR_PTR, CK_ULONG, CK_CHAR_PTR,

12345678910