Home
last modified time | relevance | path

Searched refs:crypto_skcipher_get_flags (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
Dskcipher.c42 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher()
135 crypto_skcipher_get_flags(tfm) & in skcipher_setkey_ablkcipher()
Dtestmgr.c1001 d, j, algo, crypto_skcipher_get_flags(tfm)); in __test_skcipher()
1079 d, j, algo, crypto_skcipher_get_flags(tfm)); in __test_skcipher()
/linux-4.4.14/include/crypto/
Dskcipher.h271 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags() function