Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c101 const char *timehost, const des_block *ckey) in authdes_seccreate() argument
116 return (authdes_pk_seccreate(servername, &pkey, win, timehost, in authdes_seccreate()
128 const char *timehost, const des_block *ckey, nis_server *srvr) in authdes_pk_seccreate() argument
166 if (timehost != NULL) { in authdes_pk_seccreate()
167 ad->ad_timehost = malloc(strlen(timehost) + 1); in authdes_pk_seccreate()
172 (void) memcpy(ad->ad_timehost, timehost, strlen(timehost) + 1); in authdes_pk_seccreate()