Home
last modified time | relevance | path

Searched defs:aead2 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/
H A DAeadWrapperTest.java242 Aead aead2 = in decryptWorksIfCiphertextIsValidForAnyPrimitiveInThePrimitiveSet() local
265 Aead aead2 = in encryptUsesPrimaryPrimitive() local
293 Aead aead2 = in decryptFailsIfEncryptedWithOtherKeyEvenIfKeyIdsAreEqual() local
319 Aead aead2 = in nonRawKeysWithSameKeyMaterialButDifferentKeyIds_decryptFails() local
338 Aead aead2 = in rawKeysWithSameKeyMaterialButDifferentKeyIds_decryptWorks() local
438 Aead aead2 = in testAeadWithAnnotations_hasMonitoring() local
H A DKmsEnvelopeAeadKeyManagerTest.java135 Aead aead2 = manager.getPrimitive(key2, Aead.class); in createKey_multipleKeysWithSameKek() local
247 Aead aead2 = handle2.getPrimitive(Aead.class); in multipleAeadsWithSameKekAndSameDekTemplate_canDecryptEachOther() local
271 Aead aead2 = handle2.getPrimitive(Aead.class); in keysetsWithTwoKmsEnvelopeAeadKeys_canDecryptWithBoth() local
299 Aead aead2 = handle2.getPrimitive(Aead.class); in multipleAeadsWithSameKekAndDifferentDekTemplateOfSameKeyType_canDecryptEachOther() local
324 Aead aead2 = handle2.getPrimitive(Aead.class); in multipleAeadsWithSameKekAndDifferentDekTemplateKeyType_cannotDecryptEachOther() local
H A DKmsEnvelopeAeadTest.java209 Aead aead2 = in create_isCompatibleWithOldConstructor() local
234 Aead aead2 = in create_isCompatibleWithKmsEnvelopeAeadKey() local
H A DKmsAeadKeyManagerTest.java86 Aead aead2 = handle2.getPrimitive(Aead.class); in createKeyTemplate_multipleKeysWithSameKek() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/integration/gcpkms/
H A DGcpKmsIntegrationTest.java115 Aead aead2 = keysetHandle2.getPrimitive(Aead.class); in kmsAeadDecryptWithDifferentKeyUri_fails() local
168 Aead aead2 = keysetHandle2.getPrimitive(Aead.class); in kmsEnvelopeAeadDecryptWithDifferentKeyUri_fails() local
229 Aead aead2 = handle2.getPrimitive(Aead.class); in decryptCiphertextEncryptedInBigQueryUsingAWrappedKeyset() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/custom/
H A DCustomAeadKeyManagerTest.java226 Aead aead2 = handleWithTinkKey.getPrimitive(Aead.class); in keysetWithCustomAndTinkKeys_decrypts() local
258 Aead aead2 = handle2.getPrimitive(Aead.class); in serializeAndParse_decrypts() local
/aosp_15_r20/external/tink/cc/aead/
H A Daead_key_templates_test.cc428 auto aead2 = std::move(aead_result2.value()); in TEST() local