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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dsetpin.c50 CK_ULONG old_pinlen = 0, new_pinlen = 0; local
70 "(<CR> if not set):"), NULL, &old_pin, &old_pinlen)) != CKR_OK) {
90 oldcred.credlen = old_pinlen;
118 CK_ULONG old_pinlen = 0, new_pinlen = 0; local
160 old_pinlen = strlen(SOFT_DEFAULT_PIN);
163 &old_pin, &old_pinlen)) != CKR_OK) {
196 oldcred.credlen = old_pinlen;

Completed in 63 milliseconds