Searched refs:encrypt (Results 1 - 8 of 8) sorted by relevance

/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c64 .encrypt = krb5_encrypt,
85 .encrypt = krb5_encrypt,
106 .encrypt = krb5_encrypt,
127 .encrypt = krb5_encrypt,
150 .encrypt = krb5_encrypt,
H A Dgss_krb5_crypto.c293 err = kctx->gk5e->encrypt(kctx->seq, NULL, checksumdata,
598 u32 offset, u8 *iv, struct page **pages, int encrypt)
618 if (encrypt)
628 if (encrypt)
698 * 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 Dgss_krb5_keys.c201 (*(gk5e->encrypt))(cipher, NULL, inblock.data,
/net/bluetooth/
H A Dhci_conn.c983 cp.encrypt = 0x01;
1015 goto encrypt;
1022 goto encrypt;
1029 goto encrypt;
1038 goto encrypt;
1050 encrypt:
H A Dhci_event.c2333 cp.encrypt = 0x01;
2353 cp.encrypt = 0x01;
2422 if (ev->encrypt) {
2432 if ((conn->type == ACL_LINK && ev->encrypt == 0x02) ||
2474 hci_encrypt_cfm(conn, ev->status, ev->encrypt);
4522 * temporary key used to encrypt a connection following
H A Dl2cap_core.c7272 static inline void l2cap_check_encryption(struct l2cap_chan *chan, u8 encrypt) argument
7277 if (encrypt == 0x00) {
7289 int l2cap_security_cfm(struct hci_conn *hcon, u8 status, u8 encrypt) argument
7297 BT_DBG("conn %p status 0x%2.2x encrypt %u", conn, status, encrypt);
7312 if (!status && encrypt)
7323 l2cap_check_encryption(chan, encrypt);
H A Dhci_core.c1962 __u8 encrypt = opt; local
1964 BT_DBG("%s %x", req->hdev->name, encrypt);
1967 hci_req_add(req, HCI_OP_WRITE_ENCRYPT_MODE, 1, &encrypt);
/net/bluetooth/rfcomm/
H A Dcore.c2113 static void rfcomm_security_cfm(struct hci_conn *conn, u8 status, u8 encrypt) argument
2119 BT_DBG("conn %p status 0x%02x encrypt 0x%02x", conn, status, encrypt);
2130 if (status || encrypt == 0x00) {
2136 if (d->state == BT_CONNECTED && !status && encrypt == 0x00) {

Completed in 117 milliseconds