Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/encryption/
H A Ddecryptor.go30 FileAad() string methodSpec
89 func (d *fileDecryptor) FileAad() string { return d.fileAad } func
236 FileAad() string methodSpec
256 func (d *decryptor) FileAad() string { return string(d.fileAad) } func
H A Dencryptor.go195 FileAad() string methodSpec
219 func (e *encryptor) FileAad() string { return e.fileAad } func
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/
H A Dencryption_properties.go522 func (fe *FileEncryptionProperties) FileAad() string { return fe.fileAad } func