tmp3 128 source4/heimdal/lib/hcrypto/evp-aes-cts.c unsigned char tmp3[AES_BLOCK_SIZE]; tmp3 146 source4/heimdal/lib/hcrypto/evp-aes-cts.c memcpy(tmp3, in + AES_BLOCK_SIZE, len); tmp3 147 source4/heimdal/lib/hcrypto/evp-aes-cts.c memcpy(tmp3 + len, tmp2 + len, AES_BLOCK_SIZE - len); /* xor 0 */ tmp3 150 source4/heimdal/lib/hcrypto/evp-aes-cts.c out[i + AES_BLOCK_SIZE] = tmp2[i] ^ tmp3[i]; tmp3 152 source4/heimdal/lib/hcrypto/evp-aes-cts.c AES_decrypt(tmp3, out, key);