Searched refs:ACC (Results 1 – 4 of 4) sorted by relevance
39 f9->ACC[x] ^= f9->IV[x]; in f9_done()49 cipher_descriptor[f9->cipher]->ecb_encrypt(f9->ACC, f9->ACC, &f9->key); in f9_done()54 out[x] = f9->ACC[x]; in f9_done()
43 *(LTC_FAST_TYPE_PTR_CAST(&(f9->ACC[x]))) ^= *(LTC_FAST_TYPE_PTR_CAST(&(f9->IV[x]))); in f9_process()55 f9->ACC[x] ^= f9->IV[x]; in f9_process()
48 zeromem(f9->ACC, cipher_descriptor[cipher]->block_length); in f9_init()
215 ACC[MAXBLOCKSIZE], member
Completed in 4 milliseconds