Lines Matching refs:le32_to_cpu
48 ctx->KEY[0] = le32_to_cpu(key[0]); in tea_setkey()
49 ctx->KEY[1] = le32_to_cpu(key[1]); in tea_setkey()
50 ctx->KEY[2] = le32_to_cpu(key[2]); in tea_setkey()
51 ctx->KEY[3] = le32_to_cpu(key[3]); in tea_setkey()
65 y = le32_to_cpu(in[0]); in tea_encrypt()
66 z = le32_to_cpu(in[1]); in tea_encrypt()
93 y = le32_to_cpu(in[0]); in tea_decrypt()
94 z = le32_to_cpu(in[1]); in tea_decrypt()
121 ctx->KEY[0] = le32_to_cpu(key[0]); in xtea_setkey()
122 ctx->KEY[1] = le32_to_cpu(key[1]); in xtea_setkey()
123 ctx->KEY[2] = le32_to_cpu(key[2]); in xtea_setkey()
124 ctx->KEY[3] = le32_to_cpu(key[3]); in xtea_setkey()
138 y = le32_to_cpu(in[0]); in xtea_encrypt()
139 z = le32_to_cpu(in[1]); in xtea_encrypt()
158 y = le32_to_cpu(in[0]); in xtea_decrypt()
159 z = le32_to_cpu(in[1]); in xtea_decrypt()
182 y = le32_to_cpu(in[0]); in xeta_encrypt()
183 z = le32_to_cpu(in[1]); in xeta_encrypt()
202 y = le32_to_cpu(in[0]); in xeta_decrypt()
203 z = le32_to_cpu(in[1]); in xeta_decrypt()