Home
last modified time | relevance | path

Searched refs:pNewPin (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSlotToken.c513 CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in C_SetPIN() argument
542 if ((pOldPin == NULL_PTR) || (pNewPin == NULL_PTR)) { in C_SetPIN()
557 rv = soft_setpin(pOldPin, ulOldPinLen, pNewPin, ulNewPinLen); in C_SetPIN()
H A DsoftKeystore.h111 CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen);
H A DsoftKeystore.c217 CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in soft_setpin() argument
287 (void) memcpy(tmp_new_pin, pNewPin, ulNewPinLen); in soft_setpin()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c377 CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in meta_SetPIN() argument
400 pOldPin, ulOldPinLen, pNewPin, ulNewPinLen); in meta_SetPIN()
H A Dpkcs11SlotToken.c848 CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, in C_SetPIN() argument
857 pNewPin, ulNewPinLen)); in C_SetPIN()
873 pOldPin, ulOldPinLen, pNewPin, ulNewPinLen); in C_SetPIN()
H A DmetaGlobal.h716 CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c408 CK_ULONG ulOldLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewLen) in C_SetPIN() argument
441 setpin.sp_new_pin = (char *)pNewPin; in C_SetPIN()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h158 CK_UTF8CHAR_PTR pNewPin, /* the new PIN */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1890 CK_CHAR_PTR pNewPin, in C_SetPIN() argument
1899 if (! pOldPin || ! pNewPin) in C_SetPIN()
1906 pNewPin, ulNewLen); in C_SetPIN()
H A Dnew_host.c510 CK_CHAR_PTR pNewPin, in SC_SetPIN() argument
535 ulOldLen, pNewPin, ulNewLen); in SC_SetPIN()
H A Dtpm_specific.c1792 CK_CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in token_specific_set_pin() argument
1807 if ((rc = compute_sha(pNewPin, ulNewPinLen, newpin_hash))) { in token_specific_set_pin()
H A Dtpmtok_int.h1308 CK_ULONG usOldLen, CK_CHAR_PTR pNewPin,