Lines Matching refs:b1
181 * b1.{mac_header,e0,security_reserved,padding}.
207 struct aes_ccm_b1 b1;
217 * ensure @a fills b1's mac_header and following fields
219 WARN_ON(sizeof(*a) != sizeof(b1) - sizeof(b1.la));
221 WARN_ON(sizeof(b1) != sizeof(struct aes_ccm_block));
230 dst_size = blen + sizeof(b0) + sizeof(b1) + zero_padding;
253 b1.la = cpu_to_be16(blen + 14);
254 memcpy(&b1.mac_header, a, sizeof(*a));
258 sg_set_buf(&sg[1], &b1, sizeof(b1));