Home
last modified time | relevance | path

Searched refs:crypto_cipher_get_flags (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/crypto/vmx/
Daes.c59 crypto_cipher_get_flags((struct crypto_cipher *) tfm)); in p8_aes_init()
/linux-4.1.27/crypto/
Dxts.c61 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()
Decb.c36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
Dansi_cprng.c316 crypto_cipher_get_flags(ctx->tfm)); in reset_prng_context()
Dcbc.c37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
Dpcbc.c40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
Dlrw.c93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
Dctr.c49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
Dccm.c97 crypto_aead_set_flags(aead, crypto_cipher_get_flags(tfm) & in crypto_ccm_setkey()
Dtestmgr.c873 algo, crypto_cipher_get_flags(tfm)); in test_cipher()
/linux-4.1.27/include/linux/
Dcrypto.h2035 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags() function