Searched refs:crypto_cipher_set_flags (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/crypto/vmx/ |
D | aes.c | 52 crypto_cipher_set_flags(fallback, in p8_aes_init()
|
/Linux-v4.19/crypto/ |
D | cbc.c | 35 crypto_cipher_set_flags(child, crypto_skcipher_get_flags(parent) & in crypto_cbc_setkey()
|
D | ecb.c | 33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ecb_setkey()
|
D | keywrap.c | 281 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_kw_setkey()
|
D | pcbc.c | 38 crypto_cipher_set_flags(child, crypto_skcipher_get_flags(parent) & in crypto_pcbc_setkey()
|
D | cfb.c | 197 crypto_cipher_set_flags(child, crypto_skcipher_get_flags(parent) & in crypto_cfb_setkey()
|
D | ctr.c | 46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ctr_setkey()
|
D | xts.c | 79 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in setkey()
|
D | testmgr.c | 1059 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_WEAK_KEY); in test_cipher()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 1534 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function
|