Lines Matching refs:le32_to_cpu
53 ctx->KEY[0] = le32_to_cpu(key[0]); in tea_setkey()
54 ctx->KEY[1] = le32_to_cpu(key[1]); in tea_setkey()
55 ctx->KEY[2] = le32_to_cpu(key[2]); in tea_setkey()
56 ctx->KEY[3] = le32_to_cpu(key[3]); in tea_setkey()
70 y = le32_to_cpu(in[0]); in tea_encrypt()
71 z = le32_to_cpu(in[1]); in tea_encrypt()
98 y = le32_to_cpu(in[0]); in tea_decrypt()
99 z = le32_to_cpu(in[1]); in tea_decrypt()
126 ctx->KEY[0] = le32_to_cpu(key[0]); in xtea_setkey()
127 ctx->KEY[1] = le32_to_cpu(key[1]); in xtea_setkey()
128 ctx->KEY[2] = le32_to_cpu(key[2]); in xtea_setkey()
129 ctx->KEY[3] = le32_to_cpu(key[3]); in xtea_setkey()
143 y = le32_to_cpu(in[0]); in xtea_encrypt()
144 z = le32_to_cpu(in[1]); in xtea_encrypt()
163 y = le32_to_cpu(in[0]); in xtea_decrypt()
164 z = le32_to_cpu(in[1]); in xtea_decrypt()
187 y = le32_to_cpu(in[0]); in xeta_encrypt()
188 z = le32_to_cpu(in[1]); in xeta_encrypt()
207 y = le32_to_cpu(in[0]); in xeta_decrypt()
208 z = le32_to_cpu(in[1]); in xeta_decrypt()