Searched refs:iv_gen_ops (Results 1 – 1 of 1) sorted by relevance
140 struct crypt_iv_operations *iv_gen_ops; member725 if (cc->iv_gen_ops) { in crypt_convert_block()726 r = cc->iv_gen_ops->generator(cc, iv, dmreq); in crypt_convert_block()739 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block()740 r = cc->iv_gen_ops->post(cc, iv, dmreq); in crypt_convert_block()1203 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done()1204 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); in kcryptd_async_done()1395 if (cc->iv_gen_ops && cc->iv_gen_ops->dtr) in crypt_dtr()1396 cc->iv_gen_ops->dtr(cc); in crypt_dtr()1520 cc->iv_gen_ops = NULL; in crypt_ctr_cipher()[all …]