Searched refs:pkey_data (Results 1 – 2 of 2) sorted by relevance
105 uchar_t pkey_data[1024]; in authdes_seccreate() local108 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()
211 char pkey_data[1024]; in __svcauth_des() local218 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()