Lines Matching refs:be32_to_cpu
129 key[0] = be32_to_cpu(p_key[0]); /* A */ in __cast6_setkey()
130 key[1] = be32_to_cpu(p_key[1]); /* B */ in __cast6_setkey()
131 key[2] = be32_to_cpu(p_key[2]); /* C */ in __cast6_setkey()
132 key[3] = be32_to_cpu(p_key[3]); /* D */ in __cast6_setkey()
133 key[4] = be32_to_cpu(p_key[4]); /* E */ in __cast6_setkey()
134 key[5] = be32_to_cpu(p_key[5]); /* F */ in __cast6_setkey()
135 key[6] = be32_to_cpu(p_key[6]); /* G */ in __cast6_setkey()
136 key[7] = be32_to_cpu(p_key[7]); /* H */ in __cast6_setkey()
192 block[0] = be32_to_cpu(src[0]); in __cast6_encrypt()
193 block[1] = be32_to_cpu(src[1]); in __cast6_encrypt()
194 block[2] = be32_to_cpu(src[2]); in __cast6_encrypt()
195 block[3] = be32_to_cpu(src[3]); in __cast6_encrypt()
230 block[0] = be32_to_cpu(src[0]); in __cast6_decrypt()
231 block[1] = be32_to_cpu(src[1]); in __cast6_decrypt()
232 block[2] = be32_to_cpu(src[2]); in __cast6_decrypt()
233 block[3] = be32_to_cpu(src[3]); in __cast6_decrypt()