Searched refs:__crypto_alg_lookup (Results 1 - 1 of 1) sorted by last modified time

/linux-master/crypto/
H A Dapi.c56 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, function
139 alg = __crypto_alg_lookup(name, type, mask);
245 alg = __crypto_alg_lookup(name, (type | test) & ~fips,
259 alg = __crypto_alg_lookup(name, type, mask);

Completed in 148 milliseconds