Searched refs:crypto_skcipher_get_flags (Results 1 – 3 of 3) sorted by relevance
42 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher()135 crypto_skcipher_get_flags(tfm) & in skcipher_setkey_ablkcipher()
1001 d, j, algo, crypto_skcipher_get_flags(tfm)); in __test_skcipher()1079 d, j, algo, crypto_skcipher_get_flags(tfm)); in __test_skcipher()
271 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags() function