Home
last modified time | relevance | path

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

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