Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c5265 mykey = (char *)node_dhc->auth_key.local_password; in emlxs_hash_rsp()
8842 np = (uint8_t *)&auth_key->local_password; in emlxs_auth_key_parse()
9015 bzero(auth_key->local_password, in emlxs_auth_key_parse()
9016 sizeof (auth_key->local_password)); in emlxs_auth_key_parse()
9338 auth_key->local_password, in emlxs_dhc_delete_auth_cfg()
9521 auth_key->local_password, in emlxs_dhc_set_auth_key()
9556 bzero(auth_key->local_password, in emlxs_dhc_set_auth_key()
9557 sizeof (auth_key->local_password)); in emlxs_dhc_set_auth_key()
9559 sizeof (auth_key->local_password)); in emlxs_dhc_set_auth_key()
9561 auth_key->local_password, length); in emlxs_dhc_set_auth_key()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h228 uint8_t local_password[128]; /* hba authenticates */ member