Lines Matching defs:authctr
714 size_t nbytes, uint8_t authctr[32], uint32_t nrounds)
732 w[0] = le32dec(authctr + 4*0);
733 w[1] = le32dec(authctr + 4*1);
734 w[2] = le32dec(authctr + 4*2);
735 w[3] = le32dec(authctr + 4*3);
738 c0 = le32dec(authctr + 16 + 4*0);
739 c1 = le32dec(authctr + 16 + 4*1);
740 c2 = le32dec(authctr + 16 + 4*2);
741 c3be = bswap32(le32dec(authctr + 16 + 4*3));
775 le32enc(authctr + 4*0, w[0]);
776 le32enc(authctr + 4*1, w[1]);
777 le32enc(authctr + 4*2, w[2]);
778 le32enc(authctr + 4*3, w[3]);
781 le32enc(authctr + 16 + 4*3, bswap32(c3be));
790 size_t nbytes, uint8_t authctr[32], uint32_t nrounds)
809 c0 = le32dec(authctr + 16 + 4*0);
810 c1 = le32dec(authctr + 16 + 4*1);
811 c2 = le32dec(authctr + 16 + 4*2);
812 c3be = bswap32(le32dec(authctr + 16 + 4*3));
833 w[0] = le32dec(authctr + 4*0);
834 w[1] = le32dec(authctr + 4*1);
835 w[2] = le32dec(authctr + 4*2);
836 w[3] = le32dec(authctr + 4*3);
890 le32enc(authctr + 4*0, w[0]);
891 le32enc(authctr + 4*1, w[1]);
892 le32enc(authctr + 4*2, w[2]);
893 le32enc(authctr + 4*3, w[3]);
896 le32enc(authctr + 16 + 4*3, bswap32(c3be));