Searched refs:decode_array_int8 (Results 1 – 2 of 2) sorted by relevance
95 pub(crate) fn decode_array_int8(input: &[u8]) -> Result<[u8; 8], BerError> { in decode_array_int8() function
635 <i64>::from_be_bytes(decode_array_int8(bytes)?) in as_i64()