• Home
  • Raw
  • Download

Lines Matching refs:mask

62 int alg_test(const char *driver, const char *alg, u32 type, u32 mask)  in alg_test()  argument
128 u32 type, u32 mask);
1675 static int alloc_shash(const char *driver, u32 type, u32 mask, in alloc_shash() argument
1682 tfm = crypto_alloc_shash(driver, type, mask); in alloc_shash()
1710 u32 type, u32 mask, in __alg_test_hash() argument
1728 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
1747 err = alloc_shash(driver, type, mask, &stfm, &desc); in __alg_test_hash()
1795 u32 type, u32 mask) in alg_test_hash() argument
1825 err = __alg_test_hash(template, nr_unkeyed, driver, type, mask, in alg_test_hash()
1831 err = __alg_test_hash(template, nr_keyed, driver, type, mask, in alg_test_hash()
2295 u32 type, u32 mask) in alg_test_aead() argument
2308 tfm = crypto_alloc_aead(driver, type, mask); in alg_test_aead()
2845 const char *driver, u32 type, u32 mask) in alg_test_skcipher() argument
2858 tfm = crypto_alloc_skcipher(driver, type, mask); in alg_test_skcipher()
3236 const char *driver, u32 type, u32 mask) in alg_test_cipher() argument
3242 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
3258 u32 type, u32 mask) in alg_test_comp() argument
3266 acomp = crypto_alloc_acomp(driver, type, mask); in alg_test_comp()
3278 comp = crypto_alloc_comp(driver, type, mask); in alg_test_comp()
3296 const char *driver, u32 type, u32 mask) in alg_test_crc32c() argument
3302 err = alg_test_hash(desc, driver, type, mask); in alg_test_crc32c()
3306 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
3348 u32 type, u32 mask) in alg_test_cprng() argument
3353 rng = crypto_alloc_rng(driver, type, mask); in alg_test_cprng()
3369 const char *driver, u32 type, u32 mask) in drbg_cavs_test() argument
3380 drng = crypto_alloc_rng(driver, type, mask); in drbg_cavs_test()
3437 u32 type, u32 mask) in alg_test_drbg() argument
3449 err = drbg_cavs_test(&template[i], pr, driver, type, mask); in alg_test_drbg()
3620 u32 type, u32 mask) in alg_test_kpp() argument
3625 tfm = crypto_alloc_kpp(driver, type, mask); in alg_test_kpp()
3840 const char *driver, u32 type, u32 mask) in alg_test_akcipher() argument
3845 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
3860 const char *driver, u32 type, u32 mask) in alg_test_null() argument
5194 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() argument
5221 rc = alg_test_cipher(alg_test_descs + i, driver, type, mask); in alg_test()
5237 type, mask); in alg_test()
5240 type, mask); in alg_test()