Home
last modified time | relevance | path

Searched defs:bytes_to_u64 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/rusticata-macros/src/
Dmacros.rs109 pub fn bytes_to_u64(s: &[u8]) -> Result<u64, &'static str> { in bytes_to_u64() function
Dcombinator.rs15 pub fn bytes_to_u64(s: &[u8]) -> Result<u64, &'static str> { in bytes_to_u64() function
/external/rust/crates/der-parser/src/ber/
Dparser.rs76 pub(crate) fn bytes_to_u64(s: &[u8]) -> Result<u64, BerError> { in bytes_to_u64() function