Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dcrypto.h1249 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags() function
/linux-4.19.296/crypto/
Dskcipher.c610 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher()
Dcryptd.c227 crypto_blkcipher_set_flags(child, crypto_ablkcipher_get_flags(parent) & in cryptd_blkcipher_setkey()