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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 45 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption)
48 encryptionAlgs.put(alias.getId(), encryption); local
129 * Return the digest encryption algorithm using one of the standard
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_sync_service.cc 97 std::string encryption; local
99 &encryption);
108 encryption);
336 std::string encryption; local
338 &encryption);
373 signature, encryption)));
  /external/chromium_org/printing/backend/
print_backend_cups.cc 34 http_encryption_t encryption, bool blocking);
66 http_encryption_t encryption,
69 cups_encryption_(encryption),
225 int encryption = HTTP_ENCRYPT_NEVER; local
233 print_backend_settings->GetInteger(kCUPSEncryption, &encryption);
237 static_cast<http_encryption_t>(encryption),
  /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_org/chrome/service/cloud_print/
print_system_cups.cc 136 http_encryption_t encryption, const char* name,
138 int PrintFile(const GURL& url, http_encryption_t encryption,
426 int encryption; local
427 if (print_system_settings->GetInteger(kCUPSEncryption, &encryption))
429 static_cast<http_encryption_t>(encryption);
471 // Set encryption for backend.
743 int PrintSystemCUPS::PrintFile(const GURL& url, http_encryption_t encryption,
750 printing::HttpConnectionCUPS http(url, encryption);
758 http_encryption_t encryption,
763 printing::HttpConnectionCUPS http(url, encryption);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 328 // Parse the first encryption element found with a matching 'usage'
332 // Return false if there was an encryption element and it could not be
338 for (const buzz::XmlElement* encryption = desc->FirstNamed(QN_ENCRYPTION);
339 encryption != NULL;
340 encryption = encryption->NextNamed(QN_ENCRYPTION)) {
341 if (encryption->FirstNamed(usage) != NULL) {
342 if (GetXmlAttr(encryption, QN_ENCRYPTION_REQUIRED, false)) {
345 for (const buzz::XmlElement* crypto = encryption->FirstNamed(QN_CRYPTO);
475 // Parse the first encryption element found
481 const buzz::XmlElement* encryption = local
    [all...]
mediasessionclient_unittest.cc 110 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1'> " \
116 "</rtp:encryption> ";
120 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1'> " \
125 "</rtp:encryption> ";
129 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1' required='true'> "\
135 "</rtp:encryption> ";
138 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1' required='true'> "\
143 "</rtp:encryption> ";
147 "<rtp:encryption xmlns:rtp='urn:xmpp:jingle:apps:rtp:1'> " \
153 "</rtp:encryption> ";
1663 buzz::XmlElement* encryption = EncryptionFromContent(content); local
1677 buzz::XmlElement* encryption = EncryptionFromContent(content); local
1986 buzz::XmlElement* encryption = EncryptionFromContent(content); local
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 331 // Convert |EncryptionType| into WPA(2) encryption type string.
339 std::string* encryption,
451 // encryption type saved by |CreateNetwork| if applicable. Profile has to be
605 // WAP and WAP2 networks could use either AES or TKIP encryption type.
607 // encryption type fails.
1774 std::string encryption; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 4645 ContentEncryption* const encryption = new ContentEncryption(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 4606 ContentEncryption* const encryption = local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 5270 ContentEncryption* const encryption = local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 4609 ContentEncryption* const encryption = 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 5270 ContentEncryption* const encryption = local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509.h 512 /* Password based encryption structure */
519 /* Password based encryption V2 structures */
523 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 670 milliseconds