Searched refs:crypto_cipher_set_flags (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/crypto/vmx/
H A Daes.c58 crypto_cipher_set_flags(fallback, p8_aes_init()
/linux-4.1.27/crypto/
H A Dxts.c55 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & setkey()
68 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & setkey()
H A Decb.c33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & crypto_ecb_setkey()
H A Dcbc.c34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & crypto_cbc_setkey()
H A Dlrw.c88 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & setkey()
H A Dpcbc.c37 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & crypto_pcbc_setkey()
H A Dctr.c46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & crypto_ctr_setkey()
H A Dccm.c94 crypto_cipher_set_flags(tfm, crypto_aead_get_flags(aead) & crypto_ccm_setkey()
H A Dtestmgr.c866 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_WEAK_KEY); test_cipher()
/linux-4.1.27/include/linux/
H A Dcrypto.h2040 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, crypto_cipher_set_flags() function

Completed in 106 milliseconds