Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dskcipher.c45 crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) & in skcipher_setkey_blkcipher()
138 crypto_skcipher_set_flags(tfm, in skcipher_setkey_ablkcipher()
Dtestmgr.c994 crypto_skcipher_set_flags(tfm, in __test_skcipher()
1072 crypto_skcipher_set_flags(tfm, in __test_skcipher()
/linux-4.4.14/include/crypto/
Dskcipher.h276 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags() function