Searched defs:tmppubkey (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
2380 if ((tmppubkey = (char *)malloc(buflen)) == NULL) {
2384 (void) snprintf(tmppubkey, buflen, "{%s}%s", auth_type,
2386 data.pubkey = tmppubkey;

Completed in 53 milliseconds