Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Dhpke_test.go77 type encryptionString struct { struct
78 sequenceNumber uint64
79 plaintext string
80 associatedData string
81 nonce string
82 ciphertext string
214 func parseEncryptions(t *testing.T, encs []encryptionString) []encryptionVector {