Searched refs:remote_key (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/keyserv/ |
| H A D | setkey.c | 701 pk_encrypt(uid, remote_name, remote_key, key) in pk_encrypt() argument 704 netobj *remote_key; 707 return (pk_crypt(uid, remote_name, remote_key, key, DES_ENCRYPT)); 729 pk_decrypt(uid, remote_name, remote_key, key) in pk_decrypt() argument 732 netobj *remote_key; 735 return (pk_crypt(uid, remote_name, remote_key, key, DES_DECRYPT)); 1272 pk_crypt(uid, remote_name, remote_key, key, mode) in pk_crypt() argument 1275 netobj *remote_key; 1298 if (remote_key) { 1299 memcpy(xpublic, remote_key->n_bytes, remote_key->n_len);
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs_dhchap.c | 5030 char *remote_key; in emlxs_hash_vrf() local 5037 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_vrf() 5041 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_vrf() 5062 MD5Update(&mdctx, (unsigned char *) remote_key, in emlxs_hash_vrf() 5091 SHA1Update(&sha1ctx, (void *)remote_key, in emlxs_hash_vrf() 5148 MD5Update(&mdctx, (void *)remote_key, in emlxs_hash_vrf() 5190 SHA1Update(&sha1ctx, (void *)remote_key, in emlxs_hash_vrf() 6215 char *remote_key; in emlxs_hash_verification() local 6222 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_verification() 6229 remote_key = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_verification() [all …]
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ |
| H A D | preRoce.h | 697 ULONG remote_key /* Remote key */; member
|