Home
last modified time | relevance | path

Searched refs:security (Results 1 – 25 of 115) sorted by relevance

12345

/external/iptables/extensions/
Dlibip6t_CONNSECMARK.man1 This module copies security markings from packets to connections
9 If the packet has a security marking, copy it to the connection
13 If the packet does not have a security marking, and the connection
14 does, copy the security marking from the connection to the packet.
Dlibipt_CONNSECMARK.man1 This module copies security markings from packets to connections
9 If the packet has a security marking, copy it to the connection
13 If the packet does not have a security marking, and the connection
14 does, copy the security marking from the connection to the packet.
Dlibip6t_SECMARK.man1 This is used to set the security mark value associated with the
2 packet for use by security subsystems such as SELinux. It is only
Dlibipt_SECMARK.man1 This is used to set the security mark value associated with the
2 packet for use by security subsystems such as SELinux. It is only
/external/apache-http/src/org/apache/http/conn/ssl/
DSSLSocketFactory.java51 import java.security.KeyManagementException;
52 import java.security.KeyStore;
53 import java.security.KeyStoreException;
54 import java.security.NoSuchAlgorithmException;
55 import java.security.SecureRandom;
56 import java.security.UnrecoverableKeyException;
DAbstractVerifier.java38 import java.security.cert.Certificate;
39 import java.security.cert.CertificateParsingException;
40 import java.security.cert.X509Certificate;
DX509HostnameVerifier.java39 import java.security.cert.X509Certificate;
/external/tesseract/ccutil/
Ddebugwin.cpp62 SECURITY_ATTRIBUTES security; //for handles in DEBUG_WIN() local
70 security.nLength = sizeof (security); in DEBUG_WIN()
71 security.lpSecurityDescriptor = NULL; in DEBUG_WIN()
72 security.bInheritHandle = TRUE;//make it inheritable in DEBUG_WIN()
74 shm_hand = CreateFileMapping ((HANDLE) 0xffffffff, &security, PAGE_READWRITE, 0, 4096, NULL); in DEBUG_WIN()
/external/bluetooth/bluez/network/
Dmanager.c59 gboolean security; member
69 .security = TRUE,
118 conf.security = !g_key_file_get_boolean(keyfile, "General", in read_config()
185 conf.security ? "true" : "false"); in read_config()
351 if (server_init(conn, conf.iface_prefix, conf.security) < 0) in network_manager_init()
/external/ipsec-tools/src/racoon/
DTODO11 -> beware of possible security issue, don't use sprintf() directly!
116 o Reboot recovery (peer reboot losing it's security associations)
119 - End-to-End transport long lived security associations
121 - End-to-GW tunnel long lived security associations
/external/apache-http/src/org/apache/http/auth/
DCredentials.java33 import java.security.Principal;
DBasicUserPrincipal.java33 import java.security.Principal;
DUsernamePasswordCredentials.java33 import java.security.Principal;
DNTUserPrincipal.java33 import java.security.Principal;
/external/bluetooth/bluez/src/
Dhcid.conf15 security user;
DAndroid.mk24 security.c \
Dbluetooth.conf1 <!-- This configuration file specifies the required security policies
DMakefile.am18 bluetoothd_SOURCES = main.c security.c hcid.h sdpd.h \
/external/dbus/
DHACKING14 Most of D-Bus is security sensitive. Guidelines related to that:
33 and may contain security holes. For example, you probably shouldn't
41 http://vsftpd.beasts.org/ has other good security suggestions.
59 data). Avoiding heuristics is also important for security reasons;
222 - the patch has to follow the portability, security, and
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/
Dshell.js384 netscape.security.PrivilegeManager.enablePrivilege(this.privileges);
441 netscape.security.PrivilegeManager.enablePrivilege(this.privileges);
/external/emma/
DANDROID-CHANGES.txt7 4) Add java.security.cert.Certificate cast to core/java12/com/vladium/emma/rt/InstrClassLoader.java…
/external/dropbear/
DTODO17 - SSH_MSG_IGNORE sending to improve CBC security
/external/bluetooth/hcidump/parser/
Davdtp.c407 static inline void security(int level, uint8_t hdr, struct frame *frm) in security() function
472 security(level + 1, hdr, frm); in avdtp_dump()
/external/dbus/test/data/valid-config-files/
Dsystem.conf6 security-wise by screwing up this file; in particular, you
/external/apache-http/src/org/apache/http/impl/client/
DDefaultUserTokenHandler.java33 import java.security.Principal;

12345