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()
2221 LE_SWAP32(SHA1_LEN) : LE_SWAP32(MD5_LEN)); in emlxs_issue_dhchap_challenge()
2517 cmdsize += 4 + SHA1_LEN; in emlxs_issue_dhchap_reply()
2524 cmdsize += 4 + SHA1_LEN; in emlxs_issue_dhchap_reply()
2552 MD5_LEN : SHA1_LEN); in emlxs_issue_dhchap_reply()
2556 SHA1_LEN); in emlxs_issue_dhchap_reply()
2587 *(uint32_t *)pCmd = LE_SWAP32(SHA1_LEN); in emlxs_issue_dhchap_reply()
2593 *(uint32_t *)pCmd = LE_SWAP32(SHA1_LEN); in emlxs_issue_dhchap_reply()
2604 bcopy((void *)arg1, (void *)pCmd, SHA1_LEN); in emlxs_issue_dhchap_reply()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h135 #define SHA1_LEN 0x00000014 /* 20 bytes */ macro