Home
last modified time | relevance | path

Searched refs:encode_from_string (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/x509-cert/src/
Dname.rs31 pub fn encode_from_string(s: &str) -> Result<Vec<u8>, der::Error> { in encode_from_string() method
149 pub fn encode_from_string(s: &str) -> Result<Vec<u8>, der::Error> { in encode_from_string() method
Dattr.rs212 pub fn encode_from_string(s: &str) -> Result<Vec<u8>, Error> { in encode_from_string() method
/external/rust/android-crates-io/crates/x509-cert/
DCHANGELOG.md105 - Deprecate `encode_from_string` functions ([#951])