Searched refs:crypto_cipher_set_flags (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/crypto/vmx/ |
D | aes.c | 59 crypto_cipher_set_flags(fallback, in p8_aes_init()
|
/linux-4.4.14/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 | keywrap.c | 313 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_kw_setkey()
|
D | pcbc.c | 37 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_pcbc_setkey()
|
D | cbc.c | 34 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_cbc_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 | 100 crypto_cipher_set_flags(tfm, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
|
D | testmgr.c | 885 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_WEAK_KEY); in test_cipher()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1513 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
|