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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c55 #define AES_BLOCKLEN 16 macro
124 u_int8_t iv[AES_BLOCKLEN], *dptr;
125 u_int8_t sbuf[AES_BLOCKLEN], *sp;
131 if (ivlen != AES_BLOCKLEN) {
153 if ((m->m_pkthdr.len - bodyoff) % AES_BLOCKLEN) {
156 algo->name, AES_BLOCKLEN));
188 if (sn + AES_BLOCKLEN <= s->m_len) {
192 len -= len % AES_BLOCKLEN; // full blocks only
195 m_copydata(s, sn, AES_BLOCKLEN, sbuf);
197 len = AES_BLOCKLEN; //
[all...]

Completed in 21 milliseconds