Lines Matching refs:swab32
598 rs[0] = swab32(s[3]); in tnepres_encrypt()
599 rs[1] = swab32(s[2]); in tnepres_encrypt()
600 rs[2] = swab32(s[1]); in tnepres_encrypt()
601 rs[3] = swab32(s[0]); in tnepres_encrypt()
605 d[0] = swab32(rd[3]); in tnepres_encrypt()
606 d[1] = swab32(rd[2]); in tnepres_encrypt()
607 d[2] = swab32(rd[1]); in tnepres_encrypt()
608 d[3] = swab32(rd[0]); in tnepres_encrypt()
618 rs[0] = swab32(s[3]); in tnepres_decrypt()
619 rs[1] = swab32(s[2]); in tnepres_decrypt()
620 rs[2] = swab32(s[1]); in tnepres_decrypt()
621 rs[3] = swab32(s[0]); in tnepres_decrypt()
625 d[0] = swab32(rd[3]); in tnepres_decrypt()
626 d[1] = swab32(rd[2]); in tnepres_decrypt()
627 d[2] = swab32(rd[1]); in tnepres_decrypt()
628 d[3] = swab32(rd[0]); in tnepres_decrypt()