Home
last modified time | relevance | path

Searched refs:phrase2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c230 char *save_phrase, *phrase1, *phrase2; in get_pin() local
246 if ((phrase2 = getpassphrase(prompt2)) == NULL) { in get_pin()
250 if (strcmp(save_phrase, phrase2) != 0) { in get_pin()