Lines Matching refs:be32_to_cpu
121 key[0] = be32_to_cpu(p_key[0]); /* A */ in __cast6_setkey()
122 key[1] = be32_to_cpu(p_key[1]); /* B */ in __cast6_setkey()
123 key[2] = be32_to_cpu(p_key[2]); /* C */ in __cast6_setkey()
124 key[3] = be32_to_cpu(p_key[3]); /* D */ in __cast6_setkey()
125 key[4] = be32_to_cpu(p_key[4]); /* E */ in __cast6_setkey()
126 key[5] = be32_to_cpu(p_key[5]); /* F */ in __cast6_setkey()
127 key[6] = be32_to_cpu(p_key[6]); /* G */ in __cast6_setkey()
128 key[7] = be32_to_cpu(p_key[7]); /* H */ in __cast6_setkey()
184 block[0] = be32_to_cpu(src[0]); in __cast6_encrypt()
185 block[1] = be32_to_cpu(src[1]); in __cast6_encrypt()
186 block[2] = be32_to_cpu(src[2]); in __cast6_encrypt()
187 block[3] = be32_to_cpu(src[3]); in __cast6_encrypt()
222 block[0] = be32_to_cpu(src[0]); in __cast6_decrypt()
223 block[1] = be32_to_cpu(src[1]); in __cast6_decrypt()
224 block[2] = be32_to_cpu(src[2]); in __cast6_decrypt()
225 block[3] = be32_to_cpu(src[3]); in __cast6_decrypt()