Searched refs:pNewPin (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSlotToken.c | 484 CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in C_SetPIN() argument 513 if ((pOldPin == NULL_PTR) || (pNewPin == NULL_PTR)) { in C_SetPIN() 528 rv = soft_setpin(pOldPin, ulOldPinLen, pNewPin, ulNewPinLen); in C_SetPIN()
|
H A D | softKeystore.h | 111 CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen);
|
H A D | softKeystore.c | 207 CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in soft_setpin() argument 276 (void) memcpy(tmp_new_pin, pNewPin, ulNewPinLen); in soft_setpin()
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSlotToken.c | 379 CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in meta_SetPIN() argument 402 pOldPin, ulOldPinLen, pNewPin, ulNewPinLen); in meta_SetPIN()
|
H A D | pkcs11SlotToken.c | 848 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 D | metaGlobal.h | 716 CK_ULONG ulOldPinLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewPinLen);
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSlotToken.c | 410 CK_ULONG ulOldLen, CK_UTF8CHAR_PTR pNewPin, CK_ULONG ulNewLen) in C_SetPIN() argument 443 setpin.sp_new_pin = (char *)pNewPin; in C_SetPIN()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 158 CK_UTF8CHAR_PTR pNewPin, /* the new PIN */
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1890 CK_CHAR_PTR pNewPin, in C_SetPIN() argument 1899 if (! pOldPin || ! pNewPin) in C_SetPIN() 1906 pNewPin, ulNewLen); in C_SetPIN()
|
H A D | new_host.c | 510 CK_CHAR_PTR pNewPin, in SC_SetPIN() argument 535 ulOldLen, pNewPin, ulNewLen); in SC_SetPIN()
|
H A D | tpm_specific.c | 1788 CK_CHAR_PTR pNewPin, CK_ULONG ulNewPinLen) in token_specific_set_pin() argument 1803 if ((rc = compute_sha(pNewPin, ulNewPinLen, newpin_hash))) { in token_specific_set_pin()
|
H A D | tpmtok_int.h | 1307 CK_ULONG usOldLen, CK_CHAR_PTR pNewPin,
|