OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hex2str
(Results
1 - 9
of
9
) sorted by null
/system/keymaster/
kdf2_test.cpp
69
const string key =
hex2str
(test.key_hex);
70
const string info =
hex2str
(test.info_hex);
71
const string expected_output =
hex2str
(test.expected_output_hex);
hkdf_test.cpp
62
const string key =
hex2str
(test.key_hex);
63
const string salt =
hex2str
(test.salt_hex);
64
const string info =
hex2str
(test.info_hex);
65
const string expected =
hex2str
(test.output_hex);
kdf1_test.cpp
45
const string key =
hex2str
(test.key_hex);
46
const string expected_output =
hex2str
(test.expected_output_hex);
nist_curve_key_exchange_test.cpp
86
string peer_public_key =
hex2str
(kInvalidPublicKeys[0]);
186
string private_key =
hex2str
(test.my_private_key);
187
string shared_secret =
hex2str
(test.shared_secret);
200
string peer_public_key =
hex2str
(test.peer_public_key);
hmac_test.cpp
66
const string key =
hex2str
(test.key);
android_keymaster_test_utils.h
46
std::string
hex2str
(std::string);
android_keymaster_test.cpp
[
all
...]
android_keymaster_test_utils.cpp
133
string
hex2str
(string a) {
function
[
all
...]
/system/core/libnetutils/
dhcpclient.c
239
static void
hex2str
(char *buf, size_t buf_size, const unsigned char *array, int len)
function
281
hex2str
(buf, sizeof(buf), msg->chaddr, c);
330
hex2str
(buf, sizeof(buf), &x[2], optsz);
Completed in 1616 milliseconds