Searched refs:crypto_alg_lookup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | api.c | 193 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup() function 228 alg = crypto_alg_lookup(name, type, mask); in crypto_larval_lookup() 236 alg = crypto_alg_lookup(name, type, mask); in crypto_larval_lookup()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | api.c | 234 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup() function 282 alg = crypto_alg_lookup(name, type, mask); in crypto_larval_lookup() 290 alg = crypto_alg_lookup(name, type, mask); in crypto_larval_lookup()
|
Completed in 3 milliseconds