tcp_ao_maclen
return tcp_ao_maclen(key) + sizeof(struct tcp_ao_hdr);
if (tcp_ao_maclen(key) > key->digest_size)
ao_hash, hash_offset, tcp_ao_maclen(key));
memcpy(ao_hash, hash_buf, tcp_ao_maclen(key));
memset(ao_hash, 0, tcp_ao_maclen(key));
ao_hash, hash_offset, tcp_ao_maclen(key));
memcpy(ao_hash, hash_buf, tcp_ao_maclen(key));
memset(ao_hash, 0, tcp_ao_maclen(key));
if (maclen != tcp_ao_maclen(key)) {
memset((u8 *)&rep.opt[offset] + tcp_ao_maclen(key->ao_key),
u8 maclen = tcp_ao_maclen(key->ao_key);
memset((u8 *)topt + tcp_ao_maclen(key->ao_key), TCPOPT_NOP,