Lines Matching refs:mask
66 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() argument
146 u32 type, u32 mask);
1758 static int alloc_shash(const char *driver, u32 type, u32 mask, in alloc_shash() argument
1765 tfm = crypto_alloc_shash(driver, type, mask); in alloc_shash()
1793 u32 type, u32 mask, in __alg_test_hash() argument
1811 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
1831 err = alloc_shash(driver, type, mask, &stfm, &desc); in __alg_test_hash()
1878 u32 type, u32 mask) in alg_test_hash() argument
1908 err = __alg_test_hash(template, nr_unkeyed, driver, type, mask, in alg_test_hash()
1914 err = __alg_test_hash(template, nr_keyed, driver, type, mask, in alg_test_hash()
2546 u32 type, u32 mask) in alg_test_aead() argument
2559 tfm = crypto_alloc_aead(driver, type, mask); in alg_test_aead()
3114 const char *driver, u32 type, u32 mask) in alg_test_skcipher() argument
3127 tfm = crypto_alloc_skcipher(driver, type, mask); in alg_test_skcipher()
3505 const char *driver, u32 type, u32 mask) in alg_test_cipher() argument
3511 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
3527 u32 type, u32 mask) in alg_test_comp() argument
3535 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp()
3547 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()
3565 const char *driver, u32 type, u32 mask) in alg_test_crc32c() argument
3571 err = alg_test_hash(desc, driver, type, mask); in alg_test_crc32c()
3575 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
3618 u32 type, u32 mask) in alg_test_cprng() argument
3623 rng = crypto_alloc_rng(driver, type, mask); in alg_test_cprng()
3639 const char *driver, u32 type, u32 mask) in drbg_cavs_test() argument
3650 drng = crypto_alloc_rng(driver, type, mask); in drbg_cavs_test()
3707 u32 type, u32 mask) in alg_test_drbg() argument
3719 err = drbg_cavs_test(&template[i], pr, driver, type, mask); in alg_test_drbg()
3890 u32 type, u32 mask) in alg_test_kpp() argument
3895 tfm = crypto_alloc_kpp(driver, type, mask); in alg_test_kpp()
4118 const char *driver, u32 type, u32 mask) in alg_test_akcipher() argument
4123 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
4138 const char *driver, u32 type, u32 mask) in alg_test_null() argument
5621 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() argument
5648 rc = alg_test_cipher(alg_test_descs + i, driver, type, mask); in alg_test()
5664 type, mask); in alg_test()
5667 type, mask); in alg_test()