| /external/flatbuffers/go/ |
| D | encode.go | 22 func GetByte(buf []byte) byte { 27 func GetBool(buf []byte) bool { 32 func GetUint8(buf []byte) (n uint8) { 38 func GetUint16(buf []byte) (n uint16) { 46 func GetUint32(buf []byte) (n uint32) { 56 func GetUint64(buf []byte) (n uint64) { 70 func GetInt8(buf []byte) (n int8) { 76 func GetInt16(buf []byte) (n int16) { 84 func GetInt32(buf []byte) (n int32) { 94 func GetInt64(buf []byte) (n int64) { [all …]
|
| /external/boringssl/src/ssl/test/runner/poly1305/ |
| D | sum_s390x.go | 24 func poly1305vx(out *[16]byte, m *byte, mlen uint64, key *[32]byte) 30 func poly1305vmsl(out *[16]byte, m *byte, mlen uint64, key *[32]byte) 35 func Sum(out *[16]byte, m []byte, key *[32]byte) {
|
| D | sum_arm.go | 11 func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]byte) 16 func Sum(out *[16]byte, m []byte, key *[32]byte) {
|
| D | sum_amd64.go | 11 func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte) 16 func Sum(out *[16]byte, m []byte, key *[32]byte) {
|
| D | sum_noasm.go | 12 func Sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
|
| D | sum_ref.go | 12 func sumGeneric(out *[TagSize]byte, msg []byte, key *[32]byte) {
|
| D | poly1305.go | 29 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
|
| /external/golang-protobuf/proto/ |
| D | table_unmarshal.go | 53 func (a *InternalMessageInfo) Unmarshal(msg Message, b []byte) error { 659 func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) { 673 func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) { 687 func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) { 725 func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) { 739 func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 753 func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) { 791 func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) { 805 func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 819 func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) { [all …]
|
| D | table_marshal.go | 132 func (a *InternalMessageInfo) Marshal(b []byte, msg Message, deterministic bool) ([]byte, error) { 1290 func appendFixed32(b []byte, v uint32) []byte { 1300 func appendFixed64(b []byte, v uint64) []byte { 1314 func appendVarint(b []byte, v uint64) []byte { 1396 func appendFixed32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1402 func appendFixed32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1411 func appendFixed32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1420 func appendFixed32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1428 func appendFixed32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1440 func appendFixedS32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { [all …]
|
| D | decode.go | 57 func DecodeVarint(buf []byte) (x uint64, n int) { 313 Unmarshal([]byte) error 324 XXX_Unmarshal([]byte) error 334 func Unmarshal(buf []byte, pb Message) error { 351 func UnmarshalMerge(buf []byte, pb Message) error {
|
| /external/boringssl/src/ssl/test/runner/ |
| D | shim_ticket.go | 30 func DecryptShimTicket(in []byte) ([]byte, error) { 87 func EncryptShimTicket(in []byte) []byte { 121 func parseDERElement(in []byte) (tag byte, body, rest []byte, ok bool) { 180 func SetShimTicketVersion(in []byte, vers uint16) ([]byte, error) { 216 func SetShimTicketCipherSuite(in []byte, id uint16) ([]byte, error) {
|
| D | prf.go | 17 func splitPreMasterSecret(secret []byte) (s1, s2 []byte) { 24 func pHash(result, secret, seed []byte, hash func() hash.Hash) { 49 func prf10(result, secret, label, seed []byte) { 80 func prf30(result, secret, label, seed []byte) { 140 …et(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte { 152 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 161 …et(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, ke… 286 func finishedSum30(md5, sha1 hash.Hash, masterSecret []byte, magic []byte) []byte { 403 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int) []byte { 489 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in… [all …]
|
| D | chacha20_poly1305.go | 46 func chaCha20Block(state *[16]uint32, out []byte) { 68 func sliceForAppend(in []byte, n int) (head, tail []byte) { 79 func chaCha20(out, in, key, nonce []byte, counter uint64) { 124 func newChaCha20Poly1305(key []byte) (cipher.AEAD, error) {
|
| D | dtls.go | 121 func (c *Conn) makeFragment(header, data []byte, fragOffset, fragLen int) []byte { 131 func (c *Conn) dtlsWriteRecord(typ recordType, data []byte) (n int, err error) { 333 func (c *Conn) dtlsPackRecord(typ recordType, data []byte, mustPack bool) (n int, err error) {
|
| D | hkdf.go | 23 func hkdfExtract(hash func() hash.Hash, salt, ikm []byte) []byte { 33 func hkdfExpand(hash func() hash.Hash, prk, info []byte, length int) []byte {
|
| /external/boringssl/src/util/ |
| D | read_symbols.go | 160 func listSymbols(contents []byte) ([]string, error) { 173 func listSymbolsELF(contents []byte) ([]string, error) { 193 func listSymbolsMachO(contents []byte) ([]string, error) { 227 func listSymbolsPE(contents []byte) ([]string, error) {
|
| /external/clang/test/Sema/ |
| D | inline-asm-validate-aarch64.c | 6 uint8_t byte; in constraint_r() local 17 uint8_t byte; in constraint_r_symbolic() local 30 uint8_t byte; in constraint_r_symbolic_macro() local
|
| /external/boringssl/src/ssl/test/runner/curve25519/ |
| D | curve25519.go | 68 func load3(in []byte) int64 { 77 func load4(in []byte) int64 { 86 func feFromBytes(dst *fieldElement, src *[32]byte) { 166 func feToBytes(s *[32]byte, h *fieldElement) { 792 func scalarMult(out, in, base *[32]byte) {
|
| D | mont25519_amd64.go | 34 func mladder(xr, zr *[5]uint64, s *[32]byte) { 62 func scalarMult(out, in, base *[32]byte) { 87 func unpack(r *[5]uint64, x *[32]byte) { 132 func pack(out *[32]byte, x *[5]uint64) {
|
| D | doc.go | 14 func ScalarMult(dst, in, base *[32]byte) { 21 func ScalarBaseMult(dst, in *[32]byte) {
|
| /external/libese/libese/tests/ |
| D | bitspec_unittests.cpp | 75 uint8_t byte = 0; in TEST_F() local 90 uint8_t byte = bs_set(0, kTestSpec.single.bit[bit], 1); in TEST_F() local 100 uint8_t byte = bs_set(0xff, kTestSpec.single.bit[bit], 0); in TEST_F() local 109 uint8_t byte = 0xff; in TEST_F() local 118 uint8_t byte = 0; in TEST_F() local 143 uint8_t byte = 0; in TEST_F() local
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
| /external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/ |
| D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
| /external/boringssl/src/crypto/x509/ |
| D | make_many_constraints.go | 76 func randOrDie(out []byte) { 82 func writePEM(path string, in []byte) {
|