Searched refs:encrypt (Results 101 - 125 of 218) sorted by relevance

123456789

/linux-master/drivers/crypto/
H A Dtalitos.c989 struct aead_request *areq, bool encrypt)
995 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize);
1194 bool encrypt,
1204 unsigned int cryptlen = areq->cryptlen - (encrypt ? 0 : authsize);
1270 if (is_ipsec_esp && encrypt)
1276 is_ipsec_esp && !encrypt, 1);
1279 if (!encrypt && is_ipsec_esp) {
1290 } else if (!encrypt) {
1310 ipsec_esp_unmap(dev, edesc, areq, encrypt);
1329 bool encrypt)
987 ipsec_esp_unmap(struct device *dev, struct talitos_edesc *edesc, struct aead_request *areq, bool encrypt) argument
1193 ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq, bool encrypt, void (*callback)(struct device *dev, struct talitos_desc *desc, void *context, int error)) argument
1319 talitos_edesc_alloc(struct device *dev, struct scatterlist *src, struct scatterlist *dst, u8 *iv, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize, unsigned int ivsize, int icv_stashing, u32 cryptoflags, bool encrypt) argument
1417 aead_edesc_alloc(struct aead_request *areq, u8 *iv, int icv_stashing, bool encrypt) argument
1639 skcipher_edesc_alloc(struct skcipher_request * areq, bool encrypt) argument
[all...]
H A Dgeode-aes.c328 .encrypt = geode_cbc_encrypt,
346 .encrypt = geode_ecb_encrypt,
H A Domap-des.c729 .encrypt = omap_des_ecb_encrypt,
750 .encrypt = omap_des_cbc_encrypt,
770 .encrypt = omap_des_ecb_encrypt,
791 .encrypt = omap_des_cbc_encrypt,
H A Datmel-tdes.c805 .encrypt = atmel_tdes_ecb_encrypt,
818 .encrypt = atmel_tdes_cbc_encrypt,
830 .encrypt = atmel_tdes_ecb_encrypt,
842 .encrypt = atmel_tdes_cbc_encrypt,
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c827 .base.encrypt = starfive_aes_ecb_encrypt,
847 .base.encrypt = starfive_aes_cbc_encrypt,
868 .base.encrypt = starfive_aes_ctr_encrypt,
893 .base.encrypt = starfive_aes_gcm_encrypt,
915 .base.encrypt = starfive_aes_ccm_encrypt,
/linux-master/arch/s390/crypto/
H A Daes_s390.c293 .encrypt = ecb_aes_encrypt,
374 .encrypt = cbc_aes_encrypt,
525 .encrypt = xts_aes_encrypt,
626 .encrypt = ctr_aes_crypt,
853 * encrypt
940 .encrypt = gcm_aes_encrypt,
/linux-master/drivers/crypto/ccp/
H A Dccp-dev-v5.c95 u16 encrypt:1; member in struct:ccp_function::__anon224
101 u16 encrypt:1; member in struct:ccp_function::__anon225
107 u16 encrypt:1; member in struct:ccp_function::__anon226
138 #define CCP_AES_ENCRYPT(p) ((p)->aes.encrypt)
143 #define CCP_XTS_ENCRYPT(p) ((p)->aes_xts.encrypt)
145 #define CCP_DES3_ENCRYPT(p) ((p)->des3.encrypt)
/linux-master/fs/ext4/
H A Dialloc.c867 bool encrypt)
904 if (encrypt)
944 bool encrypt = false; local
986 err = fscrypt_prepare_new_inode(dir, inode, &encrypt);
996 ret2 = ext4_xattr_credits_for_new_inode(dir, mode, encrypt);
1315 if (encrypt) {
866 ext4_xattr_credits_for_new_inode(struct inode *dir, mode_t mode, bool encrypt) argument
/linux-master/include/pcmcia/
H A Dcistpl.h256 u_char encrypt; member in struct:cistpl_data_serv_t
265 u_char encrypt; member in struct:cistpl_fax_serv_t
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_security.c166 /*start to encrypt each fragment*/
167 if ((pattrib->encrypt == _WEP40_) || (pattrib->encrypt == _WEP104_)) {
223 if ((prxattrib->encrypt == _WEP40_) || (prxattrib->encrypt ==
504 * rc4key[] = the key used to encrypt the packet [128 bits]
579 /* 4 start to encrypt each fragment */
580 if (pattrib->encrypt == _TKIP_) {
657 if (prxattrib->encrypt == _TKIP_) {
736 /* Performs a 128 bit AES encrypt wit
[all...]
H A Drtl871x_xmit.h111 u8 encrypt; /* when 0 indicate no encrypt. when non-zero, member in struct:pkt_attrib
112 * indicate the encrypt algorithm
H A Drtl871x_recv.h52 int encrypt; /* 0 no encrypt. != 0 encrypt algorithm */ member in struct:rx_pkt_attrib
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_security.c60 /* start to encrypt each fragment */
61 if ((pattrib->encrypt == _WEP40_) || (pattrib->encrypt == _WEP104_)) {
109 if ((prxattrib->encrypt == _WEP40_) || (prxattrib->encrypt == _WEP104_)) {
397 * rc4key[] = the key used to encrypt the packet [128 bits]
485 /* 4 start to encrypt each fragment */
486 if (pattrib->encrypt == _TKIP_) {
554 if (prxattrib->encrypt == _TKIP_) {
674 /* Performs a 128 bit AES encrypt wit
[all...]
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_intf.c221 pmgntframe->attrib.encrypt = _BIP_;
224 pmgntframe->attrib.encrypt = _AES_;
/linux-master/crypto/
H A Dctr.c157 inst->alg.encrypt = crypto_ctr_crypt;
311 inst->alg.encrypt = crypto_rfc3686_crypt;
H A Dxctr.c157 inst->alg.encrypt = crypto_xctr_crypt;
H A Dseqiv.c149 inst->alg.encrypt = seqiv_aead_encrypt;
H A Dcbc.c154 inst->alg.encrypt = crypto_cbc_encrypt;
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c242 .encrypt = crypto_aegis128_aesni_encrypt,
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c348 sec.encrypt = 0;
357 sec.encrypt = 1;
552 sec.encrypt = 0;
560 sec.encrypt = 1;
/linux-master/drivers/staging/wlan-ng/
H A Dp80211metastruct.h166 struct p80211item_uint32 encrypt; member in struct:p80211msg_lnxreq_hostwep
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c133 err = (*kctx->gk5e->encrypt)(kctx, offset, buf, pages);
H A Dgss_krb5_internal.h23 const char *encrypt_name; /* crypto encrypt name */
24 const char *aux_cipher; /* aux encrypt cipher name */
41 u32 (*encrypt)(struct krb5_ctx *kctx, u32 offset, member in struct:gss_krb5_enctype
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c302 .encrypt = sun8i_ce_skencrypt,
331 .encrypt = sun8i_ce_skencrypt,
361 .encrypt = sun8i_ce_skencrypt,
390 .encrypt = sun8i_ce_skencrypt,
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-core.c191 .encrypt = sun8i_ss_skencrypt,
220 .encrypt = sun8i_ss_skencrypt,
250 .encrypt = sun8i_ss_skencrypt,
279 .encrypt = sun8i_ss_skencrypt,

Completed in 372 milliseconds

123456789