Searched refs:hexdecode (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/test/ |
D | danetest.c | 180 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/ |
D | gdbusauth.c | 370 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/ |
D | s_client.c | 432 static ossl_ssize_t hexdecode(const char **inptr, void *result) in hexdecode() function 516 { &data, "data", hexdecode }, in tlsa_import_rr()
|
/third_party/glib/ |
D | NEWS | 2621 794170 gdbus: hexdecode() and hexencode() do not return/use decoded/encoded s...
|