Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 6 of 6) sorted by relevance

/net/ipv6/
DKconfig154 tristate "Virtual (secure) IPv6: tunneling"
162 the notion of a secure tunnel for IPSEC and then use routing protocol
/net/ceph/
Dmessenger_v2.c389 static int head_onwire_len(int ctrl_len, bool secure) in head_onwire_len() argument
396 if (secure) { in head_onwire_len()
412 bool secure) in __tail_onwire_len() argument
421 if (!secure) in __tail_onwire_len()
429 static int tail_onwire_len(const struct ceph_msg *msg, bool secure) in tail_onwire_len() argument
432 data_len(msg), secure); in tail_onwire_len()
/net/ipv4/
DKconfig305 tristate "Virtual (secure) IP: tunneling"
314 the notion of a secure tunnel for IPSEC and then use routing protocol
/net/
DKconfig133 a "proxy-based" one, is more secure but more intrusive and more
/net/bluetooth/
Dhci_event.c4060 u8 secure; in hci_pin_code_request_evt() local
4063 secure = 1; in hci_pin_code_request_evt()
4065 secure = 0; in hci_pin_code_request_evt()
4067 mgmt_pin_code_request(hdev, &ev->bdaddr, secure); in hci_pin_code_request_evt()
Dmgmt.c8990 void mgmt_pin_code_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 secure) in mgmt_pin_code_request() argument
8996 ev.secure = secure; in mgmt_pin_code_request()