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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 59 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption)
62 encryptionAlgs.put(alias.getId(), encryption); local
171 * Return the digest encryption algorithm using one of the standard
  /external/chromium_org/printing/backend/
print_backend_cups.cc 114 http_encryption_t encryption, bool blocking);
146 http_encryption_t encryption,
149 cups_encryption_(encryption),
311 int encryption = HTTP_ENCRYPT_NEVER; local
319 print_backend_settings->GetInteger(kCUPSEncryption, &encryption);
323 static_cast<http_encryption_t>(encryption),
  /external/kernel-headers/original/linux/
net.h 175 short encryption; member in struct:net_proto_family
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 27 * ("b="), encryption keys ("k="), and attribute fields ("a="). Currently this
162 * Returns the encryption method or {@code null} if it is not present.
169 * Returns the encryption key or {@code null} if it is not present.
176 * Sets the encryption method and the encryption key. The field will be
427 * Returns the encryption method or {@code null} if it is not present.
430 String encryption = get("k", '='); local
431 if (encryption == null) {
434 int colon = encryption.indexOf(':');
435 return (colon == -1) ? encryption : encryption.substring(0, colon)
442 String encryption = get("k", '='); 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/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 143 http_encryption_t encryption, const char* name,
145 int PrintFile(const GURL& url, http_encryption_t encryption,
431 int encryption; local
432 if (print_system_settings->GetInteger(kCUPSEncryption, &encryption))
434 static_cast<http_encryption_t>(encryption);
476 // Set encryption for backend.
738 int PrintSystemCUPS::PrintFile(const GURL& url, http_encryption_t encryption,
745 printing::HttpConnectionCUPS http(url, encryption);
753 http_encryption_t encryption,
758 printing::HttpConnectionCUPS http(url, encryption);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc 1010 ConnectionSecurity encryption = encryption_; local
    [all...]
network_library.h 933 ConnectionSecurity encryption() const { return encryption_; } function in class:chromeos::WifiNetwork
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 327 // Parse the first encryption element found with a matching 'usage'
331 // Return false if there was an encryption element and it could not be
337 for (const buzz::XmlElement* encryption = desc->FirstNamed(QN_ENCRYPTION);
338 encryption != NULL;
339 encryption = encryption->NextNamed(QN_ENCRYPTION)) {
340 if (encryption->FirstNamed(usage) != NULL) {
342 GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false));
343 for (const buzz::XmlElement* crypto = encryption->FirstNamed(QN_CRYPTO);
469 // Parse the first encryption element found
475 const buzz::XmlElement* encryption = local
    [all...]
mediasessionclient_unittest.cc 86 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1'> " \
92 "</rtp:encryption> ";
96 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1'> " \
101 "</rtp:encryption> ";
105 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1' required='true'> "\
111 "</rtp:encryption> ";
114 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1' required='true'> "\
119 "</rtp:encryption> ";
123 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1'> " \
129 "</rtp:encryption> ";
1757 buzz::XmlElement* encryption = EncryptionFromContent(content); local
1771 buzz::XmlElement* encryption = EncryptionFromContent(content); local
2080 buzz::XmlElement* encryption = EncryptionFromContent(content); local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 4638 ContentEncryption* const encryption = new ContentEncryption(); local
    [all...]
  /external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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 2099 milliseconds