Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/external/flatbuffers/go/
Dencode.go22 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) {
45 func GetUint32(buf []byte) (n uint32) {
54 func GetUint64(buf []byte) (n uint64) {
67 func GetInt8(buf []byte) (n int8) {
73 func GetInt16(buf []byte) (n int16) {
80 func GetInt32(buf []byte) (n int32) {
89 func GetInt64(buf []byte) (n int64) {
[all …]
Dlib.go6 Init(buf []byte, i UOffsetT)
10 func GetRootAs(buf []byte, offset UOffsetT, fb FlatBuffer) {
/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_arm.go11 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) {
Dsum_amd64.go11 func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte)
16 func Sum(out *[16]byte, m []byte, key *[32]byte) {
Dsum_ref.go14 func Sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
Dpoly1305.go28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
/external/boringssl/src/ssl/test/runner/
Dshim_ticket.go30 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) {
Dprf.go17 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 {
404 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int) []byte {
490 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in…
[all …]
Dchacha20_poly1305.go46 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) {
Ddtls.go121 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) {
Dhkdf.go23 func hkdfExtract(hash func() hash.Hash, salt, ikm []byte) []byte {
33 func hkdfExpand(hash func() hash.Hash, prk, info []byte, length int) []byte {
Dkey_agreement.go143 func rsaRawEncrypt(pub *rsa.PublicKey, msg []byte) ([]byte, error) {
158 func nonZeroRandomBytes(s []byte, rand io.Reader) {
246 accept(rand io.Reader, peerKey []byte) (publicKey []byte, preMasterSecret []byte, err error)
250 finish(peerKey []byte) (preMasterSecret []byte, err error)
358 …ert *Certificate, clientHello *clientHelloMsg, hello *serverHelloMsg, params []byte) (*serverKeyEx…
359 …ientHelloMsg, serverHello *serverHelloMsg, cert *x509.Certificate, params []byte, sig []byte) error
641 func makePSKPremaster(otherSecret, psk []byte) []byte {
Dcipher_suites.go156 func cipherNull(key, iv []byte, isRead bool) interface{} {
160 func cipher3DES(key, iv []byte, isRead bool) interface{} {
168 func cipherAES(key, iv []byte, isRead bool) interface{} {
177 func macSHA1(version uint16, key []byte) macFunction {
189 func macMD5(version uint16, key []byte) macFunction {
201 func macSHA256(version uint16, key []byte) macFunction {
213 func macSHA384(version uint16, key []byte) macFunction {
227 MAC(digestBuf, seq, header, length, data []byte) []byte
253 func aeadAESGCM(version uint16, key, fixedNonce []byte) *tlsAead {
274 func xorSlice(out, in []byte) {
[all …]
/external/boringssl/src/ssl/test/runner/ed25519/
Ded25519.go54 func (priv PrivateKey) Sign(rand io.Reader, message []byte, opts crypto.SignerOpts) (signature []by…
81 func NewKeyPairFromSeed(seed []byte) (publicKey PublicKey, privateKey PrivateKey) {
110 func Sign(privateKey PrivateKey, message []byte) []byte {
159 func Verify(publicKey PublicKey, message, sig []byte) bool {
/external/clang/test/Sema/
Dinline-asm-validate-aarch64.c6 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/
Dcurve25519.go68 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) {
Dmont25519_amd64.go34 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) {
Ddoc.go14 func ScalarMult(dst, in, base *[32]byte) {
21 func ScalarBaseMult(dst, in *[32]byte) {
/external/libese/libese/tests/
Dbitspec_unittests.cpp75 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/boringssl/src/crypto/x509/
Dmake_many_constraints.go76 func randOrDie(out []byte) {
82 func writePEM(path string, in []byte) {
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/
Dedwards25519.go75 func load3(in []byte) int64 {
83 func load4(in []byte) int64 {
92 func FeFromBytes(dst *FieldElement, src *[32]byte) {
130 func FeToBytes(s *[32]byte, h *FieldElement) {
843 func slide(r *[256]int8, a *[32]byte) {
877 …eDoubleScalarMultVartime(r *ProjectiveGroupElement, a *[32]byte, A *ExtendedGroupElement, b *[32]b…
968 func GeScalarMultBase(h *ExtendedGroupElement, a *[32]byte) {
1024 func ScMulAdd(s, a, b, c *[32]byte) {
1455 func ScReduce(out *[32]byte, s *[64]byte) {
/external/ImageMagick/coders/
Dwbmp.c104 byte; in WBMPReadInteger() local
125 byte; in ReadWBMPImage() local
366 byte; in WriteWBMPImage() local
Dmono.c116 byte; in ReadMONOImage() local
299 byte; in WriteMONOImage() local
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test_to_fuzzer.go159 func appendLengthPrefixed(ret, b []byte) []byte {
165 func appendUnsigned(ret []byte, n *big.Int) []byte {
173 func appendSigned(ret []byte, n *big.Int) []byte {
/external/golang-protobuf/proto/
Dmessage_set.go143 func skipVarint(buf []byte) []byte {
193 func UnmarshalMessageSet(buf []byte, exts interface{}) error {
286 func UnmarshalMessageSetJSON(buf []byte, exts interface{}) error {

12345678910>>...14