Home
last modified time | relevance | path

Searched defs:encryptedData (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DCipherSinkTest.kt120 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 DCipherSourceTest.kt110 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/
DXmlUtil.java472 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
DWifiConfigStoreEncryptionUtil.java100 EncryptedData encryptedData = null; in encrypt() local
128 public @Nullable byte[] decrypt(@NonNull EncryptedData encryptedData) { in decrypt()
DEncryptedData.java31 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/
DEncryptedPrivateKeyInfo.java64 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 DEncryptedPrivateKeyInfo.java64 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/
DEncryptedPrivateKeyInfo.java64 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/
DXmlUtilTest.java138 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 DUpdateCredentialTests.cpp105 vector<uint8_t> encryptedData; in provisionData() local
187 vector<uint8_t> encryptedData; in TEST_P() local
H A DProveOwnershipTests.cpp106 vector<uint8_t> encryptedData; in provisionData() local
H A DAuthenticationKeyTests.cpp108 vector<uint8_t> encryptedData; in TEST_P() local
H A DDeleteCredentialTests.cpp106 vector<uint8_t> encryptedData; in provisionData() local
H A DPresentationSessionTests.cpp117 vector<uint8_t> encryptedData; in provisionSingleDocument() local
H A DTestCredentialTests.cpp104 vector<uint8_t> encryptedData; in TEST_P() local
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
H A DBrokenKeyDerivationActivity.java223 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/
DIkeEncryptedPayloadBody.java277 byte[] encryptedData, in normalModeDecrypt()
324 byte[] encryptedData, in combinedModeDecrypt()
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/
DEicOpsImpl.cc128 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/
DCryptUtilsTest.java39 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 DCMSObjectIdentifiers.java23 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 DCMSObjectIdentifiers.java23 static final ASN1ObjectIdentifier encryptedData = PKCSObjectIdentifiers.encryptedData; field
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DCMSObjectIdentifiers.java19 static final ASN1ObjectIdentifier encryptedData = PKCSObjectIdentifiers.encryptedData; field
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
H A DEncryptedPrivateKeyInfoData.java1131 public static final byte[] encryptedData; field in EncryptedPrivateKeyInfoData
/aosp_15_r20/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc155 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/
DIkeNormalModeCipher.java127 public byte[] decrypt(byte[] encryptedData, byte[] keyBytes, byte[] ivBytes) in decrypt()

12345678910>>...13