OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hex_size
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/tool/
digest.cc
245
const size_t
hex_size
= EVP_MD_size(md) * 2;
local
278
if (len <
hex_size
+ 2 /* spaces */ + 1 /* filename */ ||
279
line[
hex_size
] != ' ' ||
280
line[
hex_size
+ 1] != ' ' ||
306
const std::string target_filename(&line[
hex_size
+ 2]);
321
if (calculated_hex_digest != std::string(line,
hex_size
)) {
/external/boringssl/src/crypto/x509/
a_strex.c
106
#define
HEX_SIZE
(type) (sizeof(type)*2)
111
char tmphex[
HEX_SIZE
(long)+3];
Completed in 673 milliseconds