Searched refs:ota_str2hex (Results 1 – 3 of 3) sorted by relevance
31 int ota_str2hex(const char *src, char *dest, unsigned int dest_len);
122 int ota_str2hex(const char *src, char *dest, unsigned int dest_len) in ota_str2hex() function
108 ret = ota_str2hex(hash_dat, (char *)tmp_buf, sizeof(tmp_buf)); in ota_verify_rsa()
Completed in 2 milliseconds