Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/keyserv/
H A Dsetkey.c703 pk_encrypt(uid, remote_name, remote_key, key) in pk_encrypt() argument
706 netobj *remote_key;
709 return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT));
731 pk_decrypt(uid, remote_name, remote_key, key) in pk_decrypt() argument
734 netobj *remote_key;
737 return (pk_crypt(uid, remote_name, remote_key, key, DES_DECRYPT));
1274 pk_crypt(uid, remote_name, remote_key, key, mode) in pk_crypt() argument
1277 netobj *remote_key;
1300 if (remote_key) {
1301 memcpy(xpublic, remote_key->n_bytes, remote_key->n_len);
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5034 char *remote_key; in emlxs_hash_vrf() local
5041 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_vrf()
5045 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_vrf()
5066 MD5Update(&mdctx, (unsigned char *) remote_key, in emlxs_hash_vrf()
5095 SHA1Update(&sha1ctx, (void *)remote_key, in emlxs_hash_vrf()
5152 MD5Update(&mdctx, (void *)remote_key, in emlxs_hash_vrf()
5194 SHA1Update(&sha1ctx, (void *)remote_key, in emlxs_hash_vrf()
6219 char *remote_key; in emlxs_hash_verification() local
6226 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_verification()
6233 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_verification()
[all …]