Searched refs:encode_from (Results 1 – 4 of 4) sorted by relevance
120 values.insert(Any::encode_from(&extension_req.0)?)?; in try_from()145 let inner: Any = der::asn1::Any::encode_from(self)?; in to_attribute()
132 .map(Any::encode_from) in algorithm_identifier()171 .map(Any::encode_from) in signature_algorithm_identifier()
200 pub fn encode_from<T>(msg: &T) -> Result<Self> in encode_from() method
84 - `Any::encode_from` ([#976])