/frameworks/base/media/jni/ |
D | android_media_MediaCrypto.cpp | 75 sp<ICrypto> crypto = service->makeCrypto(); in MakeCrypto() local 77 if (crypto == NULL || crypto->initCheck() != OK) { in MakeCrypto() 81 return crypto; in MakeCrypto() 87 sp<ICrypto> crypto = MakeCrypto(); in MakeCrypto() local 89 if (crypto == NULL) { in MakeCrypto() 93 status_t err = crypto->createPlugin(uuid, initData, initSize); in MakeCrypto() 99 return crypto; in MakeCrypto() 112 sp<ICrypto> crypto = MakeCrypto(); in IsCryptoSchemeSupported() local 114 if (crypto == NULL) { in IsCryptoSchemeSupported() 118 return crypto->isCryptoSchemeSupported(uuid); in IsCryptoSchemeSupported() [all …]
|
D | android_media_MediaCodec.cpp | 112 const sp<ICrypto> &crypto, in configure() argument 121 return mCodec->configure(format, mSurfaceTextureClient, crypto, flags); in configure() 382 sp<ICrypto> crypto; in android_media_MediaCodec_native_configure() local 384 crypto = JCrypto::GetCrypto(env, jcrypto); in android_media_MediaCodec_native_configure() 387 err = codec->configure(format, surfaceTexture, crypto, flags); in android_media_MediaCodec_native_configure()
|
D | android_media_MediaCodec.h | 47 const sp<ICrypto> &crypto,
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | MacAuthenticatedInputStreamTest.java | 24 import javax.crypto.Mac; 25 import javax.crypto.SecretKey; 26 import javax.crypto.spec.SecretKeySpec;
|
D | ContainerEncryptionParamsTest.java | 24 import javax.crypto.SecretKey; 25 import javax.crypto.spec.IvParameterSpec; 26 import javax.crypto.spec.SecretKeySpec;
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 239 Surface surface, MediaCrypto crypto, int flags) { in configure() argument 257 native_configure(keys, values, surface, crypto, flags); in configure() 262 Surface surface, MediaCrypto crypto, int flags); in native_configure() argument
|
/frameworks/base/keystore/java/android/security/ |
D | SystemKeyStore.java | 30 import javax.crypto.KeyGenerator; 31 import javax.crypto.SecretKey;
|
/frameworks/base/core/java/android/content/pm/ |
D | MacAuthenticatedInputStream.java | 23 import javax.crypto.Mac;
|
D | ContainerEncryptionParams.java | 28 import javax.crypto.SecretKey; 29 import javax.crypto.spec.IvParameterSpec;
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 136 const sp<ICrypto> &crypto, in configure() argument 149 if (crypto != NULL) { in configure() 150 msg->setPointer("crypto", crypto.get()); in configure() 828 void *crypto; in onMessageReceived() local 829 if (!msg->findPointer("crypto", &crypto)) { in onMessageReceived() 830 crypto = NULL; in onMessageReceived() 833 mCrypto = static_cast<ICrypto *>(crypto); in onMessageReceived()
|
/frameworks/av/media/libmedia/ |
D | IMediaPlayerService.cpp | 205 sp<ICrypto> crypto = makeCrypto(); in onTransact() local 206 reply->writeStrongBinder(crypto->asBinder()); in onTransact()
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
D | DefaultContainerService.java | 61 import javax.crypto.Cipher; 62 import javax.crypto.CipherInputStream; 63 import javax.crypto.Mac; 64 import javax.crypto.NoSuchPaddingException;
|
/frameworks/base/tools/obbtool/ |
D | mkobb.sh | 53 if ! egrep -q "name\s*:\s*${CRYPTO}$" /proc/crypto; then \
|
/frameworks/base/ |
D | preloaded-classes | 1261 com.android.org.bouncycastle.crypto.AsymmetricBlockCipher 1262 com.android.org.bouncycastle.crypto.CipherParameters 1263 com.android.org.bouncycastle.crypto.Digest 1264 com.android.org.bouncycastle.crypto.ExtendedDigest 1265 com.android.org.bouncycastle.crypto.digests.GeneralDigest 1266 com.android.org.bouncycastle.crypto.digests.SHA1Digest 1267 com.android.org.bouncycastle.crypto.encodings.PKCS1Encoding 1268 com.android.org.bouncycastle.crypto.encodings.PKCS1Encoding$1 1269 com.android.org.bouncycastle.crypto.engines.RSABlindedEngine 1270 com.android.org.bouncycastle.crypto.engines.RSACoreEngine [all …]
|
/frameworks/av/include/media/stagefright/ |
D | MediaCodec.h | 56 const sp<ICrypto> &crypto,
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
D | Pm.java | 56 import javax.crypto.SecretKey; 57 import javax.crypto.spec.IvParameterSpec; 58 import javax.crypto.spec.SecretKeySpec;
|
/frameworks/base/services/java/com/android/server/ |
D | BackupManagerService.java | 120 import javax.crypto.BadPaddingException; 121 import javax.crypto.Cipher; 122 import javax.crypto.CipherInputStream; 123 import javax.crypto.CipherOutputStream; 124 import javax.crypto.IllegalBlockSizeException; 125 import javax.crypto.NoSuchPaddingException; 126 import javax.crypto.SecretKey; 127 import javax.crypto.SecretKeyFactory; 128 import javax.crypto.spec.IvParameterSpec; 129 import javax.crypto.spec.PBEKeySpec; [all …]
|
D | MountService.java | 86 import javax.crypto.SecretKey; 87 import javax.crypto.SecretKeyFactory; 88 import javax.crypto.spec.PBEKeySpec;
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 337 http://developer.android.com/reference/javax/crypto/package-summary.html 338 http://developer.android.com/reference/javax/crypto/interfaces/package-summary.html 339 http://developer.android.com/reference/javax/crypto/spec/package-summary.html 2567 http://developer.android.com/reference/javax/crypto/CipherOutputStream.html 2814 http://developer.android.com/reference/javax/crypto/SecretKey.html 2815 http://developer.android.com/reference/javax/crypto/Cipher.html 2816 http://developer.android.com/reference/javax/crypto/CipherInputStream.html 2817 http://developer.android.com/reference/javax/crypto/CipherSpi.html 2818 http://developer.android.com/reference/javax/crypto/EncryptedPrivateKeyInfo.html 2819 http://developer.android.com/reference/javax/crypto/ExemptionMechanism.html [all …]
|
/frameworks/base/api/ |
D | 14.txt | 32894 ctor public KeyStore.SecretKeyEntry(javax.crypto.SecretKey); 32895 method public javax.crypto.SecretKey getSecretKey(); 39061 package javax.crypto { 39069 ctor protected Cipher(javax.crypto.CipherSpi, java.security.Provider, java.lang.String); 39070 …method public final byte[] doFinal() throws javax.crypto.BadPaddingException, javax.crypto.Illegal… 39071 …t doFinal(byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 39072 …method public final byte[] doFinal(byte[]) throws javax.crypto.BadPaddingException, javax.crypto.I… 39073 …lic final byte[] doFinal(byte[], int, int) throws javax.crypto.BadPaddingException, javax.crypto.I… 39074 …e[], int, int, byte[]) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 39075 …int, int, byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… [all …]
|
D | 15.txt | 33049 ctor public KeyStore.SecretKeyEntry(javax.crypto.SecretKey); 33050 method public javax.crypto.SecretKey getSecretKey(); 39216 package javax.crypto { 39224 ctor protected Cipher(javax.crypto.CipherSpi, java.security.Provider, java.lang.String); 39225 …method public final byte[] doFinal() throws javax.crypto.BadPaddingException, javax.crypto.Illegal… 39226 …t doFinal(byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 39227 …method public final byte[] doFinal(byte[]) throws javax.crypto.BadPaddingException, javax.crypto.I… 39228 …lic final byte[] doFinal(byte[], int, int) throws javax.crypto.BadPaddingException, javax.crypto.I… 39229 …e[], int, int, byte[]) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 39230 …int, int, byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… [all …]
|
D | current.txt | 34332 ctor public KeyStore.SecretKeyEntry(javax.crypto.SecretKey); 34333 method public javax.crypto.SecretKey getSecretKey(); 40499 package javax.crypto { 40507 ctor protected Cipher(javax.crypto.CipherSpi, java.security.Provider, java.lang.String); 40508 …method public final byte[] doFinal() throws javax.crypto.BadPaddingException, javax.crypto.Illegal… 40509 …t doFinal(byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 40510 …method public final byte[] doFinal(byte[]) throws javax.crypto.BadPaddingException, javax.crypto.I… 40511 …lic final byte[] doFinal(byte[], int, int) throws javax.crypto.BadPaddingException, javax.crypto.I… 40512 …e[], int, int, byte[]) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 40513 …int, int, byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… [all …]
|
D | 16.txt | 34332 ctor public KeyStore.SecretKeyEntry(javax.crypto.SecretKey); 34333 method public javax.crypto.SecretKey getSecretKey(); 40499 package javax.crypto { 40507 ctor protected Cipher(javax.crypto.CipherSpi, java.security.Provider, java.lang.String); 40508 …method public final byte[] doFinal() throws javax.crypto.BadPaddingException, javax.crypto.Illegal… 40509 …t doFinal(byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 40510 …method public final byte[] doFinal(byte[]) throws javax.crypto.BadPaddingException, javax.crypto.I… 40511 …lic final byte[] doFinal(byte[], int, int) throws javax.crypto.BadPaddingException, javax.crypto.I… 40512 …e[], int, int, byte[]) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… 40513 …int, int, byte[], int) throws javax.crypto.BadPaddingException, javax.crypto.IllegalBlockSizeExcep… [all …]
|
/frameworks/base/docs/html/guide/practices/ |
D | security.jd | 744 href="{@docRoot}reference/javax/crypto/Cipher.html">Cipher</a></code> class.</p> 749 href="{@docRoot}reference/javax/crypto/KeyGenerator.html">
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 745 href="{@docRoot}reference/javax/crypto/Cipher.html">Cipher</a></code> class.</p> 750 href="{@docRoot}reference/javax/crypto/KeyGenerator.html">
|