Searched defs:from_hex (Results 1 – 8 of 8) sorted by relevance
172 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error>; in from_hex() method191 fn from_hex<T: AsRef<[u8]>>(hex: T) -> Result<Self, Self::Error> { in from_hex() method
13 fn from_hex(input: &str) -> Result<u8, std::num::ParseIntError> { in from_hex() function
467 function(from_hex HEX DEC) function
56 static u8 from_hex(unsigned char c) in from_hex() function
148 fn from_hex(oid: ObjectIdentifier, val: &str) -> Result<Self, Error> { in from_hex() method
368 pub fn from_hex(hex_str: &str) -> Result<Vec<u8>, String> { in from_hex() function