Lines Matching refs:alg_flags
80 static int eip93_algo_is_supported(u32 alg_flags, u32 supported_algo_flags) in eip93_algo_is_supported() argument
82 if ((IS_DES(alg_flags) || IS_3DES(alg_flags)) && in eip93_algo_is_supported()
86 if (IS_AES(alg_flags) && in eip93_algo_is_supported()
90 if (IS_HASH_MD5(alg_flags) && in eip93_algo_is_supported()
94 if (IS_HASH_SHA1(alg_flags) && in eip93_algo_is_supported()
98 if (IS_HASH_SHA224(alg_flags) && in eip93_algo_is_supported()
102 if (IS_HASH_SHA256(alg_flags) && in eip93_algo_is_supported()
138 u32 alg_flags = eip93_algs[i]->flags; in eip93_register_algs() local
142 if (!eip93_algo_is_supported(alg_flags, supported_algo_flags)) in eip93_register_algs()
145 if (IS_AES(alg_flags) && !IS_HMAC(alg_flags)) { in eip93_register_algs()
158 if (IS_RFC3686(alg_flags)) in eip93_register_algs()