Lines Matching defs:authctr
648 size_t nbytes, uint8_t authctr[32], uint32_t nrounds)
661 q[2*0] = le32dec(authctr + 4*0);
662 q[2*1] = le32dec(authctr + 4*1);
663 q[2*2] = le32dec(authctr + 4*2);
664 q[2*3] = le32dec(authctr + 4*3);
667 c0 = le32dec(authctr + 16 + 4*0);
668 c1 = le32dec(authctr + 16 + 4*1);
669 c2 = le32dec(authctr + 16 + 4*2);
670 c3 = be32dec(authctr + 16 + 4*3);
698 le32enc(authctr + 4*0, q[2*0]);
699 le32enc(authctr + 4*1, q[2*1]);
700 le32enc(authctr + 4*2, q[2*2]);
701 le32enc(authctr + 4*3, q[2*3]);
704 be32enc(authctr + 16 + 4*3, c3);
713 size_t nbytes, uint8_t authctr[32], uint32_t nrounds)
727 c0 = le32dec(authctr + 16 + 4*0);
728 c1 = le32dec(authctr + 16 + 4*1);
729 c2 = le32dec(authctr + 16 + 4*2);
730 c3 = be32dec(authctr + 16 + 4*3);
750 q[2*0 + 1] = le32dec(authctr + 4*0);
751 q[2*1 + 1] = le32dec(authctr + 4*1);
752 q[2*2 + 1] = le32dec(authctr + 4*2);
753 q[2*3 + 1] = le32dec(authctr + 4*3);
801 le32enc(authctr + 4*0, q[2*0 + 1]);
802 le32enc(authctr + 4*1, q[2*1 + 1]);
803 le32enc(authctr + 4*2, q[2*2 + 1]);
804 le32enc(authctr + 4*3, q[2*3 + 1]);
807 be32enc(authctr + 16 + 4*3, c3);