Home
last modified time | relevance | path

Searched refs:crypto_cipher_set_flags (Results 1 – 2 of 2) 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 Dtestmgr.c2759 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()