Searched defs:tmp_new_pin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c214 uchar_t *tmp_old_pin = NULL, *tmp_new_pin = NULL; local
271 tmp_new_pin = malloc(ulNewPinLen + 1);
272 if (tmp_new_pin == NULL) {
276 (void) memcpy(tmp_new_pin, pNewPin, ulNewPinLen);
277 tmp_new_pin[ulNewPinLen] = '\0';
282 if (soft_keystore_setpin(tmp_old_pin, tmp_new_pin, B_FALSE)) {
299 if (tmp_new_pin)
300 free(tmp_new_pin);

Completed in 58 milliseconds