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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h249 uint32_t pubkey_len; /* real length of the pub key */ member in struct:emlxs_auth_misc
381 uint32_t pubkey_len; /* real length of the */ member in struct:emlxs_node_dhc
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c2439 "issue_dhchap_challenge: did=0x%x: pubkey_len=0x%x",
2640 /* pubkey_len should be equal to dhval_len */
2644 node_dhc->pubkey_len);
2648 node_dhc->nlp_auth_misc.pubkey_len);
5734 node_dhc->pubkey_len = (result1.len) * sizeof (BIG_CHUNK_TYPE);
5739 node_dhc->nlp_auth_misc.pubkey_len =
5746 node_dhc->nlp_auth_misc.pubkey_len =
5752 node_dhc->nlp_auth_misc.pubkey_len, result1.size, result1.len);
6071 uint32_t pubkey_len = 0; local
6090 key, key_size, dhgp_id, &pubkey_len);
[all...]

Completed in 88 milliseconds