Searched refs:Cai (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 5244 uint8_t Cai[20]; in emlxs_hash_rsp() local 5355 (void *)&Cai, tran_id, in emlxs_hash_rsp() 5372 MD5Update(&mdctx, (unsigned char *)Cai, MD5_LEN); in emlxs_hash_rsp() 5396 SHA1Update(&sha1ctx, (void *)&Cai[0], SHA1_LEN); in emlxs_hash_rsp() 6055 void *Cai, in emlxs_hash_Cai() argument 6127 bcopy((void *)&md5_digest, (void *)Cai, MD5_LEN); in emlxs_hash_Cai() 6174 bcopy((void *)&sha1_digest, (void *)Cai, SHA1_LEN); in emlxs_hash_Cai() 6213 uint8_t Cai[20]; in emlxs_hash_verification() local 6380 err = emlxs_hash_Cai(port, port_dhc, ndlp, (void *)Cai, in emlxs_hash_verification() 6409 MD5Update(&mdctx, (unsigned char *)Cai, MD5_LEN); in emlxs_hash_verification() [all …]
|