Lines Matching full:nonce
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) }
466 nonce length given to GCM" ? type.string ?
488 "".in ?type.[]uint8 "".out ?type.[]uint8 "".ret ?type.[]uint8 "".~r4 ?type.[]uint8 "".data ?type.[]uint8 "".plaintext ptype.[]uint8 "".nonce