Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_pfsync.h115 u_int8_t pfcksum[PF_MD5_DIGEST_LENGTH];
H A Dpfvar.h56 #define PF_MD5_DIGEST_LENGTH 16 macro
58 #if PF_MD5_DIGEST_LENGTH != MD5_DIGEST_LENGTH
1232 u_int8_t pf_chksum[PF_MD5_DIGEST_LENGTH];
H A Dpf_ioctl.c904 u_int8_t digest[PF_MD5_DIGEST_LENGTH]; in pf_calc_chksum()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c532 char buf[PF_MD5_DIGEST_LENGTH * 2 + 1]; in print_status()
563 for (i = 0; i < PF_MD5_DIGEST_LENGTH; i++) { in print_status()