Home
last modified time | relevance | path

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

/external/tink/go/daead/subtle/
Daes_siv.go54 type AESSIV struct { struct
55 K1 []byte
56 K2 []byte
57 CmacK1 []byte
58 CmacK2 []byte
59 Cipher cipher.Block
114 func (asc *AESSIV) EncryptDeterministically(plaintext, associatedData []byte) ([]byte, error) {
131 func (asc *AESSIV) DecryptDeterministically(ciphertext, associatedData []byte) ([]byte, error) {
155 func (asc *AESSIV) ctrCrypt(siv, in, out []byte) error {
174 func (asc *AESSIV) s2v(msg, ad, siv []byte) {
[all …]