Home
last modified time | relevance | path

Searched refs:crypto_alg_match (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/crypto/
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()
Dcrypto_user_stat.c308 alg = crypto_alg_match(p, 0); in crypto_reportstat()
/Linux-v6.1/include/crypto/internal/
Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);