Searched refs:crypto_cipher_set_flags (Results 1 – 10 of 10) sorted by relevance
| /linux-4.1.27/drivers/crypto/vmx/ |
| D | aes.c | 58 crypto_cipher_set_flags(fallback, in p8_aes_init()
|
| /linux-4.1.27/crypto/ |
| D | xts.c | 55 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey() 68 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()
|
| D | ecb.c | 33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ecb_setkey()
|
| D | cbc.c | 34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cbc_setkey()
|
| D | pcbc.c | 37 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_pcbc_setkey()
|
| D | lrw.c | 88 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in setkey()
|
| D | ctr.c | 46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ctr_setkey()
|
| D | ccm.c | 94 crypto_cipher_set_flags(tfm, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
|
| D | testmgr.c | 866 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_WEAK_KEY); in test_cipher()
|
| /linux-4.1.27/include/linux/ |
| D | crypto.h | 2040 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
|