Searched refs:xpublic (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_dh/dh_common/ |
H A D | dh_nsl_tmpl.c | 50 __dl_gen_common_dhkeys(char *xpublic, char *xsecret, in __dl_gen_common_dhkeys() argument 53 __generic_common_dhkeys(xpublic, xsecret, KEYLEN, in __dl_gen_common_dhkeys() 67 __dl_gen_dhkeys(char *xpublic, char *xsecret, char *passwd) in __dl_gen_dhkeys() argument 69 __generic_gen_dhkeys(KEYLEN, MODULUS, ROOT, xpublic, xsecret, passwd); in __dl_gen_dhkeys()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | setkey.c | 1282 char xpublic[1024]; local 1301 memcpy(xpublic, remote_key->n_bytes, remote_key->n_len); 1303 if (!getpublickey(remote_name, xpublic)) { 1304 if (nodefaultkeys || !getpublickey("nobody", xpublic)) 1310 xpublic[HEXKEYBYTES] = '\0'; 1312 hash = hash_keys(xpublic, xsecret); 1314 if (!readcache(xpublic, xsecret, &deskey, hash)) { 1317 if (!readcache(xpublic, xsecret, &deskey, hash)) { 1318 public = mp_xtom(xpublic); 1328 writecache(xpublic, xsecret, &deskey, hash); [all …]
|
/titanic_41/usr/src/lib/libnsl/key/ |
H A D | gen_dhkeys.c | 256 __gen_common_dhkeys_g(char *xpublic, /* in */ in __gen_common_dhkeys_g() argument 265 if (! xpublic || ! xsecret || ! deskeys) in __gen_common_dhkeys_g() 275 public = mp_xtom(xpublic); in __gen_common_dhkeys_g() 288 (*dlfp)(xpublic, xsecret, deskeys, keynum); in __gen_common_dhkeys_g()
|