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