Searched refs:encrypt (Results 1 - 8 of 8) sorted by relevance
/net/sunrpc/auth_gss/ |
H A D | gss_krb5_mech.c | 64 .encrypt = krb5_encrypt, 85 .encrypt = krb5_encrypt, 106 .encrypt = krb5_encrypt, 127 .encrypt = krb5_encrypt, 150 .encrypt = krb5_encrypt,
|
H A D | gss_krb5_crypto.c | 293 err = kctx->gk5e->encrypt(kctx->seq, NULL, checksumdata, 598 u32 offset, u8 *iv, struct page **pages, int encrypt) 618 if (encrypt) 628 if (encrypt) 703 * data -- which we can't go and encrypt! buf->pages points 597 gss_krb5_cts_crypt(struct crypto_blkcipher *cipher, struct xdr_buf *buf, u32 offset, u8 *iv, struct page **pages, int encrypt) argument
|
H A D | gss_krb5_keys.c | 210 (*(gk5e->encrypt))(cipher, NULL, inblock.data,
|
/net/bluetooth/ |
H A D | hci_conn.c | 666 /* encrypt must be pending if auth is also pending */ 687 cp.encrypt = 0x01; 717 goto encrypt; 723 goto encrypt; 731 goto encrypt; 740 encrypt:
|
H A D | hci_event.c | 1933 cp.encrypt = 0x01; 1953 cp.encrypt = 0x01; 2017 if (ev->encrypt) { 2041 hci_encrypt_cfm(conn, ev->status, ev->encrypt);
|
H A D | l2cap_core.c | 6489 static inline void l2cap_check_encryption(struct l2cap_chan *chan, u8 encrypt) argument 6494 if (encrypt == 0x00) { 6505 int l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) argument 6513 BT_DBG("conn %p status 0x%2.2x encrypt %u", conn, status, encrypt); 6516 if (!status && encrypt) 6535 if (!status && encrypt) { 6556 l2cap_check_encryption(chan, encrypt);
|
H A D | hci_core.c | 672 __u8 encrypt = opt; local 674 BT_DBG("%s %x", req->hdev->name, encrypt); 677 hci_req_add(req, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt);
|
/net/bluetooth/rfcomm/ |
H A D | core.c | 2056 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) argument 2062 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt); 2073 if (status || encrypt == 0x00) { 2079 if (d->state == BT_CONNECTED && !status && encrypt == 0x00) {
|
Completed in 160 milliseconds