Searched defs:sliceForAppend (Results 1 – 7 of 7) sorted by relevance
/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20poly1305/ |
D | chacha20poly1305.go | 89 func sliceForAppend(in []byte, n int) (head, tail []byte) { func
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
D | aes_gcm.go | 78 func sliceForAppend(in []byte, n int) (head, tail []byte) { func
|
D | gcm_ppc64x.go | 90 func sliceForAppend(in []byte, n int) (head, tail []byte) { func
|
D | gcm_s390x.go | 91 func sliceForAppend(in []byte, n int) (head, tail []byte) { func
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
D | gcm.go | 355 func sliceForAppend(in []byte, n int) (head, tail []byte) { func
|
/prebuilts/go/linux-x86/src/crypto/internal/mlkem768/ |
D | mlkem768.go | 621 func sliceForAppend(in []byte, n int) (head, tail []byte) { func
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
D | conn.go | 469 func sliceForAppend(in []byte, n int) (head, tail []byte) { func
|