Home
last modified time | relevance | path

Searched refs:KeyParts (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/amalgamation/
H A Dkey.rs295 where P: 'a + key::KeyParts,
432 where P: 'a + key::KeyParts,
445 where P: 'a + key::KeyParts,
492 where P: 'a + key::KeyParts,
505 where P: 'a + key::KeyParts
521 where P: 'a + key::KeyParts
537 where P: 'a + key::KeyParts
598 where P: 'a + key::KeyParts
607 where P: 'a + key::KeyParts
616 where P: 'a + key::KeyParts
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/amalgamation/
H A Dkey.rs295 where P: 'a + key::KeyParts,
432 where P: 'a + key::KeyParts,
445 where P: 'a + key::KeyParts,
492 where P: 'a + key::KeyParts,
505 where P: 'a + key::KeyParts
521 where P: 'a + key::KeyParts
537 where P: 'a + key::KeyParts
598 where P: 'a + key::KeyParts
607 where P: 'a + key::KeyParts
616 where P: 'a + key::KeyParts
[all …]
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/signature/
H A Dmod.rs773 where P: key::KeyParts, in sign_direct_key() argument
907 where P: key::KeyParts, in sign_userid_binding() argument
1029 where P: key::KeyParts, in sign_subkey_binding() argument
1030 Q: key::KeyParts, in sign_subkey_binding() argument
1178 where P: key::KeyParts, in sign_primary_key_binding() argument
1179 Q: key::KeyParts, in sign_primary_key_binding() argument
1309 where P: key::KeyParts, in sign_user_attribute_binding() argument
1932 where P: key::KeyParts, in verify_digest() argument
1965 where P: key::KeyParts, in verify() argument
1994 where P: key::KeyParts, in verify_standalone() argument
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/signature/
H A Dmod.rs773 where P: key::KeyParts, in sign_direct_key() argument
907 where P: key::KeyParts, in sign_userid_binding() argument
1029 where P: key::KeyParts, in sign_subkey_binding() argument
1030 Q: key::KeyParts, in sign_subkey_binding() argument
1178 where P: key::KeyParts, in sign_primary_key_binding() argument
1179 Q: key::KeyParts, in sign_primary_key_binding() argument
1309 where P: key::KeyParts, in sign_user_attribute_binding() argument
1932 where P: key::KeyParts, in verify_digest() argument
1965 where P: key::KeyParts, in verify() argument
1994 where P: key::KeyParts, in verify_standalone() argument
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dkey.rs135 pub trait KeyParts: fmt::Debug { trait
424 impl KeyParts for PublicParts {
473 impl KeyParts for SecretParts {
762 where P: key::KeyParts,
777 where P: key::KeyParts,
786 where P: key::KeyParts,
796 where PB: key::KeyParts, in public_cmp() argument
820 where PB: key::KeyParts, in public_eq() argument
939 where P: key::KeyParts,
1160 where P: key::KeyParts,
[all …]
H A Dmod.rs327 impl_into_iterator!(Key<P, R> where P: key::KeyParts, R: key::KeyRole);
1416 pub enum Key<P: key::KeyParts, R: key::KeyRole> {
1425 impl<P: key::KeyParts, R: key::KeyRole> fmt::Display for Key<P, R> {
1434 impl<P: key::KeyParts, R: key::KeyRole> Key<P, R> {
1450 where PB: key::KeyParts, in public_cmp() argument
1468 where PB: key::KeyParts, in public_eq() argument
1786 impl<P: key::KeyParts, R: key::KeyRole> Deref for Key<P, R> {
1798 impl<P: key::KeyParts, R: key::KeyRole> DerefMut for Key<P, R> {
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dkey.rs135 pub trait KeyParts: fmt::Debug { interface
424 impl KeyParts for PublicParts {
473 impl KeyParts for SecretParts {
762 where P: key::KeyParts,
777 where P: key::KeyParts,
786 where P: key::KeyParts,
796 where PB: key::KeyParts, in public_cmp() argument
820 where PB: key::KeyParts, in public_eq() argument
939 where P: key::KeyParts,
1160 where P: key::KeyParts,
[all …]
H A Dmod.rs327 impl_into_iterator!(Key<P, R> where P: key::KeyParts, R: key::KeyRole);
1416 pub enum Key<P: key::KeyParts, R: key::KeyRole> {
1425 impl<P: key::KeyParts, R: key::KeyRole> fmt::Display for Key<P, R> {
1434 impl<P: key::KeyParts, R: key::KeyRole> Key<P, R> {
1450 where PB: key::KeyParts, in public_cmp() argument
1468 where PB: key::KeyParts, in public_eq() argument
1786 impl<P: key::KeyParts, R: key::KeyRole> Deref for Key<P, R> {
1798 impl<P: key::KeyParts, R: key::KeyRole> DerefMut for Key<P, R> {
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/crypto/
H A Dhash.rs266 where P: key::KeyParts,
406 where P: key::KeyParts, in hash_direct_key() argument
425 where P: key::KeyParts, in hash_subkey_binding() argument
426 Q: key::KeyParts, in hash_subkey_binding() argument
445 where P: key::KeyParts, in hash_primary_key_binding() argument
446 Q: key::KeyParts, in hash_primary_key_binding() argument
457 where P: key::KeyParts, in hash_userid_binding() argument
477 where P: key::KeyParts, in hash_user_attribute_binding() argument
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/crypto/
H A Dhash.rs266 where P: key::KeyParts,
406 where P: key::KeyParts, in hash_direct_key() argument
425 where P: key::KeyParts, in hash_subkey_binding() argument
426 Q: key::KeyParts, in hash_subkey_binding() argument
445 where P: key::KeyParts, in hash_primary_key_binding() argument
446 Q: key::KeyParts, in hash_primary_key_binding() argument
457 where P: key::KeyParts, in hash_userid_binding() argument
477 where P: key::KeyParts, in hash_user_attribute_binding() argument
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/key/
H A Dconversions.rs9 KeyParts,
157 impl<$($l, )* P, $($g, )*> $Key<$($l, )* P, $($g, )*> where P: KeyParts, $($w: $c ),*
228 where P: KeyParts
236 where P: KeyParts
377 impl<$($l, )* P, R> $Key<$($l, )* P, R> where P: KeyParts, R: KeyRole
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/key/
H A Dconversions.rs9 KeyParts,
157 impl<$($l, )* P, $($g, )*> $Key<$($l, )* P, $($g, )*> where P: KeyParts, $($w: $c ),*
228 where P: KeyParts
236 where P: KeyParts
377 impl<$($l, )* P, R> $Key<$($l, )* P, R> where P: KeyParts, R: KeyRole
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/amalgamation/key/
H A Diter.rs59 where P: key::KeyParts,
83 where P: key::KeyParts,
133 where P: key::KeyParts,
210 where P: key::KeyParts,
587 where P: key::KeyParts,
627 where P: key::KeyParts,
682 where P: key::KeyParts,
817 where P: key::KeyParts,
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/amalgamation/key/
H A Diter.rs59 where P: key::KeyParts,
83 where P: key::KeyParts,
133 where P: key::KeyParts,
210 where P: key::KeyParts,
587 where P: key::KeyParts,
627 where P: key::KeyParts,
682 where P: key::KeyParts,
817 where P: key::KeyParts,
/dports/databases/galera/galera-release_25.3.35/galera/src/
H A Dkey_set.hpp408 KeyParts;
420 class KeyParts class in galera::KeySetOut
423 KeyParts() : first_(), second_(NULL), first_size_(0) in KeyParts() function in galera::KeySetOut::KeyParts
426 ~KeyParts() { delete second_; } in ~KeyParts()
578 KeyPart (KeyParts& added,
711 KeyParts added_;
H A Dkey_set.cpp225 KeySetOut::KeyPart::KeyPart (KeyParts& added, in KeyPart()
264 KeyParts::iterator found(added.find(kp)); in KeyPart()
288 std::pair<KeyParts::iterator, bool> res(added.insert(kp)); in KeyPart()
295 std::pair<KeyParts::iterator, bool> const inserted(added.insert(kp)); in KeyPart()
/dports/databases/galera26/galera-release_26.4.10/galera/src/
H A Dkey_set.hpp416 KeyParts;
428 class KeyParts class in galera::KeySetOut
431 KeyParts() : first_(), second_(NULL), first_size_(0) in KeyParts() function in galera::KeySetOut::KeyParts
434 ~KeyParts() { delete second_; } in ~KeyParts()
586 KeyPart (KeyParts& added,
719 KeyParts added_;
H A Dkey_set.cpp225 KeySetOut::KeyPart::KeyPart (KeyParts& added, in KeyPart()
264 KeyParts::iterator found(added.find(kp)); in KeyPart()
288 std::pair<KeyParts::iterator, bool> res(added.insert(kp)); in KeyPart()
295 std::pair<KeyParts::iterator, bool> const inserted(added.insert(kp)); in KeyPart()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/analysis/
H A Dflatten_name_test.go162 parts := sortref.KeyParts(v.Key)
250 names := namesFromKey(sortref.KeyParts(v.Key), aschema, operations.AllOpRefsByRef(New(sp), nil))
256 names := namesFromKey(sortref.KeyParts(v.Key), aschema, operations.AllOpRefsByRef(New(sp), nil))
474 parts := sortref.KeyParts("#/nowhere/arbitrary/pointer")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/analysis/internal/flatten/sortref/
H A Dkeys_test.go12 parts := KeyParts("#/nowhere/arbitrary/pointer")
H A Dsort_ref.go50 split := KeyParts(k)
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/
H A Dgameexe_test.cc99 TEST(GameexeUnit, KeyParts) { in TEST() argument
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dbundle.rs630 impl<P: key::KeyParts, R: key::KeyRole> ComponentBundle<Key<P, R>> {
664 impl<P: key::KeyParts> ComponentBundle<Key<P, key::SubordinateRole>> {
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dbundle.rs630 impl<P: key::KeyParts, R: key::KeyRole> ComponentBundle<Key<P, R>> {
664 impl<P: key::KeyParts> ComponentBundle<Key<P, key::SubordinateRole>> {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-openapi/analysis/internal/flatten/sortref/
H A Dsort_ref.go50 split := KeyParts(k)

123