Home
last modified time | relevance | path

Searched refs:gst_aes_nibble_to_hex (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/aes/
Dgstaeshelper.c94 gst_aes_nibble_to_hex (gchar in) in gst_aes_nibble_to_hex() function
121 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()
Dgstaeshelper.h95 gst_aes_nibble_to_hex (gchar in);