Searched refs:AH_MAXSUMSIZE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dah.h77 #define AH_MAXSUMSIZE 64 // sha2-512's output size macro
H A Desp_output.c210 return sizeof(struct newesp) + esp_max_ivlen() + 17 + AH_MAXSUMSIZE + sizeof(struct udphdr);
729 u_char authbuf[AH_MAXSUMSIZE] __attribute__((aligned(4)));
740 if (AH_MAXSUMSIZE < siz)
741 panic("assertion failed for AH_MAXSUMSIZE");
H A Desp_input.c283 u_char sum0[AH_MAXSUMSIZE] __attribute__((aligned(4)));
284 u_char sum[AH_MAXSUMSIZE] __attribute__((aligned(4)));
296 if (AH_MAXSUMSIZE < siz) {
298 "internal error: AH_MAXSUMSIZE must be larger than %lu\n",
858 u_char sum0[AH_MAXSUMSIZE] __attribute__((aligned(4)));
859 u_char sum[AH_MAXSUMSIZE] __attribute__((aligned(4)));
871 if (AH_MAXSUMSIZE < siz) {
873 "internal error: AH_MAXSUMSIZE must be larger than %lu\n",
H A Dah_core.c1260 u_char sumbuf[AH_MAXSUMSIZE] __attribute__((aligned(4)));
1506 u_char sumbuf[AH_MAXSUMSIZE] __attribute__((aligned(4)));
H A Desp_core.c1003 u_char sumbuf[AH_MAXSUMSIZE] __attribute__((aligned(4)));
1049 "esp_auth: AH_MAXSUMSIZE is too small: siz=%lu\n",

Completed in 115 milliseconds