HomeSort by relevance Sort by last modified time
    Searched defs:encryption (Results 1 - 14 of 14) 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
  /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...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 1299 const mkvparser::ContentEncoding::ContentEncryption *encryption; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 4645 ContentEncryption* const encryption = new ContentEncryption(); local
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 509 /* Password based encryption structure */
516 /* Password based encryption V2 structures */
520 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/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 4270 ContentEncryption* const encryption = local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 4269 ContentEncryption* const encryption = local
    [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 711 milliseconds