Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_des.c103 const char *timehost, const des_block *ckey) in authdes_seccreate() argument
118 return (authdes_pk_seccreate(servername, &pkey, win, timehost, in authdes_seccreate()
130 const char *timehost, const des_block *ckey, nis_server *srvr) in authdes_pk_seccreate() argument
168 if (timehost != NULL) { in authdes_pk_seccreate()
169 ad->ad_timehost = malloc(strlen(timehost) + 1); in authdes_pk_seccreate()
174 (void) memcpy(ad->ad_timehost, timehost, strlen(timehost) + 1); in authdes_pk_seccreate()
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl485 const char *timehost, const des_block *ckey);