Lines Matching full:ciphertext
21 type @"".AEAD interface { NonceSize() (? int); Open(@"".dst []byte, @"".nonce []byte, @"".ciphertext []byte, @"".data []byte) (? []byte, ? error); Overhead() (? int); Seal(@"".dst []byte, @"".nonce []byte, @"".plaintext []byte, @"".data []byte) (? []byte) }
527 "".in ?type.[]uint8 "".out ?type.[]uint8 "".ret ?type.[]uint8 "".expectedTag ?type.[16]uint8 "".tag ?type.[]uint8 "".~r5 ?type.error "".~r4 ?type.[]uint8 "".data ?type.[]uint8 "".ciphertext