Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c1179 len = SHA1_LEN; in emlxs_issue_dhchap_success()
1182 MD5_LEN : SHA1_LEN; in emlxs_issue_dhchap_success()
2556 SHA1_LEN); in emlxs_issue_dhchap_reply()
2907 arg2len = SHA1_LEN; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
5090 hash_size = SHA1_LEN; in emlxs_hash_vrf()
5170 hash_size = SHA1_LEN; in emlxs_hash_vrf()
5307 hash_size = SHA1_LEN; in emlxs_hash_rsp()
5387 hash_size = SHA1_LEN; in emlxs_hash_rsp()
5490 hash_size = SHA1_LEN; in emlxs_interm_hash()
6308 SHA1_LEN); in emlxs_hash_verification()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h135 #define SHA1_LEN 0x00000014 /* 20 bytes */ macro