Home
last modified time | relevance | path

Searched refs:crypto_alg_match (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dcrypto_user_base.c36 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 Dcrypto_user_stat.c308 alg = crypto_alg_match(p, 0); in crypto_reportstat()
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_user_base.c36 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 Dcrypto_user_stat.c149 alg = crypto_alg_match(p, 0); in crypto_reportstat()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);

Completed in 3 milliseconds