aes_ccm.c | 88 const uint8_t *nonce, unsigned noncelen, const void *ad, size_t adlen, 100 KASSERT(noncelen == 15 - L); 112 memcpy(auth + 1, nonce, noncelen); 114 KASSERT(i < 16 - 1 - noncelen); 176 memcpy(ctr + 1, nonce, noncelen); 177 memset(ctr + 1 + noncelen, 0, 16 - 1 - noncelen); 373 size_t noncelen; member in struct:__anon2f26520f0108 516 const unsigned noncelen = 13; local in function:aes_ccm_selftest 531 aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen, [all...] |