Lines Matching refs:algo
2351 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher() local
2395 algo, j, template[i].setkey_error, ret, in test_cipher()
2401 algo, j, template[i].setkey_error); in test_cipher()
2419 "on %s for %s\n", j, e, algo); in test_cipher()
2903 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp() local
2930 "on test %d for %s: ret=%d\n", i + 1, algo, in test_comp()
2941 i + 1, algo, -ret); in test_comp()
2947 "failed for %s: output len = %d\n", i + 1, algo, in test_comp()
2956 i + 1, algo); in test_comp()
2974 "on test %d for %s: ret=%d\n", i + 1, algo, in test_comp()
2981 "failed for %s: output len = %d\n", i + 1, algo, in test_comp()
2989 "failed for %s\n", i + 1, algo); in test_comp()
3009 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp() local
3046 algo); in test_acomp()
3059 i + 1, algo, -ret); in test_acomp()
3075 i + 1, algo, -ret); in test_acomp()
3083 i + 1, algo, req->dlen); in test_acomp()
3092 i + 1, algo); in test_acomp()
3123 algo); in test_acomp()
3136 i + 1, algo, -ret); in test_acomp()
3144 i + 1, algo, req->dlen); in test_acomp()
3153 i + 1, algo); in test_acomp()
3177 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng() local
3187 "for %s\n", algo); in test_cprng()
3203 "for %s\n", algo); in test_cprng()
3213 "%s (requested %d)\n", algo, in test_cprng()
3223 i, algo); in test_cprng()
3676 ptr = test_pack_u32(ptr, vecs->algo); in test_akcipher_one()
3823 const char *algo = in test_akcipher() local
3833 i + 1, algo, ret); in test_akcipher()