Searched defs:AESSIV (Results 1 – 1 of 1) sorted by relevance
54 type AESSIV struct { struct55 K1 []byte56 K2 []byte57 CmacK1 []byte58 CmacK2 []byte59 Cipher cipher.Block114 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 …]