Searched refs:gst_aes_nibble_to_hex (Results 1 – 2 of 2) sorted by relevance
94 gst_aes_nibble_to_hex (gchar in) in gst_aes_nibble_to_hex() function121 out[i * 2] = gst_aes_nibble_to_hex (high); in gst_aes_bytearray2hexstring()122 out[i * 2 + 1] = gst_aes_nibble_to_hex (low); in gst_aes_bytearray2hexstring()
95 gst_aes_nibble_to_hex (gchar in);