Lines Matching defs:authctr0
732 uint8_t out[static 16], size_t nbytes, uint8_t authctr0[static 32],
743 if ((uintptr_t)authctr0 & 0xf) {
744 memcpy(authctrbuf, authctr0, 16);
748 authctr = authctr0;
751 c0 = le32dec(authctr0 + 16 + 4*0);
752 c1 = le32dec(authctr0 + 16 + 4*1);
753 c2 = le32dec(authctr0 + 16 + 4*2);
754 c3 = be32dec(authctr0 + 16 + 4*3);
778 if ((uintptr_t)authctr0 & 0xf) {
779 memcpy(authctr0, authctrbuf, 16);
783 le32enc(authctr0 + 16 + 4*0, c0);
784 le32enc(authctr0 + 16 + 4*1, c1);
785 le32enc(authctr0 + 16 + 4*2, c2);
786 be32enc(authctr0 + 16 + 4*3, c3);
798 uint8_t out[static 16], size_t nbytes, uint8_t authctr0[static 32],
809 c0 = le32dec(authctr0 + 16 + 4*0);
810 c1 = le32dec(authctr0 + 16 + 4*1);
811 c2 = le32dec(authctr0 + 16 + 4*2);
812 c3 = be32dec(authctr0 + 16 + 4*3);
814 if ((uintptr_t)authctr0 & 0xf) {
815 memcpy(authctrbuf, authctr0, 16);
822 authctr = authctr0;
844 if ((uintptr_t)authctr0 & 0xf) {
845 memcpy(authctr0, authctrbuf, 16);
849 le32enc(authctr0 + 16 + 4*0, c0);
850 le32enc(authctr0 + 16 + 4*1, c1);
851 le32enc(authctr0 + 16 + 4*2, c2);
852 be32enc(authctr0 + 16 + 4*3, c3);