Lines Matching refs:mask
46 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() argument
132 u32 type, u32 mask);
1507 u32 type, u32 mask) in alg_test_aead() argument
1512 tfm = crypto_alloc_aead(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_aead()
1536 const char *driver, u32 type, u32 mask) in alg_test_cipher() argument
1541 tfm = crypto_alloc_cipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_cipher()
1565 const char *driver, u32 type, u32 mask) in alg_test_skcipher() argument
1570 tfm = crypto_alloc_skcipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_skcipher()
1594 u32 type, u32 mask) in alg_test_comp() argument
1599 tfm = crypto_alloc_comp(driver, type, mask); in alg_test_comp()
1616 u32 type, u32 mask) in alg_test_hash() argument
1621 tfm = crypto_alloc_ahash(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_hash()
1639 const char *driver, u32 type, u32 mask) in alg_test_crc32c() argument
1645 err = alg_test_hash(desc, driver, type, mask); in alg_test_crc32c()
1649 tfm = crypto_alloc_shash(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_crc32c()
1686 u32 type, u32 mask) in alg_test_cprng() argument
1691 rng = crypto_alloc_rng(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_cprng()
1707 const char *driver, u32 type, u32 mask) in drbg_cavs_test() argument
1718 drng = crypto_alloc_rng(driver, type | CRYPTO_ALG_INTERNAL, mask); in drbg_cavs_test()
1775 u32 type, u32 mask) in alg_test_drbg() argument
1787 err = drbg_cavs_test(&template[i], pr, driver, type, mask); in alg_test_drbg()
1907 u32 type, u32 mask) in alg_test_kpp() argument
1912 tfm = crypto_alloc_kpp(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_kpp()
2066 const char *driver, u32 type, u32 mask) in alg_test_akcipher() argument
2071 tfm = crypto_alloc_akcipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_akcipher()
2086 const char *driver, u32 type, u32 mask) in alg_test_null() argument
4192 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() argument
4219 rc = alg_test_cipher(alg_test_descs + i, driver, type, mask); in alg_test()
4235 type, mask); in alg_test()
4238 type, mask); in alg_test()