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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c149 char *bindPass = NULL; local
158 bindPass = getpassphrase(prompt);
160 if (bindPass == NULL)
163 (void) strlcpy(bindPassword, bindPass, BUFSIZ);
166 (void) memset(bindPass, 0, strlen(bindPass));
167 bindPass = NULL;
176 bindPass = getpassphrase(prompt);
178 if (bindPass == NULL) {
183 if (strcmp(bindPass, bindPasswor
[all...]

Completed in 58 milliseconds