Home
last modified time | relevance | path

Searched refs:SEIP (Results 1 – 25 of 55) sorted by relevance

123

/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/message/
H A Dmod.rs219 Tag::SEIP => Token::SEIP, in push()
565 s: &[SEIP, Literal, MDC, Pop], in tokens()
578 s: &[SEIP, MDC, Pop], in tokens()
582 s: &[SKESK, SEIP, Literal, MDC, Pop], in tokens()
637 s: &[OPS, OPS, SEIP, OPS, SEIP, Literal, MDC, Pop, in tokens()
659 s: &[SEIP, OpaqueContent, Pop], in tokens()
714 s: &[(CompressedData, 0), (SEIP, 1), in tags()
719 s: &[(CompressedData, 0), (SEIP, 1), in tags()
724 s: &[(SEIP, 0), (MDC, 0)], in tags()
1091 == [ Tag::SKESK, Tag::SEIP ]); in encrypted_part()
[all …]
H A Dgrammar.lalrpop20 SEIP Message MDC POP,
21 SEIP OPAQUE_CONTENT POP,
71 SEIP => lexer::Token::SEIP,
H A Dlexer.rs26 SEIP, enumerator
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/message/
H A Dmod.rs219 Tag::SEIP => Token::SEIP, in push()
565 s: &[SEIP, Literal, MDC, Pop], in tokens()
578 s: &[SEIP, MDC, Pop], in tokens()
582 s: &[SKESK, SEIP, Literal, MDC, Pop], in tokens()
637 s: &[OPS, OPS, SEIP, OPS, SEIP, Literal, MDC, Pop, in tokens()
659 s: &[SEIP, OpaqueContent, Pop], in tokens()
714 s: &[(CompressedData, 0), (SEIP, 1), in tags()
719 s: &[(CompressedData, 0), (SEIP, 1), in tags()
724 s: &[(SEIP, 0), (MDC, 0)], in tags()
1091 == [ Tag::SKESK, Tag::SEIP ]); in encrypted_part()
[all …]
H A Dgrammar.lalrpop20 SEIP Message MDC POP,
21 SEIP OPAQUE_CONTENT POP,
71 SEIP => lexer::Token::SEIP,
H A Dlexer.rs26 SEIP, enumerator
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dseip.rs57 impl From<SEIP1> for super::SEIP { implementation
59 super::SEIP::V1(p) in from()
65 Packet::SEIP(s.into()) in from()
H A Dmod.rs280 SEIP(SEIP), enumerator
324 impl_into_iterator!(SEIP);
361 &Packet::SEIP(_) => Tag::SEIP, in tag()
1821 pub enum SEIP { enum
1826 impl SEIP { implementation
1830 SEIP::V1(_) => 1, in version()
1835 impl From<SEIP> for Packet {
1836 fn from(p: SEIP) -> Self { in from()
1837 Packet::SEIP(p) in from()
1842 impl Deref for SEIP { implementation
[all …]
H A Dtag.rs50 SEIP, enumerator
115 18 => SEIP, in from()
149 &Tag::SEIP => 18, in from()
205 Tag::SEIP => in fmt()
H A Dprelude.rs37 SEIP,
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/
H A Dseip.rs57 impl From<SEIP1> for super::SEIP { implementation
59 super::SEIP::V1(p) in from()
65 Packet::SEIP(s.into()) in from()
H A Dmod.rs280 SEIP(SEIP), enumerator
324 impl_into_iterator!(SEIP);
361 &Packet::SEIP(_) => Tag::SEIP, in tag()
1821 pub enum SEIP { enum
1826 impl SEIP { implementation
1830 SEIP::V1(_) => 1, in version()
1835 impl From<SEIP> for Packet {
1836 fn from(p: SEIP) -> Self { in from()
1837 Packet::SEIP(p) in from()
1842 impl Deref for SEIP { implementation
[all …]
H A Dtag.rs50 SEIP, enumerator
115 18 => SEIP, in from()
149 &Tag::SEIP => 18, in from()
205 Tag::SEIP => in fmt()
H A Dprelude.rs37 SEIP,
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/header/
H A Dmod.rs103 || tag == Tag::SED || tag == Tag::SEIP in valid()
129 } else if tag == Tag::SEIP in valid()
206 | Tag::SED | Tag::SEIP | Tag::AED => in valid()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/header/
H A Dmod.rs103 || tag == Tag::SED || tag == Tag::SEIP in valid()
129 } else if tag == Tag::SEIP in valid()
206 | Tag::SED | Tag::SEIP | Tag::AED => in valid()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/lang/python/sequoia/
H A Dopenpgp.py185 SEIP = lib.PGP_TAG_SEIP variable in Tag
234 class SEIP(SQObject): class
246 Tag.SEIP: lambda x, **kwargs: SEIP(x, **kwargs),
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/lang/python/sequoia/
H A Dopenpgp.py185 SEIP = lib.PGP_TAG_SEIP
234 class SEIP(SQObject):
246 Tag.SEIP: lambda x, **kwargs: SEIP(x, **kwargs),
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/lang/python/examples/
H A Ddecrypt.py32 if tag == Tag.SEIP:
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/lang/python/examples/
H A Ddecrypt.py32 if tag == Tag.SEIP:
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/lang/python/tests/
H A Dtest_packet_parser.py40 if tag == Tag.SEIP:
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/ffi/lang/python/tests/
H A Dtest_packet_parser.py40 if tag == Tag.SEIP:
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/
H A Dparse.rs2684 impl SEIP { impl
2698 impl_parse_generic_packet!(SEIP);
3968 Tag::SEIP => bad, in plausible()
4161 Tag::SEIP => SEIP::parse(parser), in parse()
4547 Packet::SEIP(p) => in buffer_unread_content()
4989 Packet::SEIP(_) => { in decrypt()
5156 (Tag::SEIP, &[ 1 ]),
5168 (Tag::SEIP, &[ 1 ]),
5180 (Tag::SEIP, &[ 1 ]),
5192 (Tag::SEIP, &[ 1 ]),
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/
H A Dparse.rs2684 impl SEIP { impl
2698 impl_parse_generic_packet!(SEIP);
3968 Tag::SEIP => bad, in plausible()
4161 Tag::SEIP => SEIP::parse(parser), in parse()
4547 Packet::SEIP(p) => in buffer_unread_content()
4989 Packet::SEIP(_) => { in decrypt()
5156 (Tag::SEIP, &[ 1 ]),
5168 (Tag::SEIP, &[ 1 ]),
5180 (Tag::SEIP, &[ 1 ]),
5192 (Tag::SEIP, &[ 1 ]),
[all …]
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp-ffi/src/packet/
H A Dmod.rs104 Tag::SEIP => "SEIP\x00", in pgp_tag_to_string()

123