Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/aes/
Dcipher_s390x.go24 type aesCipherAsm struct { struct
25 function code // code for cipher message instruction
26 key []byte // key (128, 192 or 256 bits)
27 storage [32]byte // array backing key slice
65 func (c *aesCipherAsm) BlockSize() int { return BlockSize }
67 func (c *aesCipherAsm) Encrypt(dst, src []byte) {
80 func (c *aesCipherAsm) Decrypt(dst, src []byte) {
Dcipher_asm.go28 type aesCipherAsm struct { struct
29 aesCipher
37 aesCipherAsm anonMember
69 func (c *aesCipherAsm) BlockSize() int { return BlockSize }
71 func (c *aesCipherAsm) Encrypt(dst, src []byte) {
85 func (c *aesCipherAsm) Decrypt(dst, src []byte) {