Searched refs:RIP_AUTH_MD5_KEY_LEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/include/protocols/
H A Drouted.h98 #define RIP_AUTH_MD5_KEY_LEN RIP_AUTH_PW_LEN macro
100 #define RIP_AUTH_MD5_HASH_LEN (RIP_AUTH_MD5_KEY_LEN+RIP_AUTH_MD5_HASH_XTRA)
/freebsd-10-stable/sbin/routed/rtquery/
H A Drtquery.c399 NA0.au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
606 u_char hash[RIP_AUTH_MD5_KEY_LEN];
749 RIP_AUTH_MD5_KEY_LEN);
/freebsd-10-stable/sbin/routed/
H A Doutput.c272 na->au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
297 MD5Update(&md5_ctx, ap->key, RIP_AUTH_MD5_KEY_LEN);
H A Dinput.c1019 MD5Update(&md5_ctx, ap->key, RIP_AUTH_MD5_KEY_LEN);

Completed in 162 milliseconds