/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 1073 bool all_contig, bool encrypt) in init_aead_job() 1134 bool all_contig, bool encrypt) in init_gcm_job() 1164 bool encrypt) in init_chachapoly_job() 1198 bool all_contig, bool encrypt) in init_authenc_job() 1251 const bool encrypt) in init_skcipher_job() 1307 bool encrypt) in aead_edesc_alloc() 1472 static inline int chachapoly_crypt(struct aead_request *req, bool encrypt) in chachapoly_crypt() 1506 static inline int aead_crypt(struct aead_request *req, bool encrypt) in aead_crypt() 1565 static inline int gcm_crypt(struct aead_request *req, bool encrypt) in gcm_crypt() 1810 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt()
|
H A D | caamalg_qi.c | 942 bool encrypt) in aead_edesc_alloc() 1161 static inline int aead_crypt(struct aead_request *req, bool encrypt) in aead_crypt() 1255 bool encrypt) in skcipher_edesc_alloc() 1420 static inline int skcipher_crypt(struct skcipher_request *req, bool encrypt) in skcipher_crypt()
|
/linux/net/ceph/ |
H A D | crypto.c | 207 static int ceph_aes_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_aes_crypt() 271 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt()
|
/linux/include/linux/ |
H A D | bpf_crypto.h | 12 int (*encrypt)(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *iv); member
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-aes.c | 38 bool encrypt; member 62 bool encrypt; member 132 static int tegra234_aes_crypto_cfg(u32 alg, bool encrypt) in tegra234_aes_crypto_cfg() 168 static int tegra234_aes_cfg(u32 alg, bool encrypt) in tegra234_aes_cfg() 477 static int tegra_aes_crypt(struct skcipher_request *req, bool encrypt) in tegra_aes_crypt() 1428 static int tegra_aead_crypt(struct aead_request *req, bool encrypt) in tegra_aead_crypt()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | crypto_sanity.c | 49 static void do_crypt_afalg(const void *src, void *dst, int size, bool encrypt) in do_crypt_afalg()
|
/linux/drivers/crypto/ccp/ |
H A D | ccp-dev-v5.c | 95 u16 encrypt:1; member 101 u16 encrypt:1; member 107 u16 encrypt:1; member
|
H A D | ccp-crypto-aes-xts.c | 105 unsigned int encrypt) in ccp_aes_xts_crypt()
|
H A D | ccp-crypto-aes-galois.c | 76 static int ccp_aes_gcm_crypt(struct aead_request *req, bool encrypt) in ccp_aes_gcm_crypt()
|
H A D | ccp-crypto-rsa.c | 64 static int ccp_rsa_crypt(struct akcipher_request *req, bool encrypt) in ccp_rsa_crypt()
|
/linux/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 630 *sec_alg_alloc_and_fill_el(struct sec_bd_info *template, int encrypt, in sec_alg_alloc_and_fill_el() 708 bool encrypt) in sec_alg_skcipher_crypto()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.h | 40 bool encrypt; member
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.h | 55 bool encrypt; member
|
/linux/include/crypto/ |
H A D | aead.h | 143 int (*encrypt)(struct aead_request *req); member
|
/linux/lib/crypto/ |
H A D | chacha20poly1305.c | 215 int encrypt) in chacha20poly1305_crypt_sg_inplace()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | macsec.c | 136 bool encrypt; member 337 struct mlx5e_macsec_sa *sa, bool encrypt, in mlx5e_macsec_init_sa_fs() 366 bool encrypt, bool is_tx, u32 *fs_id) in mlx5e_macsec_init_sa()
|
/linux/drivers/crypto/ |
H A D | padlock-aes.c | 66 struct cword encrypt; member
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_security.h | 191 #define SET_ICE_IV_LEN(iv_len, icv_len, encrypt)\ argument
|
H A D | rtw_xmit.h | 144 u8 encrypt; /* when 0 indicates no encryption; when non-zero, indicates the encryption algorithm */ member
|
/linux/fs/f2fs/ |
H A D | namei.c | 228 bool encrypt = false; in f2fs_new_inode() local
|
/linux/drivers/md/ |
H A D | dm-integrity.c | 880 static void xor_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, in xor_journal() 952 static bool do_crypt(bool encrypt, struct skcipher_request *req, struct journal_completion *comp) in do_crypt() 975 static void crypt_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, in crypt_journal() 1019 static void encrypt_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, in encrypt_journal()
|
/linux/include/pcmcia/ |
H A D | cistpl.h | 256 u_char encrypt; member 265 u_char encrypt; member
|
/linux/net/bluetooth/rfcomm/ |
H A D | core.c | 2138 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) in rfcomm_security_cfm()
|
/linux/net/mac80211/ |
H A D | tx.c | 1979 enum ieee80211_encrypt encrypt) in ieee80211_skb_resize() 2020 enum ieee80211_encrypt encrypt; in ieee80211_xmit() local
|
/linux/arch/x86/include/asm/ |
H A D | sev.h | 395 bool encrypt; member
|