Searched refs:crypto (Results 1 – 12 of 12) sorted by relevance
/development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/ |
D | MainActivity.java | 43 import javax.crypto.BadPaddingException; 44 import javax.crypto.Cipher; 45 import javax.crypto.IllegalBlockSizeException; 46 import javax.crypto.KeyGenerator; 47 import javax.crypto.NoSuchPaddingException; 48 import javax.crypto.SecretKey;
|
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
D | BrokenKeyDerivationActivity.java | 35 import javax.crypto.Cipher; 36 import javax.crypto.SecretKey; 37 import javax.crypto.SecretKeyFactory; 38 import javax.crypto.spec.IvParameterSpec; 39 import javax.crypto.spec.PBEKeySpec; 40 import javax.crypto.spec.SecretKeySpec;
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
D | MainActivity.java | 50 import javax.crypto.BadPaddingException; 51 import javax.crypto.Cipher; 52 import javax.crypto.IllegalBlockSizeException; 53 import javax.crypto.KeyGenerator; 54 import javax.crypto.NoSuchPaddingException; 55 import javax.crypto.SecretKey;
|
/development/samples/Vault/src/com/example/android/vault/ |
D | SecretKeyWrapper.java | 31 import javax.crypto.Cipher; 32 import javax.crypto.SecretKey;
|
D | EncryptedDocument.java | 43 import javax.crypto.Cipher; 44 import javax.crypto.Mac; 45 import javax.crypto.SecretKey; 46 import javax.crypto.spec.IvParameterSpec;
|
D | VaultProvider.java | 54 import javax.crypto.Mac; 55 import javax.crypto.SecretKey; 56 import javax.crypto.spec.SecretKeySpec;
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 187 final MediaCodec.CryptoInfo crypto, in writeSample() argument 212 if (crypto == null) { in writeSample() 215 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags); in writeSample()
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 187 final MediaCodec.CryptoInfo crypto, in writeSample() argument 212 if (crypto == null) { in writeSample() 215 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags); in writeSample()
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 187 final MediaCodec.CryptoInfo crypto, in writeSample() argument 212 if (crypto == null) { in writeSample() 215 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags); in writeSample()
|
/development/samples/Vault/tests/src/com/example/android/vault/ |
D | EncryptedDocumentTest.java | 37 import javax.crypto.SecretKey; 38 import javax.crypto.spec.SecretKeySpec;
|
/development/tools/winscope/ |
D | yarn.lock | 1488 crypto-browserify@^3.11.0: 1490 …resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f313… 1864 minimalistic-crypto-utils "^1.0.0" 2374 minimalistic-crypto-utils "^1.0.1" 3242 minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: 3244 …resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1… 3385 crypto-browserify "^3.11.0"
|
/development/vndk/tools/definition-tool/datasets/ |
D | eligible-list-29-properties.csv | 392 libchrome-crypto,False,False,True,cc_library_shared
|