/libcore/ojluni/src/main/java/sun/security/internal/spec/ |
TlsKeyMaterialParameterSpec.java | 51 private final String cipherAlgorithm; 66 * @param cipherAlgorithm the algorithm name of the cipher keys to 86 * serverRandom, or cipherAlgorithm are null 94 byte[] serverRandom, String cipherAlgorithm, int cipherKeyLength, 100 if (cipherAlgorithm == null) { 110 this.cipherAlgorithm = cipherAlgorithm; 178 return cipherAlgorithm;
|
/libcore/benchmarks/src/benchmarks/regression/ |
CipherBenchmark.java | 87 private String cipherAlgorithm; 100 cipherAlgorithm = algorithm.toString() + "/" + mode.toString() + "/" 127 cipherEncrypt = Cipher.getInstance(cipherAlgorithm, providerName); 130 cipherDecrypt = Cipher.getInstance(cipherAlgorithm, providerName);
|
/development/ndk/platforms/android-21/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/frameworks/av/include/ndk/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/media/ |
NdkMediaDrm.h | 407 * by cipherAlgorithm, and write the encrypted result into output. The caller must 413 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 418 * by cipherAlgorithm, and write the decrypted result into output. The caller must 424 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv,
|
/frameworks/base/media/java/android/media/ |
MediaDrm.java | [all...] |
/frameworks/av/media/ndk/ |
NdkMediaDrm.cpp | 585 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 596 status_t status = mObj->mDrm->setCipherAlgorithm(*iter, String8(cipherAlgorithm)); 626 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 631 return encrypt_decrypt_common(mObj, *sessionId, cipherAlgorithm, keyId, iv, 637 const char *cipherAlgorithm, uint8_t *keyId, uint8_t *iv, 642 return encrypt_decrypt_common(mObj, *sessionId, cipherAlgorithm, keyId, iv,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.security_1.0.200.v20100503.jar | |