Home
last modified time | relevance | path

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

/Linux-v5.4/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()
275 alg = crypto_alg_match(p, 1); in crypto_update_alg()
307 alg = crypto_alg_match(p, 1); in crypto_del_alg()
352 alg = crypto_alg_match(p, exact); in crypto_add_alg()
Dcrypto_user_stat.c312 alg = crypto_alg_match(p, 0); in crypto_reportstat()
/Linux-v5.4/include/crypto/internal/
Dcryptouser.h5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);