HomeSort by relevance Sort by last modified time
    Searched refs:hex_string (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
local_temp_file.cc 29 nacl::string hex_string; local
38 hex_string += nacl::string(frag);
40 return hex_string;
  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 223 // it in |hex_string|. Not guaranteed to be NULL-terminated.
224 // Returns false if |hex_string| is too small, true otherwise.
227 char* hex_string,
google_authenticator.cc 478 char* hex_string,
482 memset(hex_string, 0, len);
484 snprintf(hex_string + j, len - j, "%02x", binary[i]);
google_authenticator.h 152 // it in |hex_string|. Not guaranteed to be NULL-terminated.
153 // Returns false if |hex_string| is too small, true otherwise.
156 char* hex_string,
parallel_authenticator.cc 619 char* hex_string,
623 memset(hex_string, 0, len);
625 snprintf(hex_string + j, len - j, "%02x", binary[i]);
  /external/chromium/chrome/common/net/
x509_certificate_model_openssl.cc 93 std::string hex_string = ProcessRawBytesWithSeparators( local
95 return AlternativeWhenEmpty(hex_string, alternative_text);
  /external/chromium_org/chrome/common/net/
x509_certificate_model_openssl.cc 93 std::string hex_string = ProcessRawBytesWithSeparators( local
95 return AlternativeWhenEmpty(hex_string, alternative_text);
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 6963 static void hex_string(char **dest, unsigned char* input, int len) function
    [all...]

Completed in 225 milliseconds