Searched refs:crypto_alg_match (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | crypto_user_base.c | 36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() function 197 alg = crypto_alg_match(p, 0); in crypto_report() 277 alg = crypto_alg_match(p, 1); in crypto_update_alg() 309 alg = crypto_alg_match(p, 1); in crypto_del_alg() 355 alg = crypto_alg_match(p, exact); in crypto_add_alg()
|
H A D | crypto_user_stat.c | 308 alg = crypto_alg_match(p, 0); in crypto_reportstat()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crypto_user_base.c | 36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() function 197 alg = crypto_alg_match(p, 0); in crypto_report() 277 alg = crypto_alg_match(p, 1); in crypto_update_alg() 309 alg = crypto_alg_match(p, 1); in crypto_del_alg() 355 alg = crypto_alg_match(p, exact); in crypto_add_alg()
|
H A D | crypto_user_stat.c | 149 alg = crypto_alg_match(p, 0); in crypto_reportstat()
|
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | cryptouser.h | 5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | cryptouser.h | 5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
|
Completed in 3 milliseconds