Searched refs:dst_size (Results 1 – 1 of 1) sorted by relevance
135 …atic void ConvertHexCharToChar(const unsigned char *src, unsigned char *dst, unsigned int dst_size) in ConvertHexCharToChar() argument138 …unsigned char tmp[dst_size + 1]; // For saving temporarily during conversion; in the end, copy to… in ConvertHexCharToChar()150 tmp[dst_size] = '\0'; in ConvertHexCharToChar()152 for(i = dst_size -1; i >= 0; i--) in ConvertHexCharToChar()