Searched defs:pPin (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c301 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, argument
336 if (pPin == NULL_PTR) {
351 rv = soft_login(pPin, ulPinLen);
H A DsoftSlotToken.c459 C_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, argument
473 C_InitPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A DsoftSessionUtil.c700 soft_login(CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
706 return (soft_verify_pin(pPin, ulPinLen));
H A DsoftKeystore.c52 * pPin: pointer to caller provided Pin
70 soft_gen_hashed_pin(CK_UTF8CHAR_PTR pPin, char **result, char **salt) argument
100 if ((*result = crypt((char *)pPin, *salt)) == NULL) {
113 soft_verify_pin(CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
150 (void) memcpy(tmp_pin, pPin, ulPinLen);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c350 meta_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, argument
365 CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
364 meta_InitPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dpkcs11Session.c392 CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
399 return (fast_funcs->C_Login(hSession, userType, pPin,
416 userType, pPin, ulPinLen);
391 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A DmetaSession.c509 CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
540 pPin, ulPinLen);
508 meta_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dpkcs11SlotToken.c774 C_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, argument
786 return (fast_funcs->C_InitToken(slotID, pPin, ulPinLen,
791 return (meta_InitToken(METASLOT_SLOTID, pPin, ulPinLen,
800 rv = FUNCLIST(fw_st_id)->C_InitToken(TRUEID(fw_st_id), pPin, ulPinLen,
812 C_InitPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
820 return (fast_funcs->C_InitPIN(hSession, pPin, ulPinLen));
836 pPin, ulPinLen);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c441 CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen)
506 c_login.co_pin = (char *)pPin;
440 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A DkernelSlotToken.c388 C_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, argument
399 C_InitPIN(CK_SESSION_HANDLE hSession, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dnew_host.c373 CK_CHAR_PTR pPin,
391 if (! pPin || ! pLabel) {
410 rc = token_specific.t_verify_so_pin(hContext, pPin, ulPinLen);
447 CK_CHAR_PTR pPin,
460 if (! pPin) {
482 rc = token_specific.t_init_pin(sess->hContext, pPin, ulPinLen);
743 CK_CHAR_PTR pPin,
770 if (pPin == NULL) {
824 rc = token_specific.t_login(sess->hContext, userType, pPin, ulPinLen);
371 SC_InitToken( CK_SLOT_ID sid, CK_CHAR_PTR pPin, CK_ULONG ulPinLen, CK_CHAR_PTR pLabel) argument
445 SC_InitPIN( ST_SESSION_HANDLE sSession, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
741 SC_Login(ST_SESSION_HANDLE sSession, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dapi_interface.c1659 CK_CHAR_PTR pPin,
1668 if (! pPin && ulPinLen)
1678 rv = FuncList.ST_InitPIN(rSession, pPin, ulPinLen);
1687 CK_CHAR_PTR pPin,
1696 if (! pPin && ulPinLen)
1706 rv = FuncList.ST_InitToken(slotID, pPin, ulPinLen, pLabel);
1716 CK_CHAR_PTR pPin,
1729 rv = FuncList.ST_Login(rSession, userType, pPin, ulPinLen);
1658 C_InitPIN(CK_SESSION_HANDLE hSession, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
1686 C_InitToken(CK_SLOT_ID slotID, CK_CHAR_PTR pPin, CK_ULONG ulPinLen, CK_CHAR_PTR pLabel) argument
1714 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dtpm_specific.c1555 CK_CHAR_PTR pPin,
1568 if ((rc = compute_sha(pPin, ulPinLen, hash_sha))) {
1690 CK_CHAR_PTR pPin, CK_ULONG ulPinLen)
1916 token_specific_verify_so_pin(TSS_HCONTEXT hContext, CK_CHAR_PTR pPin, argument
1924 if ((rc = compute_sha(pPin, ulPinLen, hash_sha))) {
1552 token_specific_login( TSS_HCONTEXT hContext, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
1689 token_specific_init_pin(TSS_HCONTEXT hContext, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument

Completed in 3174 milliseconds