Searched refs:security (Results 1 – 25 of 115) sorted by relevance
12345
/external/iptables/extensions/ |
D | libip6t_CONNSECMARK.man | 1 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.
|
D | libipt_CONNSECMARK.man | 1 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.
|
D | libip6t_SECMARK.man | 1 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
|
D | libipt_SECMARK.man | 1 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/ |
D | SSLSocketFactory.java | 51 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;
|
D | AbstractVerifier.java | 38 import java.security.cert.Certificate; 39 import java.security.cert.CertificateParsingException; 40 import java.security.cert.X509Certificate;
|
D | X509HostnameVerifier.java | 39 import java.security.cert.X509Certificate;
|
/external/tesseract/ccutil/ |
D | debugwin.cpp | 62 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/ |
D | manager.c | 59 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/ |
D | TODO | 11 -> 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/ |
D | Credentials.java | 33 import java.security.Principal;
|
D | BasicUserPrincipal.java | 33 import java.security.Principal;
|
D | UsernamePasswordCredentials.java | 33 import java.security.Principal;
|
D | NTUserPrincipal.java | 33 import java.security.Principal;
|
/external/bluetooth/bluez/src/ |
D | hcid.conf | 15 security user;
|
D | Android.mk | 24 security.c \
|
D | bluetooth.conf | 1 <!-- This configuration file specifies the required security policies
|
D | Makefile.am | 18 bluetoothd_SOURCES = main.c security.c hcid.h sdpd.h \
|
/external/dbus/ |
D | HACKING | 14 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/ |
D | shell.js | 384 netscape.security.PrivilegeManager.enablePrivilege(this.privileges); 441 netscape.security.PrivilegeManager.enablePrivilege(this.privileges);
|
/external/emma/ |
D | ANDROID-CHANGES.txt | 7 4) Add java.security.cert.Certificate cast to core/java12/com/vladium/emma/rt/InstrClassLoader.java…
|
/external/dropbear/ |
D | TODO | 17 - SSH_MSG_IGNORE sending to improve CBC security
|
/external/bluetooth/hcidump/parser/ |
D | avdtp.c | 407 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/ |
D | system.conf | 6 security-wise by screwing up this file; in particular, you
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultUserTokenHandler.java | 33 import java.security.Principal;
|
12345