Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c230 char *save_phrase, *phrase1, *phrase2; in get_pin() local
236 if ((phrase1 = getpassphrase(prompt1)) == NULL) { in get_pin()
241 if ((save_phrase = strdup(phrase1)) == NULL) in get_pin()