Searched refs:tmpprivkey (Results 1 – 1 of 1) sorted by relevance
2197 char *t, *p, *tmppubkey, *tmpprivkey; in genent_publickey() local2391 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()