aes_ccm.c | 184 aes_ccm_enc(struct aes_ccm *C, const void *in, void *out, size_t nbytes) function in typeref:typename:void 533 aes_ccm_enc(C, T[i].ptxt, bufp, 1); 534 aes_ccm_enc(C, T[i].ptxt + 1, bufp + 1, 2); 535 aes_ccm_enc(C, T[i].ptxt + 3, bufp + 3, T[i].mlen - 4); 536 aes_ccm_enc(C, T[i].ptxt + T[i].mlen - 1,
|