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