Home
last modified time | relevance | path

Searched defs:encrypt (Results 1 – 25 of 42) sorted by relevance

12

/linux/arch/sparc/crypto/
H A Ddes_glue.c95 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 Dcamellia_glue.c88 static int __ecb_crypt(struct skcipher_request *req, bool encrypt) in __ecb_crypt()
H A Daes_glue.c36 void (*encrypt)(const u64 *key, const u32 *input, u32 *output); member
/linux/drivers/crypto/caam/
H A Dcaamalg.c1073 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 Dcaamalg_qi.c942 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 Dcrypto.c207 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 Dccp-crypto-aes.c66 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 Dccp-dev-v5.c95 u16 encrypt:1; member
101 u16 encrypt:1; member
107 u16 encrypt:1; member
H A Dccp-crypto-des3.c61 static int ccp_des3_crypt(struct skcipher_request *req, bool encrypt) in ccp_des3_crypt()
H A Dccp-crypto-aes-xts.c105 unsigned int encrypt) in ccp_aes_xts_crypt()
H A Dccp-crypto-aes-galois.c76 static int ccp_aes_gcm_crypt(struct aead_request *req, bool encrypt) in ccp_aes_gcm_crypt()
H A Dccp-crypto-rsa.c64 static int ccp_rsa_crypt(struct akcipher_request *req, bool encrypt) in ccp_rsa_crypt()
/linux/arch/arm64/crypto/
H A Dsm4-ce-glue.c155 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 Daes-neonbs-glue.c277 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt() argument
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c35 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 Dbpf_crypto.h12 int (*encrypt)(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *iv); member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c49 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 Dsec_algs.c630 *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 Dialloc.c868 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 Dipsec.h40 bool encrypt; member
/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.h222 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 Dixgbe_ipsec.h55 bool encrypt; member
/linux/include/crypto/
H A Daead.h143 int (*encrypt)(struct aead_request *req); member
/linux/lib/crypto/
H A Dchacha20poly1305.c213 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 Daes-neonbs-glue.c293 static int __xts_crypt(struct skcipher_request *req, bool encrypt, in __xts_crypt()

12