Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c145 struct tcrypt_result *res = req->data; in tcrypt_complete() local
150 res->err = err; in tcrypt_complete()
151 complete(&res->completion); in tcrypt_complete()
1277 int res; in test_pcomp() local
1283 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 …]
Dtcrypt.c753 struct tcrypt_result *res = req->data; in tcrypt_complete() local
758 res->err = err; in tcrypt_complete()
759 complete(&res->completion); in tcrypt_complete()