Searched defs:xkey (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c118 char *xkey; local
159 xkey = mp_mtox(sk);
161 (void) adjust(secret, xkey, keylen);
162 /* Done with xkey */
163 free(xkey);
164 /* Now set xkey to the hex representation of the public key */
165 xkey = mp_mtox(pk);
167 (void) adjust(public, xkey, keylen);
170 free(xkey);
/osnet-11/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c130 char *xkey; local
149 xkey = mp_mtox(sk);
150 (void) adjust(secret, xkey);
151 xkey = mp_mtox(pk);
152 (void) adjust(public, xkey);

Completed in 21 milliseconds