Searched refs:iv_gen_ops (Results 1 – 1 of 1) sorted by relevance
143 struct crypt_iv_operations *iv_gen_ops; member862 if (cc->iv_gen_ops) { in crypt_convert_block()863 r = cc->iv_gen_ops->generator(cc, iv, dmreq); in crypt_convert_block()876 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block()877 r = cc->iv_gen_ops->post(cc, iv, dmreq); in crypt_convert_block()1355 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done()1356 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); in kcryptd_async_done()1534 if (cc->iv_gen_ops && cc->iv_gen_ops->dtr) in crypt_dtr()1535 cc->iv_gen_ops->dtr(cc); in crypt_dtr()1640 cc->iv_gen_ops = NULL; in crypt_ctr_cipher()[all …]