Searched refs:crypto_cipher_set_flags (Results 1 – 9 of 9) sorted by relevance
/linux/include/crypto/internal/ |
H A D | cipher.h | 124 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
|
/linux/arch/powerpc/crypto/ |
H A D | aes.c | 42 crypto_cipher_set_flags(fallback, in p8_aes_init()
|
/linux/crypto/ |
H A D | essiv.c | 86 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 D | ecb.c | 63 crypto_cipher_set_flags(cipher, crypto_lskcipher_get_flags(tfm) & in lskcipher_setkey_simple2()
|
H A D | xts.c | 62 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in xts_setkey()
|
H A D | hctr2.c | 137 crypto_cipher_set_flags(tctx->blockcipher, in hctr2_setkey()
|
H A D | adiantum.c | 161 crypto_cipher_set_flags(tctx->blockcipher, in adiantum_setkey()
|
H A D | skcipher.c | 821 crypto_cipher_set_flags(cipher, crypto_skcipher_get_flags(tfm) & in skcipher_setkey_simple()
|
H A D | testmgr.c | 2795 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_FORBID_WEAK_KEYS); in test_cipher()
|