Searched defs:AlgorithmIdentifierOwned (Results 1 – 2 of 2) sorted by relevance
118 fn algorithm_identifier(&self) -> Result<AlgorithmIdentifierOwned>; in algorithm_identifier()126 fn algorithm_identifier(&self) -> Result<AlgorithmIdentifierOwned> { in algorithm_identifier()157 fn signature_algorithm_identifier(&self) -> Result<AlgorithmIdentifierOwned>; in signature_algorithm_identifier()165 fn signature_algorithm_identifier(&self) -> Result<AlgorithmIdentifierOwned> { in signature_algorithm_identifier()
96 pub type AlgorithmIdentifierOwned = AlgorithmIdentifier<Any>; typedef185 impl OwnedToRef for AlgorithmIdentifierOwned { implementation