HomeSort by relevance Sort by last modified time
    Searched defs:encryption (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluez/tools/
rfcomm.c 58 static int encryption = 0; variable
508 if (encryption)
717 "\t-E, --encrypt Enable encryption\n"
783 encryption = 1;
  /external/kernel-headers/original/linux/
net.h 175 short encryption; member in struct:net_proto_family
  /frameworks/base/voip/java/android/net/sip/
SimpleSessionDescription.java 26 * ("b="), encryption keys ("k="), and attribute fields ("a="). Currently this
161 * Returns the encryption method or {@code null} if it is not present.
168 * Returns the encryption key or {@code null} if it is not present.
175 * Sets the encryption method and the encryption key. The field will be
426 * Returns the encryption method or {@code null} if it is not present.
429 String encryption = get("k", '='); local
430 if (encryption == null) {
433 int colon = encryption.indexOf(':');
434 return (colon == -1) ? encryption : encryption.substring(0, colon)
441 String encryption = get("k", '='); local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa2.c 118 Encryption status
1216 ECipherSuite encryption = TWD_CIPHER_NONE; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 501 // Parse the first encryption element found with a matching 'usage'
505 // Return false if there was an encryption element and it could not be
511 for (const buzz::XmlElement* encryption = desc->FirstNamed(QN_ENCRYPTION);
512 encryption != NULL;
513 encryption = encryption->NextNamed(QN_ENCRYPTION)) {
514 if (encryption->FirstNamed(usage) != NULL) {
516 GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false));
517 for (const buzz::XmlElement* crypto = encryption->FirstNamed(QN_CRYPTO);
624 // Parse the first encryption element found
630 const buzz::XmlElement* encryption = local
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 4638 ContentEncryption* const encryption = new ContentEncryption(); local
    [all...]
  /external/openssl/crypto/x509/
x509.h 558 /* Password based encryption structure */
565 /* Password based encryption V2 structures */
569 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
    [all...]
  /external/openssl/include/openssl/
x509.h 558 /* Password based encryption structure */
565 /* Password based encryption V2 structures */
569 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 670 ConnectionSecurity encryption() const { return encryption_; } function in class:chromeos::WifiNetwork
711 // Return a string representation of the encryption code.
728 void set_encryption(ConnectionSecurity encryption) {
729 encryption_ = encryption;
    [all...]
network_library.cc 1791 ConnectionSecurity encryption = encryption_; local
    [all...]
  /external/libmtp/src/
ptp.h 1054 uint8_t encryption; \/* 0 - None, 1 - WEP 64bit, 2 - WEP 128bit (not supported: 3 - TKIP) *\/ member in struct:_PTPNIKONWifiProfile
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 338 milliseconds