Home
last modified time | relevance | path

Searched refs:ulNewPinLen (Results 1 – 7 of 7) 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
537 (ulNewPinLen < MIN_PIN_LEN) ||(ulNewPinLen > MAX_PIN_LEN)) { 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
282 tmp_new_pin = malloc(ulNewPinLen + 1); in soft_setpin()
287 (void) memcpy(tmp_new_pin, pNewPin, ulNewPinLen); in soft_setpin()
288 tmp_new_pin[ulNewPinLen] = '\0'; 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.c849 CK_ULONG ulNewPinLen) 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_tpm/common/
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()
1830 ulNewPinLen))) { in token_specific_set_pin()
1866 ulNewPinLen))) in token_specific_set_pin()
1883 newpin_hash, ulNewPinLen))) in token_specific_set_pin()
1901 ulNewPinLen))) in token_specific_set_pin()