Searched defs:ckey (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | auth_des.c | 98 * ckey: optional conversation key to use 103 const char *timehost, const des_block *ckey) 119 ckey, NULL)); 130 const char *timehost, const des_block *ckey, nis_server *srvr) 185 if (ckey == NULL) { 192 auth->ah_key = *ckey; 102 authdes_seccreate(const char *servername, const uint_t win, const char *timehost, const des_block *ckey) argument 129 authdes_pk_seccreate(const char *servername, netobj *pkey, uint_t window, const char *timehost, const des_block *ckey, nis_server *srvr) argument
|
H A D | rpc_soc.c | 499 des_block *ckey) 534 nauth = authdes_seccreate(servername, window, hostname, ckey); 540 return (authdes_seccreate(servername, window, hostname, ckey)); 498 authdes_create(char *servername, uint_t window, struct sockaddr_in *syncaddr, des_block *ckey) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | hfs.c | 815 struct grub_hfs_catalog_key *ckey = rec->key; 820 if (hnd->type == 0xFF && ckey->strlen > 0) 826 if (grub_be_to_cpu32 (ckey->parent_dir) == dir) 836 struct grub_hfs_catalog_key *ckey = rec->key; 840 if (grub_be_to_cpu32 (ckey->parent_dir) 1165 struct grub_hfs_catalog_key *ckey = rec->key; 1166 char fname[sizeof (ckey->str) * MAX_UTF8_PER_MAC_ROMAN + 1] = { 0 }; 1172 len = ckey->strlen; 1173 if (len > sizeof (ckey->str)) 1174 len = sizeof (ckey 814 struct grub_hfs_catalog_key *ckey = rec->key; local 835 struct grub_hfs_catalog_key *ckey = rec->key; local 1163 struct grub_hfs_catalog_key *ckey = rec->key; local [all...] |
Completed in 26 milliseconds