Searched refs:iv_gen_ops (Results 1 – 1 of 1) sorted by relevance
144 struct crypt_iv_operations *iv_gen_ops; member863 if (cc->iv_gen_ops) { in crypt_convert_block()864 r = cc->iv_gen_ops->generator(cc, iv, dmreq); in crypt_convert_block()877 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block()878 r = cc->iv_gen_ops->post(cc, iv, dmreq); in crypt_convert_block()1372 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done()1373 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); in kcryptd_async_done()1554 if (cc->iv_gen_ops && cc->iv_gen_ops->dtr) in crypt_dtr()1555 cc->iv_gen_ops->dtr(cc); in crypt_dtr()1660 cc->iv_gen_ops = NULL; in crypt_ctr_cipher()[all …]