Home
last modified time | relevance | path

Searched defs:other_revocations (Results 1 – 5 of 5) sorted by relevance

/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dbundle.rs126 pub(crate) other_revocations: Vec<Signature>, field
474 pub fn other_revocations(&self) -> &[Signature] { in other_revocations() method
H A Damalgamation.rs831 pub fn other_revocations(&self) -> &'a [Signature] { in other_revocations() method
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dbundle.rs126 pub(crate) other_revocations: Vec<Signature>, field
474 pub fn other_revocations(&self) -> &[Signature] { in other_revocations() method
H A Damalgamation.rs831 pub fn other_revocations(&self) -> &'a [Signature] { in other_revocations() method
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dpartial_revokes.cc314 db_revocations other_revocations = other.get(); in has_more_restrictions() local