Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_des.c105 uchar_t pkey_data[1024]; in authdes_seccreate() local
108 if (!getpublickey(servername, (char *)pkey_data)) { in authdes_seccreate()
116 pkey.n_bytes = (char *)pkey_data; in authdes_seccreate()
117 pkey.n_len = (uint_t)strlen((char *)pkey_data) + 1; in authdes_seccreate()
H A Dsvcauth_des.c211 char pkey_data[1024]; in __svcauth_des() local
218 pkey_data, &from_cache)) { in __svcauth_des()
227 pkey_data, &from_cache)) { in __svcauth_des()
243 pkey.n_bytes = pkey_data; in __svcauth_des()
244 pkey.n_len = strlen(pkey_data) + 1; in __svcauth_des()