Lines Matching refs:be32_to_cpu
118 key[0] = be32_to_cpu(p_key[0]); /* A */ in __cast6_setkey()
119 key[1] = be32_to_cpu(p_key[1]); /* B */ in __cast6_setkey()
120 key[2] = be32_to_cpu(p_key[2]); /* C */ in __cast6_setkey()
121 key[3] = be32_to_cpu(p_key[3]); /* D */ in __cast6_setkey()
122 key[4] = be32_to_cpu(p_key[4]); /* E */ in __cast6_setkey()
123 key[5] = be32_to_cpu(p_key[5]); /* F */ in __cast6_setkey()
124 key[6] = be32_to_cpu(p_key[6]); /* G */ in __cast6_setkey()
125 key[7] = be32_to_cpu(p_key[7]); /* H */ in __cast6_setkey()
181 block[0] = be32_to_cpu(src[0]); in __cast6_encrypt()
182 block[1] = be32_to_cpu(src[1]); in __cast6_encrypt()
183 block[2] = be32_to_cpu(src[2]); in __cast6_encrypt()
184 block[3] = be32_to_cpu(src[3]); in __cast6_encrypt()
220 block[0] = be32_to_cpu(src[0]); in __cast6_decrypt()
221 block[1] = be32_to_cpu(src[1]); in __cast6_decrypt()
222 block[2] = be32_to_cpu(src[2]); in __cast6_decrypt()
223 block[3] = be32_to_cpu(src[3]); in __cast6_decrypt()