Home
last modified time | relevance | path

Searched refs:CRYPTO_ALG_TESTED (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/
A Dalgboss.c148 param->type.data.type = larval->alg.cra_flags & ~CRYPTO_ALG_TESTED; in cryptomgr_schedule_probe()
149 param->type.data.mask = larval->mask & ~CRYPTO_ALG_TESTED; in cryptomgr_schedule_probe()
184 if (type & CRYPTO_ALG_TESTED) in cryptomgr_test()
187 err = alg_test(param->driver, param->alg, type, CRYPTO_ALG_TESTED); in cryptomgr_test()
215 type |= CRYPTO_ALG_TESTED; in cryptomgr_schedule_test()
A Dapi.c224 !(alg->cra_flags & CRYPTO_ALG_TESTED)) in crypto_larval_wait()
239 if (!((type | mask) & CRYPTO_ALG_TESTED)) in crypto_alg_lookup()
240 test |= CRYPTO_ALG_TESTED; in crypto_alg_lookup()
A Dproc.c46 (alg->cra_flags & CRYPTO_ALG_TESTED) ? in c_show()
A Dalgapi.c227 alg->cra_flags | CRYPTO_ALG_TESTED, 0); in crypto_alloc_test_larval()
257 alg->cra_flags &= ~CRYPTO_ALG_TESTED; in __crypto_register_alg()
288 alg->cra_flags |= CRYPTO_ALG_TESTED; in __crypto_register_alg()
328 alg->cra_flags |= CRYPTO_ALG_TESTED; in crypto_alg_tested()
/linux/include/linux/
A Dcrypto.h74 #define CRYPTO_ALG_TESTED 0x00000400 macro

Completed in 10 milliseconds