Searched defs:encrypt (Results 1 - 25 of 64) sorted by relevance

123

/linux-master/include/linux/
H A Dbpf_crypto.h12 int (*encrypt)(void *tfm, const u8 *src, u8 *dst, unsigned int len, u8 *iv); member in struct:bpf_crypto_type
/linux-master/arch/sparc/crypto/
H A Dcamellia_glue.c88 static int __ecb_crypt(struct skcipher_request *req, bool encrypt) argument
H A Ddes_glue.c95 static int __ecb_crypt(struct skcipher_request *req, bool encrypt) argument
136 static int __cbc_crypt(struct skcipher_request *req, bool encrypt) argument
244 static int __ecb3_crypt(struct skcipher_request *req, bool encrypt) argument
290 static int __cbc3_crypt(struct skcipher_request *req, bool encrypt) argument
[all...]
H A Daes_glue.c36 void (*encrypt)(const u64 *key, const u32 *input, u32 *output); member in struct:aes_ops
/linux-master/lib/crypto/
H A Dchacha20poly1305.c208 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) argument
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.h40 bool encrypt; member in struct:tx_sa
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c76 static int ccp_aes_gcm_crypt(struct aead_request *req, bool encrypt) argument
H A Dccp-crypto-aes-xts.c104 ccp_aes_xts_crypt(struct skcipher_request *req, unsigned int encrypt) argument
H A Dccp-crypto-des3.c61 static int ccp_des3_crypt(struct skcipher_request *req, bool encrypt) argument
H A Dccp-crypto-rsa.c64 static int ccp_rsa_crypt(struct akcipher_request *req, bool encrypt) argument
H A Dccp-crypto-aes.c66 static int ccp_aes_crypt(struct skcipher_request *req, bool encrypt) argument
158 static int ccp_aes_rfc3686_crypt(struct skcipher_request *req, bool encrypt) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c50 static void do_crypt_afalg(const void *src, void *dst, int size, bool encrypt) argument
/linux-master/net/ceph/
H A Dcrypto.c219 static int ceph_aes_crypt(const struct ceph_crypto_key *key, bool encrypt, argument
283 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, argument
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c337 static int __xts_crypt(struct skcipher_request *req, bool encrypt, argument
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.h55 bool encrypt; member in struct:tx_sa
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c249 int encrypt, host_encrypt, host_encrypt_msdu; local
/linux-master/drivers/crypto/qce/
H A Dskcipher.c256 static int qce_skcipher_crypt(struct skcipher_request *req, int encrypt) argument
H A Daead.c502 static int qce_aead_crypt(struct aead_request *req, int encrypt) argument
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_internal.h41 u32 (*encrypt)(struct krb5_ctx *kctx, u32 offset, member in struct:gss_krb5_enctype
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-glue.c206 static int sm4_cbc_cts_crypt(struct skcipher_request *req, bool encrypt) argument
321 static int sm4_xts_crypt(struct skcipher_request *req, bool encrypt) argument
154 sm4_cbc_crypt(struct skcipher_request *req, struct sm4_ctx *ctx, bool encrypt) argument
[all...]
H A Daes-neonbs-glue.c276 static int __xts_crypt(struct skcipher_request *req, bool encrypt, argument
/linux-master/include/crypto/
H A Daead.h143 int (*encrypt)(struct aead_request *req); member in struct:aead_alg
H A Dakcipher.h99 int (*encrypt)(struct akcipher_request *req); member in struct:akcipher_alg
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_tx.c528 int ether_type = 0, encrypt; local
[all...]
/linux-master/drivers/crypto/
H A Dpadlock-aes.c66 struct cword encrypt; member in struct:aes_ctx::__anon229
[all...]

Completed in 411 milliseconds

123