Home
last modified time | relevance | path

Searched refs:hexdecode (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/test/
Ddanetest.c180 static ossl_ssize_t hexdecode(const char *in, void *result) in hexdecode() function
256 { &data, "data", hexdecode }, in tlsa_import_rr()
/third_party/glib/gio/
Dgdbusauth.c370 hexdecode (const gchar *str, in hexdecode() function
796 decoded_data = hexdecode (encoded, &decoded_data_len, error); in _g_dbus_auth_run_client()
1142 initial_response = hexdecode (encoded, &initial_response_len, error); in _g_dbus_auth_run_server()
1276 decoded_data = hexdecode (encoded, &decoded_data_len, error); in _g_dbus_auth_run_server()
/third_party/openssl/apps/
Ds_client.c432 static ossl_ssize_t hexdecode(const char **inptr, void *result) in hexdecode() function
516 { &data, "data", hexdecode }, in tlsa_import_rr()
/third_party/glib/
DNEWS2621 794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...