Home
last modified time | relevance | path

Searched refs:resmd5 (Results 1 – 4 of 4) sorted by relevance

/dports/net/istgt/istgt-20150713/src/
H A Distgtcontrol.c613 uint8_t resmd5[ISTGT_MD5DIGEST_LEN]; in do_auth() local
760 rc = istgt_hex2bin(resmd5, ISTGT_MD5DIGEST_LEN, chap_r); in do_auth()
784 if (memcmp(uctlmd5, resmd5, ISTGT_MD5DIGEST_LEN) != 0) { in do_auth()
H A Distgt_lu_ctl.c296 uint8_t resmd5[ISTGT_MD5DIGEST_LEN]; in istgt_uctl_cmd_auth() local
313 rc = istgt_hex2bin(resmd5, ISTGT_MD5DIGEST_LEN, chap_r); in istgt_uctl_cmd_auth()
344 if (memcmp(tgtmd5, resmd5, ISTGT_MD5DIGEST_LEN) != 0) { in istgt_uctl_cmd_auth()
H A Distgt_iscsi.c1977 uint8_t resmd5[ISTGT_MD5DIGEST_LEN]; in istgt_iscsi_auth_params() local
1992 rc = istgt_hex2bin(resmd5, ISTGT_MD5DIGEST_LEN, response); in istgt_iscsi_auth_params()
2029 istgt_dump("resmd5", resmd5, ISTGT_MD5DIGEST_LEN); in istgt_iscsi_auth_params()
2033 if (memcmp(tgtmd5, resmd5, ISTGT_MD5DIGEST_LEN) != 0) { in istgt_iscsi_auth_params()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_setup.c3242 unsigned char resmd5[16]; in P_MakeMapMD5() local
3247 P_MakeBufferMD5((char*)textmap->data, textmap->size, resmd5); in P_MakeMapMD5()
3270 resmd5[i] = (linemd5[i] + sectormd5[i] + thingmd5[i] + sidedefmd5[i]) & 0xFF; in P_MakeMapMD5()
3273 M_Memcpy(dest, &resmd5, 16); in P_MakeMapMD5()