Home
last modified time | relevance | path

Searched defs:AlgorithmIdentifierOwned (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/spki/src/
Dtraits.rs118 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()
Dalgorithm.rs96 pub type AlgorithmIdentifierOwned = AlgorithmIdentifier<Any>; typedef
185 impl OwnedToRef for AlgorithmIdentifierOwned { implementation