Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrypto.h1431 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags() function
/Linux-v5.4/crypto/
Dskcipher.c606 crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_blkcipher()