/linux/arch/sparc/crypto/ |
H A D | des_glue.c | 95 static int __ecb_crypt(struct skcipher_request *req, bool encrypt) in __ecb_crypt() 136 static int __cbc_crypt(struct skcipher_request *req, bool encrypt) in __cbc_crypt() 244 static int __ecb3_crypt(struct skcipher_request *req, bool encrypt) in __ecb3_crypt() 290 static int __cbc3_crypt(struct skcipher_request *req, bool encrypt) in __cbc3_crypt()
|
H A D | camellia_glue.c | 88 static int __ecb_crypt(struct skcipher_request *req, bool encrypt) in __ecb_crypt()
|
H A D | aes_glue.c | 36 void (*encrypt)(const u64 *key, const u32 *input, u32 *output); member
|
/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/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes.c | 66 static int ccp_aes_crypt(struct skcipher_request *req, bool encrypt) in ccp_aes_crypt() 158 static int ccp_aes_rfc3686_crypt(struct skcipher_request *req, bool encrypt) in ccp_aes_rfc3686_crypt()
|
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-des3.c | 61 static int ccp_des3_crypt(struct skcipher_request *req, bool encrypt) in ccp_des3_crypt()
|
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/arch/arm64/crypto/ |
H A D | sm4-ce-glue.c | 155 struct sm4_ctx *ctx, bool encrypt) in sm4_cbc_crypt() 206 static int sm4_cbc_cts_crypt(struct skcipher_request *req, bool encrypt) in sm4_cbc_cts_crypt() 321 static int sm4_xts_crypt(struct skcipher_request *req, bool encrypt) in sm4_xts_crypt()
|
H A D | aes-neonbs-glue.c | 277 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt() argument
|
/linux/drivers/crypto/virtio/ |
H A D | virtio_crypto_skcipher_algs.c | 35 bool encrypt; global() member 115 virtio_crypto_alg_skcipher_init_session(struct virtio_crypto_skcipher_ctx * ctx,uint32_t alg,const uint8_t * key,unsigned int keylen,int encrypt) virtio_crypto_alg_skcipher_init_session() argument 194 virtio_crypto_alg_skcipher_close_session(struct virtio_crypto_skcipher_ctx * ctx,int encrypt) virtio_crypto_alg_skcipher_close_session() argument [all...] |
/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/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/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/fs/ext4/ |
H A D | ialloc.c | 868 bool encrypt) in ext4_xattr_credits_for_new_inode() 945 bool encrypt = false; in __ext4_new_inode() local
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ipsec.h | 40 bool encrypt; member
|
/linux/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 222 u32 encrypt; member 313 struct encrypt { struct 314 u32 cipher_mode; 315 u32 sec_mode; 316 u32 status; 317 u32 flag;
|
/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 | 213 chacha20poly1305_crypt_sg_inplace(struct scatterlist * src,const size_t src_len,const u8 * ad,const size_t ad_len,const u64 nonce,const u8 key[CHACHA20POLY1305_KEY_SIZE],int encrypt) chacha20poly1305_crypt_sg_inplace() argument
|
/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 293 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt()
|