Searched refs:adjust_coord (Results 1 – 1 of 1) sorted by relevance
65 let x = adjust_coord(x.to_vec(), coord_len)?; in to_cose_key()66 let y = adjust_coord(y.to_vec(), coord_len)?; in to_cose_key()95 fn adjust_coord(mut coordinate: Vec<u8>, length: usize) -> Result<Vec<u8>> { in adjust_coord() function