Searched refs:res (Results 1 – 2 of 2) sorted by relevance
145 struct tcrypt_result *res = req->data; in tcrypt_complete() local150 res->err = err; in tcrypt_complete()151 complete(&res->completion); in tcrypt_complete()1277 int res; in test_pcomp() local1283 res = crypto_compress_setup(tfm, ctemplate[i].params, in test_pcomp()1285 if (res) { in test_pcomp()1287 "%d for %s: error=%d\n", i + 1, algo, res); in test_pcomp()1288 return res; in test_pcomp()1291 res = crypto_compress_init(tfm); in test_pcomp()1292 if (res) { in test_pcomp()[all …]
753 struct tcrypt_result *res = req->data; in tcrypt_complete() local758 res->err = err; in tcrypt_complete()759 complete(&res->completion); in tcrypt_complete()