Searched refs:sliceForAppend (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | chacha20_poly1305.go | 54 func sliceForAppend(in []byte, n int) (head, tail []byte) { func 114 input, out := sliceForAppend(input, 8) 117 input, out = sliceForAppend(input, 8) 131 ret, out := sliceForAppend(dst, len(plaintext)+16) 156 ret, out := sliceForAppend(dst, plaintextLen)
|