Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/vmx/
Daes.c60 crypto_cipher_get_flags((struct in p8_aes_init()
/linux-4.4.14/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()
Dkeywrap.c316 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_kw_setkey()
Dpcbc.c40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
Dcbc.c37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
Dansi_cprng.c314 crypto_cipher_get_flags(ctx->tfm)); in reset_prng_context()
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.c103 crypto_aead_set_flags(aead, crypto_cipher_get_flags(tfm) & in crypto_ccm_setkey()
Dtestmgr.c892 algo, crypto_cipher_get_flags(tfm)); in test_cipher()
/linux-4.4.14/include/linux/
Dcrypto.h1508 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags() function