Home
last modified time | relevance | path

Searched refs:string_to_hex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/test_helper/src/
Dlib.rs63 pub fn string_to_hex(str: &str) -> Vec<u8> { in string_to_hex() function
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/
Ded25519.rs120 test_helper::string_to_hex(extract_string(line).as_str()) in extract_hex()