Home
last modified time | relevance | path

Searched refs:iv_gen_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/md/
H A Ddm-crypt.c1355 if (cc->iv_gen_ops) { in crypt_convert_block_aead()
1397 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block_aead()
1448 if (cc->iv_gen_ops) { in crypt_convert_block_skcipher()
1474 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block_skcipher()
2238 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done()
2696 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key()
2783 if (cc->iv_gen_ops && cc->iv_gen_ops->dtr) in crypt_dtr()
2828 cc->iv_gen_ops = NULL; in crypt_ctr_ivmode()
3107 if (cc->iv_gen_ops && cc->iv_gen_ops->ctr) { in crypt_ctr_cipher()
3116 if (cc->iv_gen_ops && cc->iv_gen_ops->init) { in crypt_ctr_cipher()
[all …]