Searched refs:encode_from_string (Results 1 – 4 of 4) sorted by relevance
31 pub fn encode_from_string(s: &str) -> Result<Vec<u8>, der::Error> { in encode_from_string() method149 pub fn encode_from_string(s: &str) -> Result<Vec<u8>, der::Error> { in encode_from_string() method
212 pub fn encode_from_string(s: &str) -> Result<Vec<u8>, Error> { in encode_from_string() method
82 let subject = Name::encode_from_string("CN=Android Protected Virtual Machine Key")?; in request_attestation()
92 - Deprecate `encode_from_string` functions ([#951])