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

/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c147 char bindPassword[BUFSIZ]; local
151 /* set the initial value for bindPassword buffer */
152 (void) memset(bindPassword, 0, BUFSIZ);
163 (void) strlcpy(bindPassword, bindPass, BUFSIZ);
179 (void) memset(bindPassword, 0, BUFSIZ);
183 if (strcmp(bindPass, bindPassword) != 0) {
184 (void) memset(bindPassword, 0, BUFSIZ);
189 if ((*ret_bindPass = (char *)malloc(strlen(bindPassword)+1))
191 (void) memset(bindPassword, 0, BUFSIZ);
195 (void) strlcpy(*ret_bindPass, bindPassword,
[all...]

Completed in 58 milliseconds