Home
last modified time | relevance | path

Searched defs:Encrypter (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/Shopify/ejson/crypto/
H A Dcrypto.go33 type Encrypter struct { struct
34 Keypair *Keypair
35 PeerPublic [32]byte
36 SharedKey [32]byte
76 func (k *Keypair) Encrypter(peerPublic [32]byte) *Encrypter { func
98 func (e *Encrypter) encrypt(message []byte) (*boxedMessage, error) {
119 func (e *Encrypter) Encrypt(message []byte) ([]byte, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/fte/
H A Dencrypter.go35 type Encrypter struct { struct
36 block cipher.Block
37 blockMode cipher.BlockMode
39 IV []byte
54 func (enc *Encrypter) Encrypt(plaintext []byte) ([]byte, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/fte/
H A Dencrypter.go35 type Encrypter struct { struct
36 block cipher.Block
37 blockMode cipher.BlockMode
39 IV []byte
54 func (enc *Encrypter) Encrypt(plaintext []byte) ([]byte, error) {
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/sodium/src/encrypter/
H A Dimp.rs159 pub struct Encrypter { struct
166 impl Encrypter { argument
170 element: &super::Encrypter, in sink_chain()
208 fn sink_event(&self, pad: &gst::Pad, element: &super::Encrypter, event: gst::Event) -> bool { in sink_event()
254 fn src_event(&self, pad: &gst::Pad, element: &super::Encrypter, event: gst::Event) -> bool { in src_event()
268 element: &super::Encrypter, in src_query()
337 impl ObjectSubclass for Encrypter { implementation
391 impl ObjectImpl for Encrypter { implementation
475 impl ElementImpl for Encrypter { implementation
H A Dmod.rs34 unsafe impl Send for Encrypter {} implementation
35 unsafe impl Sync for Encrypter {} implementation
/dports/net/clash/clash-1.6.0/vendor/github.com/Dreamacro/go-shadowsocks2/shadowstream/
H A Dcipher.go16 Encrypter(iv []byte) cipher.Stream methodSpec
31 func (b *ctrStream) Encrypter(iv []byte) cipher.Stream { return cipher.NewCTR(b, iv) } func
46 func (b *cfbStream) Encrypter(iv []byte) cipher.Stream { return cipher.NewCFBEncrypter(b, iv) } func
61 func (k chacha20ietfkey) Encrypter(iv []byte) cipher.Stream { func
80 func (k xchacha20key) Encrypter(iv []byte) cipher.Stream { func
100 func (k rc4Md5Key) Encrypter(iv []byte) cipher.Stream { func
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/
H A Dencrypt.rs52 pub struct Encrypter<'a> { struct
57 unsafe impl<'a> Sync for Encrypter<'a> {} argument
58 unsafe impl<'a> Send for Encrypter<'a> {} implementation
60 impl<'a> Drop for Encrypter<'a> { implementation
68 impl<'a> Encrypter<'a> { impl
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/
H A Dencrypt.rs52 pub struct Encrypter<'a> { struct
57 unsafe impl<'a> Sync for Encrypter<'a> {} argument
58 unsafe impl<'a> Send for Encrypter<'a> {} implementation
60 impl<'a> Drop for Encrypter<'a> { implementation
68 impl<'a> Encrypter<'a> { implementation
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/
H A Dencrypt.rs52 pub struct Encrypter<'a> { struct
57 unsafe impl<'a> Sync for Encrypter<'a> {} argument
58 unsafe impl<'a> Send for Encrypter<'a> {} implementation
60 impl<'a> Drop for Encrypter<'a> { implementation
68 impl<'a> Encrypter<'a> { implementation
/dports/www/rearx/rearx-0.1.4/cargo-crates/openssl-0.10.32/src/
H A Dencrypt.rs52 pub struct Encrypter<'a> { struct
57 unsafe impl<'a> Sync for Encrypter<'a> {} argument
58 unsafe impl<'a> Send for Encrypter<'a> {} implementation
60 impl<'a> Drop for Encrypter<'a> { implementation
68 impl<'a> Encrypter<'a> { impl
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.32/src/
H A Dencrypt.rs52 pub struct Encrypter<'a> { struct
57 unsafe impl<'a> Sync for Encrypter<'a> {} argument
58 unsafe impl<'a> Send for Encrypter<'a> {} implementation
60 impl<'a> Drop for Encrypter<'a> { implementation
68 impl<'a> Encrypter<'a> { implementation
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-0.10.38/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} argument
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/openssl-0.10.36/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} implementation
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-0.10.38/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} implementation
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/lang/gleam/gleam-0.18.2/cargo-crates/openssl-0.10.38/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} argument
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/net/routinator/routinator-0.10.2/cargo-crates/openssl-0.10.35/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} argument
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/openssl-0.10.36/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} implementation
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.33/src/
H A Dencrypt.rs53 pub struct Encrypter<'a> { struct
58 unsafe impl<'a> Sync for Encrypter<'a> {} argument
59 unsafe impl<'a> Send for Encrypter<'a> {} implementation
61 impl<'a> Drop for Encrypter<'a> { implementation
69 impl<'a> Encrypter<'a> { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/openssl-0.10.38/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} argument
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/net/krill/krill-0.9.4/cargo-crates/openssl-0.10.36/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} argument
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-0.10.36/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} argument
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-0.10.38/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} implementation
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-0.10.38/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} implementation
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { implementation
/dports/net/oha/oha-0.4.7/cargo-crates/openssl-0.10.36/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} implementation
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { impl
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/openssl-0.10.36/src/
H A Dencrypt.rs54 pub struct Encrypter<'a> { struct
59 unsafe impl<'a> Sync for Encrypter<'a> {} argument
60 unsafe impl<'a> Send for Encrypter<'a> {} implementation
62 impl<'a> Drop for Encrypter<'a> { implementation
70 impl<'a> Encrypter<'a> { implementation

12345678910