Searched refs:cbyte_buffer_to_vec (Results 1 – 1 of 1) sorted by relevance
404 let profile_data = cbyte_buffer_to_vec(profile, profile_size); in validate_and_convert_inputs()558 fn cbyte_buffer_to_vec(data: *const u8, size: u32) -> Vec<u8> { in cbyte_buffer_to_vec() function