HomeSort by relevance Sort by last modified time
    Searched refs:encryption (Results 1 - 25 of 28) sorted by null

1 2

  /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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureAlgorithmNameGenerator.java 26 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption)
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
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-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
test_encryption.py 25 Some unit tests for the S3 Encryption
45 "s3:x-amz-server-side-encryption":"AES256"
59 bucket_name = 'encryption-%d' % int(time.time())
  /external/boringssl/src/crypto/pkcs8/
p5_pbev2.c 71 /* PKCS#5 v2.0 password based encryption structures */
75 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
136 /* Setup the AlgorithmIdentifier for the encryption scheme */
137 scheme = pbe2->encryption;
419 /* See if we recognise the encryption algorithm. */
421 EVP_get_cipherbynid(OBJ_obj2nid(pbe2param->encryption->algorithm));
435 pbe2param->encryption->parameter, enc);
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 4270 ContentEncryption* const encryption = local
    [all...]
mkvparser.hpp 259 // 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/libvpx/libwebm/mkvparser/
mkvparser.cc 4269 ContentEncryption* const encryption = local
    [all...]
mkvparser.h 257 // size in bytes of the ContentEncAESSettings payload. |encryption| is
271 // bytes of the ContentEncryption payload. |encryption| is where the parsed
274 IMkvReader* pReader, ContentEncryption* encryption);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
key.py 91 This key is also known as the 'encryption key'. It contains the 'n' and 'e'
511 '''Calculates an encryption and a decryption key given p and q, and
552 The public key is also known as the 'encryption key', and is a
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 5270 ContentEncryption* const encryption = local
    [all...]
mkvparser.hpp 280 // size in bytes of the ContentEncAESSettings payload. |encryption| is
296 // bytes of the ContentEncryption payload. |encryption| is where the parsed
301 ContentEncryption* encryption);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
layer1.py 558 data encryption keys stored in an HSM.
    [all...]
  /external/ipsec-tools/
setup.c 300 int auth, int hash, int encryption, int length)
305 p->enctype = encryption;
  /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...]