Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5041 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()
6542 mykey = (char *)node_dhc->auth_key.remote_password; in emlxs_hash_get_R2()
8941 np = (uint8_t *)&auth_key->remote_password; in emlxs_auth_key_parse()
9024 bzero(auth_key->remote_password, in emlxs_auth_key_parse()
9025 sizeof (auth_key->remote_password)); in emlxs_auth_key_parse()
9542 auth_key->remote_password, in emlxs_dhc_set_auth_key()
9575 auth_key->remote_password, in emlxs_dhc_set_auth_key()
9610 bzero(auth_key->remote_password, in emlxs_dhc_set_auth_key()
9611 sizeof (auth_key->remote_password)); in emlxs_dhc_set_auth_key()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h232 uint8_t remote_password[128]; /* hba authenticates */ member