Home
last modified time | relevance | path

Searched refs:C_InitPIN (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/security/softhsm2/softhsm-2.6.1/src/lib/test/
H A DUserTests.cpp48 rv = CRYPTOKI_F_PTR( C_InitPIN(hSession, m_userPin1, m_userPin1Length) ); in testInitPIN()
57 rv = CRYPTOKI_F_PTR( C_InitPIN(hSession, m_userPin1, m_userPin1Length) ); in testInitPIN()
63 rv = CRYPTOKI_F_PTR( C_InitPIN(CK_INVALID_HANDLE, m_userPin1, m_userPin1Length) ); in testInitPIN()
66 rv = CRYPTOKI_F_PTR( C_InitPIN(hSession, m_userPin1, 0) ); in testInitPIN()
69 rv = CRYPTOKI_F_PTR( C_InitPIN(hSession, m_userPin1, m_userPin1Length) ); in testInitPIN()
90 rv = CRYPTOKI_F_PTR( C_InitPIN(hSession[0], m_userPin1, m_userPin1Length) ); in testLogin()
201 rv = CRYPTOKI_F_PTR( C_InitPIN(hSession, m_userPin1, m_userPin1Length) ); in testSetPIN()
H A DTestsBase.cpp48 CPPUNIT_ASSERT( CRYPTOKI_F_PTR( C_InitPIN(hSession, m_userPin1, m_userPin1Length)==CKR_OK ) ); in setUp()
/dports/security/beid/eid-mw-5.0.8/tests/unit/
H A Dfunclist.c52 verbose_assert(ptr->C_InitPIN == C_InitPIN); in TEST_FUNC()
H A Dnonsensible.c50 check_rv_long(C_InitPIN(slot, (CK_UTF8CHAR_PTR)"1111", 4),m); in TEST_FUNC()
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Delegates/
H A DC_InitPIN.cs8 internal delegate CKR C_InitPIN( in C_InitPIN() method
/dports/security/opencryptoki/opencryptoki-3.11.0/
H A Dopencryptoki.map45 C_InitPIN;
/dports/security/opensc/OpenSC-0.22.0/src/pkcs11/
H A Dpkcs11.exports11 C_InitPIN
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/prov/pkcs11/
H A Dp11_session.cpp92 module()->C_InitPIN(m_handle, new_pin); in init_pin()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/pkcs11/
H A Dp11_session.cpp92 module()->C_InitPIN(m_handle, new_pin); in init_pin()
/dports/security/botan2/Botan-2.18.2/src/lib/prov/pkcs11/
H A Dp11_session.cpp92 module()->C_InitPIN(m_handle, new_pin); in init_pin()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/wrap-layer/
H A Dtest-init-pin.c97 rv = (test->module->C_InitPIN) (test->session, NULL, 0); in test_ok_password()
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/pkcs11/
H A Dgen_purpose.c440 rc = funcs->C_InitPIN(session, user_pin, user_pin_len); in do_InitPIN()
457 rc = funcs->C_InitPIN(session, user_pin, user_pin_len); in do_InitPIN()
476 rc = funcs->C_InitPIN(session, user_pin, user_pin_len); in do_InitPIN()
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/login/
H A Dinit_pin.c49 rc = funcs->C_InitPIN(session, (CK_CHAR_PTR) userinitpass, in do_InitPIN()
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11_api.h89 #define C_InitPIN ( ( CK_FUNCTION_LIST_PTR )( pkcs11Info->functionListPtr ) )->C_InitPIN macro
/dports/security/beid/eid-mw-5.0.8/doc/sdk/wrappers/C# pkcs11wrappers/pkcs11net/Pkcs11/Wrapper/
H A DPkcs11Module.cs206 C_InitPIN proc = (C_InitPIN)DelegateUtil.GetDelegate(this.hLib,typeof(C_InitPIN)); in InitPIN()
H A DCK_FUNCTION_LIST.cs38 public IntPtr C_InitPIN; field in Net.Sf.Pkcs11.Wrapper.CK_FUNCTION_LIST
/dports/security/softhsm2/softhsm-2.6.1/src/lib/
H A Dmain.cpp68 C_InitPIN,
283 PKCS_API CK_RV C_InitPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) in C_InitPIN() function
287 return SoftHSM::i()->C_InitPIN(hSession, pPin, ulPinLen); in C_InitPIN()
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/wrapper/
H A DPKCS11.java174 public void C_InitPIN(long hSession, char[] pPin) in C_InitPIN() method
/dports/www/firefox/firefox-99.0/third_party/rust/pkcs11/src/
H A Dlib.rs101 C_InitPIN: C_InitPIN, field
194 C_InitPIN: (*list_ptr).C_InitPIN.ok_or(Error::Module("C_InitPIN function not found"))?, in new()
434 match (self.C_InitPIN)(session, cpin_bytes.as_mut_ptr(), cpin_bytes.len() as CK_ULONG) { in init_pin()
441 None => match (self.C_InitPIN)(session, ptr::null_mut(), 0) { in init_pin()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/pkcs11/src/
H A Dlib.rs101 C_InitPIN: C_InitPIN, field
194 C_InitPIN: (*list_ptr).C_InitPIN.ok_or(Error::Module("C_InitPIN function not found"))?, in new()
434 match (self.C_InitPIN)(session, cpin_bytes.as_mut_ptr(), cpin_bytes.len() as CK_ULONG) { in init_pin()
441 None => match (self.C_InitPIN)(session, ptr::null_mut(), 0) { in init_pin()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/pkcs11/src/
H A Dlib.rs101 C_InitPIN: C_InitPIN, field
194 C_InitPIN: (*list_ptr).C_InitPIN.ok_or(Error::Module("C_InitPIN function not found"))?, in new()
434 match (self.C_InitPIN)(session, cpin_bytes.as_mut_ptr(), cpin_bytes.len() as CK_ULONG) { in init_pin()
441 None => match (self.C_InitPIN)(session, ptr::null_mut(), 0) { in init_pin()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/pkcs11/src/
H A Dlib.rs100 C_InitPIN: C_InitPIN, field
191 C_InitPIN: (*list).C_InitPIN.ok_or(Error::Module("C_InitPIN function not found"))?, in new()
431 match (self.C_InitPIN)(session, cpin_bytes.as_mut_ptr(), cpin_bytes.len() as CK_ULONG) { in init_pin()
438 None => match (self.C_InitPIN)(session, ptr::null_mut(), 0) { in init_pin()
/dports/www/firefox/firefox-99.0/security/manager/ssl/ipcclientcerts/src/
H A Dlib.rs285 extern "C" fn C_InitPIN( in C_InitPIN() function
973 C_InitPIN: Some(C_InitPIN),
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/osclientcerts/src/
H A Dlib.rs274 extern "C" fn C_InitPIN( in C_InitPIN() function
1063 C_InitPIN: Some(C_InitPIN),
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/include/
H A Dapiclient.h129 CK_RV C_InitPIN(CK_SESSION_HANDLE, CK_CHAR_PTR, CK_ULONG);

123456789