Searched refs:encryption (Results 1 - 15 of 15) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultCMSSignatureAlgorithmNameGenerator.java26 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) argument
29 encryptionAlgs.put(alias, encryption);
133 * Return the digest encryption algorithm using one of the standard
151 * Set the mapping for the encryption algorithm used in association with a SignedData generation
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
/external/boringssl/src/crypto/pkcs8/
H A Dp5_pbev2.c69 /* PKCS#5 v2.0 password based encryption structures */
73 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
134 /* Setup the AlgorithmIdentifier for the encryption scheme */
135 scheme = pbe2->encryption;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4137 ContentEncryption* const encryption = local
4139 if (!encryption)
4142 status = ParseEncryptionEntry(pos, size, pReader, encryption);
4144 delete encryption;
4147 *encryption_entries_end_++ = encryption;
4217 ContentEncryption* encryption) {
4219 assert(encryption);
4232 encryption->algo = UnserializeUInt(pReader, pos, size);
4233 if (encryption->algo != 5)
4237 delete[] encryption
4215 ParseEncryptionEntry(long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
H A Dmkvparser.hpp255 // size in bytes of the ContentEncAESSettings payload. |encryption| is
269 // bytes of the ContentEncryption payload. |encryption| is where the parsed
272 IMkvReader* pReader, ContentEncryption* encryption);
/external/libvpx/libwebm/
H A Dmkvparser.cpp4223 ContentEncryption* const encryption = local
4225 if (!encryption)
4228 status = ParseEncryptionEntry(pos, size, pReader, encryption);
4230 delete encryption;
4233 *encryption_entries_end_++ = encryption;
4305 ContentEncryption* encryption) {
4307 assert(encryption);
4320 encryption->algo = UnserializeUInt(pReader, pos, size);
4321 if (encryption->algo != 5)
4325 delete[] encryption
4303 ParseEncryptionEntry(long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
H A Dmkvparser.hpp259 // size in bytes of the ContentEncAESSettings payload. |encryption| is
273 // bytes of the ContentEncryption payload. |encryption| is where the parsed
276 IMkvReader* pReader, ContentEncryption* encryption);
/external/ipsec-tools/
H A Dsetup.c300 int auth, int hash, int encryption, int length)
305 p->enctype = encryption;
299 add_proposal(struct remoteconf *remoteconf, int auth, int hash, int encryption, int length) argument
/external/libvncserver/webclients/novnc/
H A DREADME.md20 * WebSocket SSL/TLS encryption (i.e. "wss://") support
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl435 encryption (disable the button with the -enc option, or Options menu.)
611 VeNCrypt SSL encryption' and 'Server uses Anonymous Diffie-Hellman'
617 (Listen) then you *MUST* set the 'Server uses VeNCrypt SSL encryption'
623 'Server uses VeNCrypt SSL encryption' (and the ANON-DH if it applies)
631 (In SSH encryption mode, it glues to ssh instead of stunnel.) In most
1320 below) in the VNC Host:Display to disable encryption (use a different
1378 switching to SSL/TLS encryption and authentication.
1405 and then select 'None' as the encryption type. Note that the above
1558 sure you want no encryption. For example, "Vnc://far-away.east:0"
1570 to naive users how to disable encryption
[all...]
/external/boringssl/include/openssl/
H A Dx509.h510 /* Password based encryption structure */
517 /* Password based encryption V2 structures */
521 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/external/boringssl/src/include/openssl/
H A Dx509.h510 /* Password based encryption structure */
517 /* Password based encryption V2 structures */
521 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/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 ...
/external/libmtp/src/
H A Dptp.c2366 buffer[0x6C] = profile->encryption;
2374 switch(profile->encryption) {
H A Dptp.h1054 uint8_t encryption; /* 0 - None, 1 - WEP 64bit, 2 - WEP 128bit (not supported: 3 - TKIP) */ member in struct:_PTPNIKONWifiProfile

Completed in 580 milliseconds