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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2195 char *t, *p, *tmppubkey, *tmpprivkey; local
2389 if ((tmpprivkey = (char *)malloc(buflen)) == NULL) {
2394 (void) snprintf(tmpprivkey, buflen, "{%s}%s", auth_type,
2396 data.privkey = tmpprivkey;

Completed in 84 milliseconds