Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcrypto.h1249 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags() function
/Linux-v4.19/crypto/
Dskcipher.c595 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()