Home
last modified time | relevance | path

Searched refs:crypto_has_ablkcipher (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/xfrm/
Dxfrm_algo.c792 status = crypto_has_ablkcipher(ealg_list[i].name, 0, 0); in xfrm_probe_algs()
/linux-4.4.14/include/linux/
Dcrypto.h782 static inline int crypto_has_ablkcipher(const char *alg_name, u32 type, in crypto_has_ablkcipher() function