Searched refs:crypto_cipher_get_flags (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/crypto/vmx/ |
D | aes.c | 60 crypto_cipher_get_flags((struct in p8_aes_init()
|
/linux-4.4.14/crypto/ |
D | xts.c | 61 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey() 74 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
|
D | ecb.c | 36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
|
D | keywrap.c | 316 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_kw_setkey()
|
D | pcbc.c | 40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
|
D | cbc.c | 37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
|
D | ansi_cprng.c | 314 crypto_cipher_get_flags(ctx->tfm)); in reset_prng_context()
|
D | lrw.c | 93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
|
D | ctr.c | 49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
|
D | ccm.c | 103 crypto_aead_set_flags(aead, crypto_cipher_get_flags(tfm) & in crypto_ccm_setkey()
|
D | testmgr.c | 892 algo, crypto_cipher_get_flags(tfm)); in test_cipher()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1508 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags() function
|