HomeSort by relevance Sort by last modified time
    Searched refs:macAlgorithm (Results 1 - 21 of 21) sorted by null

  /frameworks/av/include/ndk/
NdkMediaDrm.h 428 * Generate a signature using the specified macAlgorithm over the message data
437 const char *macAlgorithm, uint8_t *keyId, uint8_t *message, size_t messageSize,
441 * Perform a signature verification using the specified macAlgorithm over the message
448 const char *macAlgorithm, uint8_t *keyId, const uint8_t *message, size_t messageSize,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/media/
NdkMediaDrm.h 428 * Generate a signature using the specified macAlgorithm over the message data
437 const char *macAlgorithm, uint8_t *keyId, uint8_t *message, size_t messageSize,
441 * Perform a signature verification using the specified macAlgorithm over the message
448 const char *macAlgorithm, uint8_t *keyId, const uint8_t *message, size_t messageSize,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/media/
NdkMediaDrm.h 428 * Generate a signature using the specified macAlgorithm over the message data
437 const char *macAlgorithm, uint8_t *keyId, uint8_t *message, size_t messageSize,
441 * Perform a signature verification using the specified macAlgorithm over the message
448 const char *macAlgorithm, uint8_t *keyId, const uint8_t *message, size_t messageSize,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/media/
NdkMediaDrm.h 428 * Generate a signature using the specified macAlgorithm over the message data
437 const char *macAlgorithm, uint8_t *keyId, uint8_t *message, size_t messageSize,
441 * Perform a signature verification using the specified macAlgorithm over the message
448 const char *macAlgorithm, uint8_t *keyId, const uint8_t *message, size_t messageSize,
  /frameworks/base/media/java/android/media/
MediaDrm.java 688 String cipherAlgorithm, String macAlgorithm)
693 setMacAlgorithmNative(drm, sessionId, macAlgorithm);
754 * @param macAlgorithm the algorithm to use for sign and verify
763 String cipherAlgorithm, String macAlgorithm)
765 return new CryptoSession(this, sessionId, cipherAlgorithm, macAlgorithm);
    [all...]
  /frameworks/base/core/java/android/content/pm/
ContainerEncryptionParams.java 103 * @param macAlgorithm MAC algorithm to use; format matches JCE
116 AlgorithmParameterSpec encryptionSpec, SecretKey encryptionKey, String macAlgorithm,
128 if (!TextUtils.isEmpty(macAlgorithm)) {
143 mMacAlgorithm = macAlgorithm;
  /external/chromium_org/net/third_party/nss/ssl/
sslt.h 165 * is "AEAD", macAlgorithm is ssl_mac_aead, and macBits is the length in
168 SSLMACAlgorithm macAlgorithm;
  /external/chromium_org/net/socket/
nss_ssl_util.cc 119 info.macAlgorithm == ssl_hmac_sha256 ||
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 651 const char *macAlgorithm, uint8_t *keyId, uint8_t *message, size_t messageSize,
665 status_t status = mObj->mDrm->setMacAlgorithm(*iter, String8(macAlgorithm));
690 const char *macAlgorithm, uint8_t *keyId, const uint8_t *message, size_t messageSize,
704 status_t status = mObj->mDrm->setMacAlgorithm(*iter, String8(macAlgorithm));
  /external/openssl/crypto/cms/
cms_lcl.h 309 X509_ALGOR *macAlgorithm;
cms_asn1.c 286 ASN1_SIMPLE(CMS_AuthenticatedData, macAlgorithm, X509_ALGOR),
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 479 milliseconds