/net/ceph/ |
D | crypto.c | 219 static int ceph_aes_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_aes_crypt() argument 227 int crypt_len = encrypt ? in_len + pad_byte : in_len; in ceph_aes_crypt() 231 if (encrypt) in ceph_aes_crypt() 248 if (encrypt) in ceph_aes_crypt() 255 encrypt ? "en" : "de", ret); in ceph_aes_crypt() 263 if (encrypt) { in ceph_aes_crypt() 283 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() argument 291 return ceph_aes_crypt(key, encrypt, buf, buf_len, in_len, in ceph_crypt()
|
D | crypto.h | 30 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt,
|
D | messenger_v2.c | 842 static int gcm_crypt(struct ceph_connection *con, bool encrypt, in gcm_crypt() argument 849 nonce = encrypt ? &con->v2.out_gcm_nonce : &con->v2.in_gcm_nonce; in gcm_crypt() 853 ret = crypto_wait_req(encrypt ? crypto_aead_encrypt(con->v2.gcm_req) : in gcm_crypt()
|
/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 43 .encrypt = krb5_encrypt, 65 .encrypt = krb5_encrypt, 86 .encrypt = krb5_encrypt, 109 .encrypt = krb5_encrypt,
|
D | gss_krb5_crypto.c | 206 err = kctx->gk5e->encrypt(kctx->seq, NULL, checksumdata, in make_checksum() 544 u32 offset, u8 *iv, struct page **pages, int encrypt) in gss_krb5_cts_crypt() argument 567 if (encrypt) in gss_krb5_cts_crypt() 581 if (encrypt) in gss_krb5_cts_crypt()
|
D | gss_krb5_keys.c | 200 (*(gk5e->encrypt))(cipher, NULL, inblock.data, in krb5_derive_key()
|
/net/tipc/ |
D | crypto.c | 1703 goto encrypt; in tipc_crypto_xmit() 1705 goto encrypt; in tipc_crypto_xmit() 1709 goto encrypt; in tipc_crypto_xmit() 1720 goto encrypt; in tipc_crypto_xmit() 1724 goto encrypt; in tipc_crypto_xmit() 1732 goto encrypt; in tipc_crypto_xmit() 1735 goto encrypt; in tipc_crypto_xmit() 1745 goto encrypt; in tipc_crypto_xmit() 1750 encrypt: in tipc_crypto_xmit()
|
/net/bluetooth/ |
D | hci_conn.c | 2335 cp.encrypt = 0x01; in hci_conn_encrypt() 2369 goto encrypt; in hci_conn_security() 2376 goto encrypt; in hci_conn_security() 2384 goto encrypt; in hci_conn_security() 2393 goto encrypt; in hci_conn_security() 2409 encrypt: in hci_conn_security()
|
D | hci_core.c | 90 __u8 encrypt = opt; in hci_encrypt_req() local 92 BT_DBG("%s %x", req->hdev->name, encrypt); in hci_encrypt_req() 95 hci_req_add(req, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt); in hci_encrypt_req()
|
D | l2cap_core.c | 8318 static inline void l2cap_check_encryption(struct l2cap_chan *chan, u8 encrypt) in l2cap_check_encryption() argument 8323 if (encrypt == 0x00) { in l2cap_check_encryption() 8335 static void l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) in l2cap_security_cfm() argument 8343 BT_DBG("conn %p status 0x%2.2x encrypt %u", conn, status, encrypt); in l2cap_security_cfm() 8358 if (!status && encrypt) in l2cap_security_cfm() 8369 l2cap_check_encryption(chan, encrypt); in l2cap_security_cfm()
|
D | hci_event.c | 3529 cp.encrypt = 0x01; in hci_auth_complete_evt() 3549 cp.encrypt = 0x01; in hci_auth_complete_evt() 3620 if (ev->encrypt) { in hci_encrypt_change_evt() 3630 if ((conn->type == ACL_LINK && ev->encrypt == 0x02) || in hci_encrypt_change_evt() 3667 if (!ev->status && ev->encrypt && conn->type == ACL_LINK) { in hci_encrypt_change_evt()
|
/net/bluetooth/rfcomm/ |
D | core.c | 2133 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) in rfcomm_security_cfm() argument 2138 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt); in rfcomm_security_cfm() 2147 if (status || encrypt == 0x00) { in rfcomm_security_cfm() 2153 if (d->state == BT_CONNECTED && !status && encrypt == 0x00) { in rfcomm_security_cfm()
|
/net/mac80211/ |
D | tx.c | 2011 enum ieee80211_encrypt encrypt) in ieee80211_skb_resize() argument 2017 enc_tailroom = encrypt == ENCRYPT_MGMT || in ieee80211_skb_resize() 2018 (encrypt == ENCRYPT_DATA && in ieee80211_skb_resize() 2052 enum ieee80211_encrypt encrypt; in ieee80211_xmit() local 2055 encrypt = ENCRYPT_NO; in ieee80211_xmit() 2057 encrypt = ENCRYPT_MGMT; in ieee80211_xmit() 2059 encrypt = ENCRYPT_DATA; in ieee80211_xmit() 2062 if (encrypt != ENCRYPT_NO) in ieee80211_xmit() 2067 if (ieee80211_skb_resize(sdata, skb, headroom, encrypt)) { in ieee80211_xmit()
|