Searched refs:in_tmp (Results 1 – 1 of 1) sorted by relevance
122 unsigned char in_tmp[48]; in ctr_BCC_blocks() local125 memcpy(in_tmp, in, 16); in ctr_BCC_blocks()126 memcpy(in_tmp + 16, in, 16); in ctr_BCC_blocks()128 memcpy(in_tmp + 32, in, 16); in ctr_BCC_blocks()131 return ctr_BCC_block(ctr, ctr->KX, in_tmp, AES_BLOCK_SIZE * num_of_blk); in ctr_BCC_blocks()
Completed in 4 milliseconds