sctp_hashdriver.c | 80 unsigned char k_opad[65]; local in function:sctp_hash_digest 115 memset(k_opad, 0, sizeof k_opad); 117 bcopy(key, k_opad, key_len); 122 k_opad[i] ^= 0x5c; 144 MD5Update(&context, k_opad, 64); /* start with outer pad */ 149 SHA1Update(&context, k_opad, 64); /* start with outer pad */ 167 unsigned char k_opad[65]; local in function:sctp_hash_digest_m 202 memset(k_opad, 0, sizeof k_opad); [all...] |