Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds