Searched refs:whitening (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/md/ |
| D | dm-crypt.c | 122 u8 *whitening; member 571 kfree_sensitive(tcw->whitening); in crypt_iv_tcw_dtr() 572 tcw->whitening = NULL; in crypt_iv_tcw_dtr() 602 tcw->whitening = kzalloc(TCW_WHITENING_SIZE, GFP_KERNEL); in crypt_iv_tcw_ctr() 603 if (!tcw->iv_seed || !tcw->whitening) { in crypt_iv_tcw_ctr() 618 memcpy(tcw->whitening, &cc->key[key_offset + cc->iv_size], in crypt_iv_tcw_init() 629 memset(tcw->whitening, 0, TCW_WHITENING_SIZE); in crypt_iv_tcw_wipe() 645 crypto_xor_cpy(buf, tcw->whitening, (u8 *)§or, 8); in crypt_iv_tcw_whitening() 646 crypto_xor_cpy(&buf[8], tcw->whitening + 8, (u8 *)§or, 8); in crypt_iv_tcw_whitening()
|
| /Linux-v6.1/crypto/ |
| D | Kconfig | 1289 This RNG does not perform any cryptographic whitening of the generated
|