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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5034 char *remote_key; local
5041 remote_key = (char *)node_dhc->auth_key.remote_password;
5045 remote_key = (char *)node_dhc->auth_key.remote_password;
5066 MD5Update(&mdctx, (unsigned char *) remote_key,
5095 SHA1Update(&sha1ctx, (void *)remote_key,
5152 MD5Update(&mdctx, (void *)remote_key,
5194 SHA1Update(&sha1ctx, (void *)remote_key,
6219 char *remote_key; local
6226 remote_key = (char *)node_dhc->auth_key.remote_password;
6233 remote_key
[all...]

Completed in 532 milliseconds