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

/netbsd-current/include/protocols/
H A Drouted.h104 #define RIP_AUTH_MD5_KEY_LEN RIP_AUTH_PW_LEN macro
106 #define RIP_AUTH_MD5_HASH_LEN (RIP_AUTH_MD5_KEY_LEN+RIP_AUTH_MD5_HASH_XTRA)
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c406 NA0.au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
618 u_char hash[RIP_AUTH_MD5_KEY_LEN];
767 RIP_AUTH_MD5_KEY_LEN);
/netbsd-current/sbin/routed/
H A Doutput.c290 na->au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
315 MD5Update(&md5_ctx, ap->key, RIP_AUTH_MD5_KEY_LEN);
H A Dinput.c1018 MD5Update(&md5_ctx, ap->key, RIP_AUTH_MD5_KEY_LEN);

Completed in 80 milliseconds