Searched defs:AlwaysFailingDeterministicAead (Results 1 – 2 of 2) sorted by relevance
157 type AlwaysFailingDeterministicAead struct { struct158 Error error169 …erministicAead) EncryptDeterministically(plaintext []byte, associatedData []byte) ([]byte, error) {174 …rministicAead) DecryptDeterministically(ciphertext []byte, associatedData []byte) ([]byte, error) {
293 private static class AlwaysFailingDeterministicAead implements DeterministicAead { class in DeterministicAeadWrapperTest