Home
last modified time | relevance | path

Searched refs:crypto_cipher_set_flags (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/internal/
H A Dcipher.h124 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
/linux/crypto/
H A Dessiv.c86 crypto_cipher_set_flags(tctx->essiv_cipher, in essiv_skcipher_setkey()
120 crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
H A Dhctr2.c104 crypto_cipher_set_flags(tctx->blockcipher, in hctr2_setkey()
H A Dtestmgr.c2753 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()