Lines Matching refs:swab32
589 rs[0] = swab32(s[3]); in tnepres_encrypt()
590 rs[1] = swab32(s[2]); in tnepres_encrypt()
591 rs[2] = swab32(s[1]); in tnepres_encrypt()
592 rs[3] = swab32(s[0]); in tnepres_encrypt()
596 d[0] = swab32(rd[3]); in tnepres_encrypt()
597 d[1] = swab32(rd[2]); in tnepres_encrypt()
598 d[2] = swab32(rd[1]); in tnepres_encrypt()
599 d[3] = swab32(rd[0]); in tnepres_encrypt()
609 rs[0] = swab32(s[3]); in tnepres_decrypt()
610 rs[1] = swab32(s[2]); in tnepres_decrypt()
611 rs[2] = swab32(s[1]); in tnepres_decrypt()
612 rs[3] = swab32(s[0]); in tnepres_decrypt()
616 d[0] = swab32(rd[3]); in tnepres_decrypt()
617 d[1] = swab32(rd[2]); in tnepres_decrypt()
618 d[2] = swab32(rd[1]); in tnepres_decrypt()
619 d[3] = swab32(rd[0]); in tnepres_decrypt()