Lines Matching defs:tmp
234 static const char *atmel_aes_reg_name(u32 offset, char *tmp, size_t sz)
263 snprintf(tmp, sz, "KEYWR[%u]", (offset - AES_KEYWR(0)) >> 2);
270 snprintf(tmp, sz, "IDATAR[%u]", (offset - AES_IDATAR(0)) >> 2);
277 snprintf(tmp, sz, "ODATAR[%u]", (offset - AES_ODATAR(0)) >> 2);
284 snprintf(tmp, sz, "IVR[%u]", (offset - AES_IVR(0)) >> 2);
297 snprintf(tmp, sz, "GHASHR[%u]", (offset - AES_GHASHR(0)) >> 2);
304 snprintf(tmp, sz, "TAGR[%u]", (offset - AES_TAGR(0)) >> 2);
314 snprintf(tmp, sz, "GCMHR[%u]", (offset - AES_GCMHR(0)) >> 2);
324 snprintf(tmp, sz, "TWR[%u]", (offset - AES_TWR(0)) >> 2);
331 snprintf(tmp, sz, "ALPHAR[%u]", (offset - AES_ALPHAR(0)) >> 2);
335 snprintf(tmp, sz, "0x%02x", offset);
339 return tmp;
351 char tmp[16];
354 atmel_aes_reg_name(offset, tmp, sizeof(tmp)));
366 char tmp[16];
369 atmel_aes_reg_name(offset, tmp, sizeof(tmp)));
424 struct atmel_aes_dev *tmp;
428 list_for_each_entry(tmp, &atmel_aes.dev_list, list) {
429 aes_dd = tmp;
1823 u8 tmp = tweak_bytes[AES_BLOCK_SIZE - 1 - i];
1826 tweak_bytes[i] = tmp;