Home
last modified time | relevance | path

Searched defs:algorithm_identifier (Results 1 – 3 of 3) 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() method
126 fn algorithm_identifier(&self) -> Result<AlgorithmIdentifierOwned> { in algorithm_identifier() function
/aosp_15_r20/external/rust/android-crates-io/crates/der/tests/
Dderive.rs438 let algorithm_identifier = AlgorithmIdentifier::from_der(ALGORITHM_IDENTIFIER_DER).unwrap(); in decode() localVariable
451 let algorithm_identifier = AlgorithmIdentifier { in encode() localVariable
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/
H A Dsignature_algorithm.cc333 der::Input algorithm_identifier) { in ParseSignatureAlgorithm()