Searched refs:ulOldPinLen (Results 1 – 7 of 7) 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 507 if ((ulOldPinLen < MIN_PIN_LEN) || (ulOldPinLen > MAX_PIN_LEN) || in C_SetPIN() 528 rv = soft_setpin(pOldPin, ulOldPinLen, pNewPin, ulNewPinLen); in C_SetPIN()
|
H A D | softKeystore.h | 110 CK_RV soft_setpin(CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldPinLen,
|
H A D | softKeystore.c | 206 soft_setpin(CK_UTF8CHAR_PTR pOldPin, CK_ULONG ulOldPinLen, in soft_setpin() argument 237 tmp_old_pin = malloc(ulOldPinLen + 1); in soft_setpin() 242 (void) memcpy(tmp_old_pin, pOldPin, ulOldPinLen); in soft_setpin() 243 tmp_old_pin[ulOldPinLen] = '\0'; in soft_setpin() 265 ulOldPinLen) != 0) { 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 856 return (fast_funcs->C_SetPIN(hSession, pOldPin, ulOldPinLen, 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_tpm/common/ |
H A D | tpm_specific.c | 1787 CK_CHAR_PTR pOldPin, CK_ULONG ulOldPinLen, in token_specific_set_pin() argument 1800 if ((rc = compute_sha(pOldPin, ulOldPinLen, oldpin_hash))) { in token_specific_set_pin()
|