encrypt 104 arch/x86/crypto/salsa20_glue.c .encrypt = encrypt,
encrypt 105 arch/x86/crypto/salsa20_glue.c .decrypt = encrypt,
encrypt 93 crypto/ablkcipher.c crt->encrypt = alg->encrypt;
encrypt 146 crypto/ablkcipher.c crt->encrypt = alg->encrypt;
encrypt 100 crypto/aead.c crt->encrypt = alg->encrypt;
encrypt 154 crypto/aead.c crt->encrypt = alg->encrypt;
encrypt 292 crypto/aead.c inst->alg.cra_aead.encrypt = alg->cra_aead.encrypt;
encrypt 442 crypto/authenc.c inst->alg.cra_aead.encrypt = crypto_authenc_encrypt;
encrypt 414 crypto/blkcipher.c return alg->encrypt(&desc, req->dst, req->src, req->nbytes);
encrypt 451 crypto/blkcipher.c crt->encrypt = async_encrypt;
encrypt 471 crypto/blkcipher.c crt->encrypt = alg->encrypt;
encrypt 542 crypto/blkcipher.c int (*encrypt)(struct ablkcipher_request *req);
encrypt 595 crypto/blkcipher.c balg.encrypt = async_encrypt;
encrypt 605 crypto/blkcipher.c balg.encrypt = alg->cra_ablkcipher.encrypt;
encrypt 655 crypto/blkcipher.c inst->alg.cra_ablkcipher.encrypt = balg.encrypt;
encrypt 256 crypto/cbc.c inst->alg.cra_blkcipher.encrypt = crypto_cbc_encrypt;
encrypt 554 crypto/ccm.c inst->alg.cra_aead.encrypt = crypto_ccm_encrypt;
encrypt 821 crypto/ccm.c inst->alg.cra_aead.encrypt = crypto_rfc4309_encrypt;
encrypt 116 crypto/cryptd.c crypto_blkcipher_crt(child)->encrypt);
encrypt 263 crypto/cryptd.c inst->alg.cra_ablkcipher.encrypt = cryptd_blkcipher_encrypt_enqueue;
encrypt 137 crypto/crypto_null.c .encrypt = skcipher_null_crypt,
encrypt 219 crypto/ctr.c inst->alg.cra_blkcipher.encrypt = crypto_ctr_crypt;
encrypt 372 crypto/ctr.c inst->alg.cra_blkcipher.encrypt = crypto_rfc3686_crypt;
encrypt 318 crypto/cts.c inst->alg.cra_blkcipher.encrypt = crypto_cts_encrypt;
encrypt 152 crypto/ecb.c inst->alg.cra_blkcipher.encrypt = crypto_ecb_encrypt;
encrypt 501 crypto/gcm.c inst->alg.cra_aead.encrypt = crypto_gcm_encrypt;
encrypt 754 crypto/gcm.c inst->alg.cra_aead.encrypt = crypto_rfc4106_encrypt;
encrypt 273 crypto/lrw.c inst->alg.cra_blkcipher.encrypt = encrypt;
encrypt 262 crypto/pcbc.c inst->alg.cra_blkcipher.encrypt = crypto_pcbc_encrypt;
encrypt 231 crypto/salsa20_generic.c .encrypt = encrypt,
encrypt 232 crypto/salsa20_generic.c .decrypt = encrypt,
encrypt 256 crypto/xts.c inst->alg.cra_blkcipher.encrypt = encrypt;
encrypt 209 include/linux/crypto.h int (*encrypt)(struct ablkcipher_request *req);
encrypt 236 include/linux/crypto.h int (*encrypt)(struct aead_request *req);
encrypt 250 include/linux/crypto.h int (*encrypt)(struct blkcipher_desc *desc,
encrypt 378 include/linux/crypto.h int (*encrypt)(struct ablkcipher_request *req);
encrypt 392 include/linux/crypto.h int (*encrypt)(struct aead_request *req);
encrypt 408 include/linux/crypto.h int (*encrypt)(struct blkcipher_desc *desc, struct scatterlist *dst,
encrypt 720 include/linux/crypto.h return crt->encrypt(req);
encrypt 861 include/linux/crypto.h return crypto_aead_crt(crypto_aead_reqtfm(req))->encrypt(req);
encrypt 1034 include/linux/crypto.h return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes);
encrypt 1042 include/linux/crypto.h return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes);
encrypt 299 include/net/bluetooth/hci.h __u8 encrypt;
encrypt 633 include/net/bluetooth/hci.h __u8 encrypt;
encrypt 485 include/net/bluetooth/hci_core.h int (*encrypt_cfm) (struct hci_conn *conn, __u8 status, __u8 encrypt);
encrypt 549 include/net/bluetooth/hci_core.h hp->encrypt_cfm(conn, status, encrypt);
encrypt 553 include/net/bluetooth/hci_core.h hp->encrypt_cfm(conn, status, encrypt);
encrypt 566 include/net/bluetooth/hci_core.h void (*encrypt_cfm) (struct hci_conn *conn, __u8 status, __u8 encrypt);
encrypt 590 include/net/bluetooth/hci_core.h hci_proto_encrypt_cfm(conn, status, encrypt);
encrypt 596 include/net/bluetooth/hci_core.h cb->encrypt_cfm(conn, status, encrypt);
encrypt 481 include/net/ieee80211.h auth_mode:2, auth_algo:4, unicast_uses_group:1, encrypt:1;
encrypt 257 include/pcmcia/cistpl.h u_char encrypt;
encrypt 266 include/pcmcia/cistpl.h u_char encrypt;
encrypt 431 net/bluetooth/hci_conn.c cp.encrypt = 1;
encrypt 281 net/bluetooth/hci_core.c __u8 encrypt = opt;
encrypt 283 net/bluetooth/hci_core.c BT_DBG("%s %x", hdev->name, encrypt);
encrypt 286 net/bluetooth/hci_core.c hci_send_cmd(hdev, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt);
encrypt 1047 net/bluetooth/hci_event.c cp.encrypt = 0x01;
encrypt 1062 net/bluetooth/hci_event.c cp.encrypt = 0x01;
encrypt 1094 net/bluetooth/hci_event.c if (ev->encrypt) {
encrypt 1111 net/bluetooth/hci_event.c hci_encrypt_cfm(conn, ev->status, ev->encrypt);
encrypt 2285 net/bluetooth/l2cap.c !status && encrypt == 0x00) {
encrypt 1998 net/bluetooth/rfcomm/core.c BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt);
encrypt 2012 net/bluetooth/rfcomm/core.c !status && encrypt == 0x00) {
encrypt 2020 net/bluetooth/rfcomm/core.c if (!status && encrypt)
encrypt 263 net/ieee80211/ieee80211_tx.c int encrypt, host_encrypt, host_encrypt_msdu, host_build_iv;
encrypt 299 net/ieee80211/ieee80211_tx.c encrypt = !(ether_type == htons(ETH_P_PAE) && ieee->ieee802_1x) &&
encrypt 300 net/ieee80211/ieee80211_tx.c ieee->sec.encrypt;
encrypt 302 net/ieee80211/ieee80211_tx.c host_encrypt = ieee->host_encrypt && encrypt && crypt;
encrypt 303 net/ieee80211/ieee80211_tx.c host_encrypt_msdu = ieee->host_encrypt_msdu && encrypt && crypt;
encrypt 304 net/ieee80211/ieee80211_tx.c host_build_iv = ieee->host_build_iv && encrypt && crypt;
encrypt 306 net/ieee80211/ieee80211_tx.c if (!encrypt && ieee->ieee802_1x &&
encrypt 434 net/ieee80211/ieee80211_tx.c txb->encrypted = encrypt;
encrypt 357 net/ieee80211/ieee80211_wx.c sec.encrypt = 0;
encrypt 366 net/ieee80211/ieee80211_wx.c sec.encrypt = 1;
encrypt 574 net/ieee80211/ieee80211_wx.c sec.encrypt = 0;
encrypt 582 net/ieee80211/ieee80211_wx.c sec.encrypt = 1;
encrypt 218 net/mac80211/mlme.c if (encrypt)
encrypt 230 net/mac80211/mlme.c ieee80211_tx_skb(sdata, skb, encrypt);
encrypt 626 net/mac80211/util.c skb->do_not_encrypt = !encrypt;