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

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

Completed in 117 milliseconds