Searched refs:tmpprivkey (Results 1 – 1 of 1) sorted by relevance
2195 char *t, *p, *tmppubkey, *tmpprivkey; in genent_publickey() local2389 if ((tmpprivkey = (char *)malloc(buflen)) == NULL) { in genent_publickey()2394 (void) snprintf(tmpprivkey, buflen, "{%s}%s", auth_type, in genent_publickey()2396 data.privkey = tmpprivkey; in genent_publickey()