Searched refs:crypto (Results 1 – 13 of 13) 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 | EncryptedDocument.java | 43 import javax.crypto.Cipher; 44 import javax.crypto.Mac; 45 import javax.crypto.SecretKey; 46 import javax.crypto.spec.IvParameterSpec;
|
D | SecretKeyWrapper.java | 31 import javax.crypto.Cipher; 32 import javax.crypto.SecretKey;
|
D | VaultProvider.java | 54 import javax.crypto.Mac; 55 import javax.crypto.SecretKey; 56 import javax.crypto.spec.SecretKeySpec;
|
/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/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/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/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
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 6504 …tem/core,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,"Rename lib{crypto,ssl}-host to lib{crypto,ssl}" 7091 …m/core,fake_6TORb7f7RFq6QSt0LVqj-w@fakeemail.com,Ask the user before wiping if crypto policy fails. 9038 …oringssl,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,"Rename lib{crypto,ssl}-host to lib{crypto,ssl}" 17751 …e_engine,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,"Rename lib{crypto,ssl}-host to lib{crypto,ssl}" 19233 …9507db4e,platform/system/vold,fake_rz9HG5z6SpKni1bwZQfycQ@fakeemail.com,Switch to BoringSSL crypto. 19250 …port keys with a secret but no token, which are handled not using Keymaster but in-process crypto." 19260 …vold,fake_6TORb7f7RFq6QSt0LVqj-w@fakeemail.com,Move functions useful for crypto test into their ow… 19767 …/external/iproute2,fake_EhnPDnkFQOOn6qVP9WvJlg@fakeemail.com,ip xfrm: Add xfrm state crypto offload 20997 …ternal/tpm2,fake_8frJ6Vq5QJSa-UobyRPH1w@fakeemail.com,Re-enable non-platform dependent crypto code. 23848 …eference,fake_HinKPgKTRoitvI6TLsBGrA@fakeemail.com,"Rename lib{crypto,ssl}-host to lib{crypto,ssl}" [all …]
|