Home
last modified time | relevance | path

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

/src/lib/libc/rpc/
H A Dauth_des.c122 const char *timehost, const des_block *ckey) in authdes_seccreate() argument
137 dummy = authdes_pk_seccreate(servername, &pkey, win, timehost, in authdes_seccreate()
149 const char *timehost, const des_block *ckey, nis_server *srvr) in authdes_pk_seccreate() argument
187 if (timehost != NULL) { in authdes_pk_seccreate()
188 ad->ad_timehost = (char *)mem_alloc(strlen(timehost) + 1); in authdes_pk_seccreate()
193 memcpy(ad->ad_timehost, timehost, strlen(timehost) + 1); in authdes_pk_seccreate()