Searched defs:encryption (Results 1 - 18 of 18) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedHelper.java45 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) argument
48 encryptionAlgs.put(alias.getId(), encryption);
129 * Return the digest encryption algorithm using one of the standard
H A DDefaultCMSSignatureAlgorithmNameGenerator.java25 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) argument
28 encryptionAlgs.put(alias, encryption);
119 * Return the digest encryption algorithm using one of the standard
137 * Set the mapping for the encryption algorithm used in association with a SignedData generation
/external/chromium_org/printing/backend/
H A Dprint_backend_cups.cc34 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),
65 PrintBackendCUPS(const GURL& print_server_url, http_encryption_t encryption, bool blocking) argument
H A Dcups_helper.cc314 http_encryption_t encryption)
324 http_ = httpConnectEncrypt(print_server_url.host().c_str(), port, encryption);
313 HttpConnectionCUPS(const GURL& print_server_url, http_encryption_t encryption) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service.cc97 std::string encryption; local
99 &encryption);
108 encryption);
336 std::string encryption; local
338 &encryption);
373 signature, encryption)));
/external/ipsec-tools/
H A Dsetup.c299 int auth, int hash, int encryption, int length)
304 p->enctype = encryption;
298 add_proposal(struct remoteconf *remoteconf, int auth, int hash, int encryption, int length) argument
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_cups.cc136 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, argument
750 printing::HttpConnectionCUPS http(url, encryption);
758 http_encryption_t encryption,
763 printing::HttpConnectionCUPS http(url, encryption);
757 GetJobs(cups_job_t** jobs, const GURL& url, http_encryption_t encryption, const char* name, int myjobs, int whichjobs) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc328 // 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 elemen
481 const buzz::XmlElement* encryption = local
[all...]
H A Dmediasessionclient_unittest.cc110 "<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> ";
1110 AddEncryption(std::string stanza, std::string encryption) argument
1318 NextFromEncryption(buzz::XmlElement* encryption) argument
1438 NextFromEncryption(buzz::XmlElement* encryption) argument
1538 NextFromEncryption(buzz::XmlElement* encryption) argument
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/
H A Dwifi_service_win.cc331 // 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.
1745 std::string* encryption,
1749 *encryption = kEncryptionNone;
1752 *encryption = kEncryptionWEP;
1756 *encryption = WpaEncryptionFromEncryptionType(encryption_type);
1760 *encryption
1741 AuthEncryptionFromSecurity( const std::string& security, EncryptionType encryption_type, std::string* authentication, std::string* encryption, std::string* key_type) const argument
1774 std::string encryption; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4606 ContentEncryption* const encryption = local
4608 if (!encryption)
4611 status = ParseEncryptionEntry(pos, size, pReader, encryption);
4613 delete encryption;
4616 *encryption_entries_end_++ = encryption;
4686 ContentEncryption* encryption) {
4688 assert(encryption);
4701 encryption->algo = UnserializeUInt(pReader, pos, size);
4702 if (encryption->algo != 5)
4706 delete[] encryption
4684 ParseEncryptionEntry(long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5270 ContentEncryption* const encryption = local
5272 if (!encryption)
5275 status = ParseEncryptionEntry(pos, size, pReader, encryption);
5277 delete encryption;
5280 *encryption_entries_end_++ = encryption;
5357 ContentEncryption* encryption) {
5359 assert(encryption);
5376 encryption->algo = UnserializeUInt(pReader, pos, size);
5377 if (encryption->algo != 5)
5381 delete[] encryption
5353 ParseEncryptionEntry( long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp4609 ContentEncryption* const encryption = local
4611 if (!encryption)
4614 status = ParseEncryptionEntry(pos, size, pReader, encryption);
4616 delete encryption;
4619 *encryption_entries_end_++ = encryption;
4689 ContentEncryption* encryption) {
4691 assert(encryption);
4704 encryption->algo = UnserializeUInt(pReader, pos, size);
4705 if (encryption->algo != 5)
4709 delete[] encryption
4687 ParseEncryptionEntry(long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509.h558 /* Password based encryption structure */
565 /* Password based encryption V2 structures */
569 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/external/openssl/include/openssl/
H A Dx509.h558 /* Password based encryption structure */
565 /* Password based encryption V2 structures */
569 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h512 /* Password based encryption structure */
519 /* Password based encryption V2 structures */
523 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/external/libmtp/src/
H A Dptp.h1054 uint8_t encryption; /* 0 - None, 1 - WEP 64bit, 2 - WEP 128bit (not supported: 3 - TKIP) */ member in struct:_PTPNIKONWifiProfile
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 545 milliseconds