Searched refs:TCW_WHITENING_SIZE (Results 1 – 1 of 1) sorted by relevance
126 #define TCW_WHITENING_SIZE 16626 if (cc->key_size <= (cc->iv_size + TCW_WHITENING_SIZE)) { in crypt_iv_tcw_ctr() 639 tcw->whitening = kzalloc(TCW_WHITENING_SIZE, GFP_KERNEL); in crypt_iv_tcw_ctr() 652 int key_offset = cc->key_size - cc->iv_size - TCW_WHITENING_SIZE; in crypt_iv_tcw_init() 656 TCW_WHITENING_SIZE); in crypt_iv_tcw_init() 666 memset(tcw->whitening, 0, TCW_WHITENING_SIZE); in crypt_iv_tcw_wipe() 677 u8 buf[TCW_WHITENING_SIZE]; in crypt_iv_tcw_whitening() 2886 cc->key_extra_size = cc->iv_size + TCW_WHITENING_SIZE; in crypt_ctr_ivmode() 125 #define TCW_WHITENING_SIZE global() macro