Searched refs:ivoff (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c123 size_t ivoff, bodyoff; local
140 ivoff = off + sizeof(struct esp);
143 ivoff = off + sizeof(struct newesp);
162 m_copydata(m, ivoff, ivlen, iv);
283 size_t ivoff, bodyoff; local
299 ivoff = off + sizeof(struct esp);
302 ivoff = off + sizeof(struct newesp);
307 m_copyback(m, ivoff, ivlen, sav->iv);
H A Desp_core.c687 size_t ivoff, bodyoff; local
718 ivoff = off + sizeof(struct esp);
728 ivoff = off + sizeof(struct esp);
733 ivoff = off + sizeof(struct newesp);
740 m_copydata(m, ivoff, ivlen, iv);
887 size_t ivoff, bodyoff; local
918 ivoff = off + sizeof(struct esp);
928 ivoff = off + sizeof(struct esp);
933 ivoff = off + sizeof(struct newesp);
941 m_copydata(m, ivoff, ivle
[all...]

Completed in 15 milliseconds