OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_bytes
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/net/quic/
port_suggester.cc
15
unsigned char
hash_bytes
[base::kSHA1Length];
local
18
server.host().length(),
hash_bytes
);
19
COMPILE_ASSERT(sizeof(seed_) < sizeof(
hash_bytes
), seed_larger_than_hash);
20
memcpy(&seed_,
hash_bytes
, sizeof(seed_));
29
unsigned char
hash_bytes
[base::kSHA1Length];
local
31
sizeof(seed_),
hash_bytes
);
local
32
memcpy(&seed_,
hash_bytes
, sizeof(seed_));
/external/chromium_org/net/quic/crypto/
cert_compressor_test.cc
74
StringPiece
hash_bytes
(reinterpret_cast<char*>(&hash), sizeof(hash));
76
CertCompressor::CompressChain(chain, StringPiece(),
hash_bytes
, NULL);
79
base::HexEncode(
hash_bytes
.data(),
hash_bytes
.size()) +
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
functional_hash.h
35
#include <bits/
hash_bytes
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
functional_hash.h
35
#include <bits/
hash_bytes
.h>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h
35
#include <bits/
hash_bytes
.h>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h
35
#include <bits/
hash_bytes
.h>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h
35
#include <bits/
hash_bytes
.h>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h
35
#include <bits/
hash_bytes
.h>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
functional_hash.h
35
#include <bits/
hash_bytes
.h>
Completed in 674 milliseconds