/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | CipherSinkTest.kt | 120 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in <lambda>() constant 135 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in <lambda>() constant 150 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in <lambda>() constant 165 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in <lambda>() constant 187 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in <lambda>() constant
|
H A D | CipherSourceTest.kt | 110 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in decrypt() constant 124 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in decryptEmpty() constant 138 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in decryptLarge() constant 152 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in decryptSingleByteSource() constant 171 val encryptedData = cipherFactory.encrypt.doFinal(expectedData) in decryptPaddingRequired() constant
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | XmlUtil.java | 472 EncryptedData encryptedData = null; in writePreSharedKeyToXml() local 531 EncryptedData encryptedData = null; in writeEncryptedBytesToXml() local 835 EncryptedData encryptedData = in readEncrytepdBytesFromXml() local 1101 EncryptedData encryptedData = in parseFromXml() local 1586 EncryptedData encryptedData = null; in writePasswordToXml() local 1814 EncryptedData encryptedData = in parseFromXml() local 1853 public static void writeToXml(XmlSerializer out, EncryptedData encryptedData) in writeToXml() 2485 EncryptedData encryptedData = null; in writeSoftApPassphraseToXml() local 2509 EncryptedData encryptedData = in readSoftApPassphraseFromXml() local
|
D | WifiConfigStoreEncryptionUtil.java | 100 EncryptedData encryptedData = null; in encrypt() local 128 public @Nullable byte[] decrypt(@NonNull EncryptedData encryptedData) { in decrypt()
|
D | EncryptedData.java | 31 public EncryptedData(byte[] encryptedData, byte[] iv) { in EncryptedData()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/ |
D | EncryptedPrivateKeyInfo.java | 64 private byte[] encryptedData; field in EncryptedPrivateKeyInfo 131 public EncryptedPrivateKeyInfo(String algName, byte[] encryptedData) in EncryptedPrivateKeyInfo() 173 byte[] encryptedData) throws NoSuchAlgorithmException { in EncryptedPrivateKeyInfo()
|
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/ |
H A D | EncryptedPrivateKeyInfo.java | 64 private byte[] encryptedData; field in EncryptedPrivateKeyInfo 131 public EncryptedPrivateKeyInfo(String algName, byte[] encryptedData) in EncryptedPrivateKeyInfo() 173 byte[] encryptedData) throws NoSuchAlgorithmException { in EncryptedPrivateKeyInfo()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/ |
D | EncryptedPrivateKeyInfo.java | 64 private byte[] encryptedData; field in EncryptedPrivateKeyInfo 131 public EncryptedPrivateKeyInfo(String algName, byte[] encryptedData) in EncryptedPrivateKeyInfo() 173 byte[] encryptedData) throws NoSuchAlgorithmException { in EncryptedPrivateKeyInfo()
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | XmlUtilTest.java | 138 EncryptedData encryptedData = new EncryptedData(new byte[0], new byte[0]); in testPskWifiConfigurationSerializeDeserializeWithEncryption() local 157 EncryptedData encryptedData = new EncryptedData(new byte[]{(byte) i}, in testWepWifiConfigurationSerializeDeserializeWithEncryption() local 492 EncryptedData encryptedData = new EncryptedData(new byte[0], new byte[0]); in testWifiEnterpriseConfigSerializeDeserializeWithEncryption() local 914 EncryptedData encryptedData = new EncryptedData(new byte[]{1, 2, 3, 4}, in testConfigStoreWithEncryptedPreSharedKey() local
|
/aosp_15_r20/hardware/interfaces/identity/aidl/vts/ |
H A D | UpdateCredentialTests.cpp | 105 vector<uint8_t> encryptedData; in provisionData() local 187 vector<uint8_t> encryptedData; in TEST_P() local
|
H A D | ProveOwnershipTests.cpp | 106 vector<uint8_t> encryptedData; in provisionData() local
|
H A D | AuthenticationKeyTests.cpp | 108 vector<uint8_t> encryptedData; in TEST_P() local
|
H A D | DeleteCredentialTests.cpp | 106 vector<uint8_t> encryptedData; in provisionData() local
|
H A D | PresentationSessionTests.cpp | 117 vector<uint8_t> encryptedData; in provisionSingleDocument() local
|
H A D | TestCredentialTests.cpp | 104 vector<uint8_t> encryptedData; in TEST_P() local
|
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
H A D | BrokenKeyDerivationActivity.java | 223 private byte[] encryptedData = null; field in BrokenKeyDerivationActivity 229 private void storeDataEncryptedWithSecureKey(byte[] encryptedData) { in storeDataEncryptedWithSecureKey()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeEncryptedPayloadBody.java | 277 byte[] encryptedData, in normalModeDecrypt() 324 byte[] encryptedData, in combinedModeDecrypt()
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicOpsImpl.cc | 128 size_t additionalAuthenticationDataSize, uint8_t* encryptedData) { in eicOpsEncryptAes128Gcm() 169 const uint8_t* encryptedData, in eicOpsDecryptAes128Gcm()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/util/ |
D | CryptUtilsTest.java | 39 String encryptedData = CryptUtils.encrypt(data); in testEncryptDecrypt() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/cms/ |
H A D | CMSObjectIdentifiers.java | 23 static final ASN1ObjectIdentifier encryptedData = PKCSObjectIdentifiers.encryptedData; field
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/cms/ |
H A D | CMSObjectIdentifiers.java | 23 static final ASN1ObjectIdentifier encryptedData = PKCSObjectIdentifiers.encryptedData; field
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
H A D | CMSObjectIdentifiers.java | 19 static final ASN1ObjectIdentifier encryptedData = PKCSObjectIdentifiers.encryptedData; field
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
H A D | EncryptedPrivateKeyInfoData.java | 1131 public static final byte[] encryptedData; field in EncryptedPrivateKeyInfoData
|
/aosp_15_r20/hardware/interfaces/identity/aidl/default/ |
H A D | EicOpsImpl.cc | 155 size_t additionalAuthenticationDataSize, uint8_t* encryptedData) { in eicOpsEncryptAes128Gcm() 193 const uint8_t* encryptedData, size_t encryptedDataSize, in eicOpsDecryptAes128Gcm()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeNormalModeCipher.java | 127 public byte[] decrypt(byte[] encryptedData, byte[] keyBytes, byte[] ivBytes) in decrypt()
|