Searched refs:AlwaysFailingDeterministicAead (Results 1 – 4 of 4) sorted by relevance
157 type AlwaysFailingDeterministicAead struct { struct161 var _ (tink.DeterministicAEAD) = (*AlwaysFailingDeterministicAead)(nil)165 return &AlwaysFailingDeterministicAead{Error: err}169 func (a *AlwaysFailingDeterministicAead) EncryptDeterministically(plaintext []byte, associatedData … argument174 func (a *AlwaysFailingDeterministicAead) DecryptDeterministically(ciphertext []byte, associatedData… argument
328 private static class AlwaysFailingDeterministicAead implements DeterministicAead { class in DeterministicAeadWrapperTest330 AlwaysFailingDeterministicAead(AesSivKey key) {} in AlwaysFailingDeterministicAead() method in DeterministicAeadWrapperTest.AlwaysFailingDeterministicAead352 AlwaysFailingDeterministicAead::new, AesSivKey.class, DeterministicAead.class)); in encryptDecryptFailingDAead_withAnnotations_hasMonitoring()
293 private static class AlwaysFailingDeterministicAead implements DeterministicAead { class in DeterministicAeadWrapperTest320 new AlwaysFailingDeterministicAead(), in testFailingAeadWithAnnotations_hasMonitoring()
415 Prim: &testutil.AlwaysFailingDeterministicAead{Error: fmt.Errorf("failed")},