Home | History | Annotate | Download | only in headers

Lines Matching refs:tweak

281     /** the tweak key */
282 tweak[16],
284 /** The current pad, it's the product of the first 15 bytes against the tweak key */
424 @param tweak The LRW tweak
428 int (*accel_lrw_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigned char *IV, const unsigned char *tweak, symmetric_key *skey);
435 @param tweak The LRW tweak
439 int (*accel_lrw_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, unsigned char *IV, const unsigned char *tweak, symmetric_key *skey);
800 const unsigned char *tweak,