Home
last modified time | relevance | path

Searched refs:assert_algorithm_oid (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pkcs1/tests/
Dparams.rs38 .assert_algorithm_oid(db::rfc5912::ID_SHA_256) in decode_pss_param()
43 .assert_algorithm_oid(db::rfc5912::ID_MGF_1) in decode_pss_param()
49 .assert_algorithm_oid(db::rfc5912::ID_SHA_256) in decode_pss_param()
71 .assert_algorithm_oid(db::rfc5912::ID_SHA_1) in decode_pss_param_default()
76 .assert_algorithm_oid(db::rfc5912::ID_MGF_1) in decode_pss_param_default()
82 .assert_algorithm_oid(db::rfc5912::ID_SHA_1) in decode_pss_param_default()
125 .assert_algorithm_oid(db::rfc5912::ID_SHA_256) in decode_oaep_param()
130 .assert_algorithm_oid(db::rfc5912::ID_MGF_1) in decode_oaep_param()
136 .assert_algorithm_oid(db::rfc5912::ID_SHA_256) in decode_oaep_param()
140 .assert_algorithm_oid(db::rfc5912::ID_P_SPECIFIED) in decode_oaep_param()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/spki/src/
Dalgorithm.rs100 pub fn assert_algorithm_oid(&self, expected_oid: ObjectIdentifier) -> Result<ObjectIdentifier> { in assert_algorithm_oid() method
130 self.assert_algorithm_oid(algorithm)?; in assert_oids()
/aosp_15_r20/external/rust/android-crates-io/crates/pkcs1/src/
Dtraits.rs189 pkcs8_key.algorithm.assert_algorithm_oid(ALGORITHM_OID)?; in to_pkcs1_der()
199 spki.algorithm.assert_algorithm_oid(ALGORITHM_OID)?; in to_pkcs1_der()
/aosp_15_r20/external/rust/android-crates-io/crates/sec1/src/
Dtraits.rs116 pkcs8_key.algorithm.assert_algorithm_oid(ALGORITHM_OID)?; in to_sec1_der()