Home
last modified time | relevance | path

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

123456789

/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_amd64.go13 func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte)
18 func Sum(out *[16]byte, m []byte, key *[32]byte) {
Dsum_arm.go13 func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]byte)
18 func Sum(out *[16]byte, m []byte, key *[32]byte) {
Dpoly1305.go28 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
Dsum_ref.go37 func Sum(out *[16]byte, m []byte, key *[32]byte) {
/external/marisa-trie/tests/
Dio-test.cc60 char byte; in TestFilename() local
77 char byte; in TestFilename() local
89 char byte; in TestFilename() local
139 char byte; in TestFd() local
187 char byte; in TestFile() local
220 char byte; in TestStream() local
/external/marisa-trie/v0_1_5/tests/
Dio-test.cc61 char byte; in TestFilename() local
78 char byte; in TestFilename() local
90 char byte; in TestFilename() local
140 char byte; in TestFd() local
188 char byte; in TestFile() local
221 char byte; in TestStream() local
/external/boringssl/src/ssl/test/runner/
Dprf.go19 func splitPreMasterSecret(secret []byte) (s1, s2 []byte) {
26 func pHash(result, secret, seed []byte, hash func() hash.Hash) {
51 func prf10(result, secret, label, seed []byte) {
82 func prf30(result, secret, label, seed []byte) {
145 …et(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte {
157 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, …
166 …et(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, ke…
268 func finishedSum30(md5, sha1 hash.Hash, masterSecret []byte, magic []byte) []byte {
Dchacha20_poly1305.go32 func chaCha20Block(state *[16]uint32, out []byte) {
54 func sliceForAppend(in []byte, n int) (head, tail []byte) {
65 func chaCha20(out, in, key, nonce []byte, counter uint64) {
113 func newChaCha20Poly1305(key []byte) (cipher.AEAD, error) {
122 func newChaCha20Poly1305Old(key []byte) (cipher.AEAD, error) {
Ddtls.go114 func (c *Conn) makeFragment(header, data []byte, fragOffset, fragLen int) []byte {
124 func (c *Conn) dtlsWriteRecord(typ recordType, data []byte) (n int, err error) {
268 func (c *Conn) dtlsSealRecord(typ recordType, data []byte) (b *block, err error) {
325 func (c *Conn) dtlsWriteRawRecord(typ recordType, data []byte) (n int, err error) {
Dcipher_suites.go135 func cipherNull(key, iv []byte, isRead bool) interface{} {
139 func cipherRC4(key, iv []byte, isRead bool) interface{} {
144 func cipher3DES(key, iv []byte, isRead bool) interface{} {
152 func cipherAES(key, iv []byte, isRead bool) interface{} {
161 func macSHA1(version uint16, key []byte) macFunction {
173 func macMD5(version uint16, key []byte) macFunction {
185 func macSHA256(version uint16, key []byte) macFunction {
197 func macSHA384(version uint16, key []byte) macFunction {
211 MAC(digestBuf, seq, header, length, data []byte) []byte
237 func aeadAESGCM(key, fixedNonce []byte) *tlsAead {
[all …]
Dkey_agreement.go188 func sha1Hash(slices [][]byte) []byte {
198 func md5SHA1Hash(slices [][]byte) []byte {
212 func hashForServerKeyExchange(sigType, hashFunc uint8, version uint16, slices ...[]byte) ([]byte, c…
261 computeSecret(peerKey []byte) (preMasterSecret []byte, err error)
346 …ert *Certificate, clientHello *clientHelloMsg, hello *serverHelloMsg, params []byte) (*serverKeyEx…
347 …ientHelloMsg, serverHello *serverHelloMsg, cert *x509.Certificate, params []byte, sig []byte) error
801 func makePSKPremaster(otherSecret, psk []byte) []byte {
/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/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/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
Drgf.c124 byte, in ReadRGFImage() local
324 byte; in WriteRGFImage() local
Dotb.c106 byte; in ReadOTBImage() local
321 byte, in WriteOTBImage() local
/external/elfutils/libcpu/
Di386_data.h397 uint_fast8_t byte = modrm & 7; in FCT_MOD$R_M() local
427 uint_fast8_t byte = modrm & 7; in FCT_Mod$R_m() local
782 int8_t byte = *(*d->param_start)++; in FCT_imms() local
858 int_fast8_t byte = *(*d->param_start)++; in FCT_imms8() local
882 uint_fast8_t byte = *(*d->param_start)++; in FCT_imm8() local
919 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_mmxreg() local
1115 uint_fast8_t byte = modrm & 7; in FCT_mod$16r_m() local
1140 uint_fast8_t byte = modrm & 7; in FCT_mod$64r_m() local
1163 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg() local
1217 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg64() local
[all …]
/external/lldb/source/Core/
DStream.cpp76 uint8_t byte = sval & 0x7fu; in PutSLEB128() local
110 uint8_t byte = uval & 0x7fu; in PutULEB128() local
561 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false) in PutHex16() local
566 for (size_t byte = sizeof(uvalue)-1; byte < sizeof(uvalue); --byte, add_prefix = false) in PutHex16() local
582 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false) in PutHex32() local
587 for (size_t byte = sizeof(uvalue)-1; byte < sizeof(uvalue); --byte, add_prefix = false) in PutHex32() local
603 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false) in PutHex64() local
608 for (size_t byte = sizeof(uvalue)-1; byte < sizeof(uvalue); --byte, add_prefix = false) in PutHex64() local
/external/v8/src/
Ddisasm.h12 typedef unsigned char byte; typedef
/external/liblzf/
Dcrc32.h62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) argument
/external/libavc/encoder/
Dih264e_cavlc.c1017 WORD32 byte; in ih264e_write_islice_mb_cavlc() local
1067 WORD32 byte; in ih264e_write_islice_mb_cavlc() local
1286 WORD32 byte; in ih264e_write_pslice_mb_cavlc() local
1339 WORD32 byte; in ih264e_write_pslice_mb_cavlc() local
1585 WORD32 byte; in ih264e_write_bslice_mb_cavlc() local
1638 WORD32 byte; in ih264e_write_bslice_mb_cavlc() local
/external/skia/src/effects/
DSkColorMatrixFilter.cpp10 static SkScalar byte_to_scale(U8CPU byte) { in byte_to_scale()

123456789