Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h1244 static inline u32 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) in crypto_blkcipher_get_flags() function
/Linux-v4.19/crypto/
Dskcipher.c598 crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) & in skcipher_setkey_blkcipher()
Dcryptd.c230 crypto_ablkcipher_set_flags(parent, crypto_blkcipher_get_flags(child) & in cryptd_blkcipher_setkey()