Searched refs:ulNewPinLen (Results 1 – 7 of 7) sorted by relevance
/titanic_44/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 508 (ulNewPinLen < MIN_PIN_LEN) ||(ulNewPinLen > MAX_PIN_LEN)) { 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 271 tmp_new_pin = malloc(ulNewPinLen + 1); in soft_setpin() 276 (void) memcpy(tmp_new_pin, pNewPin, ulNewPinLen); in soft_setpin() 277 tmp_new_pin[ulNewPinLen] = '\0'; in soft_setpin()
|
/titanic_44/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 | 849 CK_ULONG ulNewPinLen) 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_44/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
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() 1826 ulNewPinLen))) { in token_specific_set_pin() 1862 ulNewPinLen))) in token_specific_set_pin() 1879 newpin_hash, ulNewPinLen))) in token_specific_set_pin() 1897 ulNewPinLen))) in token_specific_set_pin()
|