Home
last modified time | relevance | path

Searched refs:SecKey (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/dports/security/helib/HElib-1.3.1/include/helib/
H A DkeySwitching.h118 void verify(SecKey& sk);
150 void addAllMatrices(SecKey& sKey, long keyID = 0);
154 void addFewMatrices(SecKey& sKey, long keyID = 0);
159 void addSome1DMatrices(SecKey& sKey,
166 void add1DMatrices(SecKey& sKey, long keyID = 0);
168 void addBSGS1DMatrices(SecKey& sKey, long keyID = 0);
171 void addSomeFrbMatrices(SecKey& sKey,
175 void addFrbMatrices(SecKey& sKey, long keyID = 0);
177 void addBSGSFrbMatrices(SecKey& sKey, long keyID = 0);
180 void addMinimal1DMatrices(SecKey& sKey, long keyID = 0);
[all …]
H A Ddebugging.h31 class SecKey; variable
36 extern SecKey* dbgKey;
46 SecKey* debug_key,
73 const SecKey& sk,
77 NTL::xdouble embeddingLargestCoeff(const Ctxt& ctxt, const SecKey& sk);
79 double realToEstimatedNoise(const Ctxt& ctxt, const SecKey& sk);
82 const SecKey& sk,
87 const SecKey& sk,
H A Dkeys.h213 friend class SecKey; variable
227 void writeSecKeyBinary(std::ostream& str, const SecKey& sk);
228 void readSecKeyBinary(std::istream& str, SecKey& sk);
234 class SecKey : public PubKey
241 SecKey() = delete;
244 ~SecKey() override = default;
247 explicit SecKey(const Context& _context);
249 bool operator==(const SecKey& other) const;
250 bool operator!=(const SecKey& other) const;
330 friend std::ostream& operator<<(std::ostream& str, const SecKey& sk);
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/security-framework-0.4.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { impl
48 impl fmt::Debug for SecKey { implementation
/dports/dns/dog/dog-0.1.0/cargo-crates/security-framework-0.4.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { implementation
48 impl fmt::Debug for SecKey { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/security-framework/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { implementation
48 impl fmt::Debug for SecKey { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/security-framework-0.4.3/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { implementation
48 impl fmt::Debug for SecKey { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/security-framework-0.4.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { impl
48 impl fmt::Debug for SecKey { implementation
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/security-framework-0.4.1/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { impl
48 impl fmt::Debug for SecKey { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/security-framework/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { impl
48 impl fmt::Debug for SecKey { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/security-framework-0.3.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { implementation
48 impl fmt::Debug for SecKey { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/security-framework-0.4.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {}
25 unsafe impl Send for SecKey {}
27 impl SecKey {
48 impl fmt::Debug for SecKey {
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/security-framework-0.4.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {}
25 unsafe impl Send for SecKey {}
27 impl SecKey {
48 impl fmt::Debug for SecKey {
/dports/devel/sccache/sccache-0.2.15/cargo-crates/security-framework-2.0.0/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { implementation
48 impl fmt::Debug for SecKey { implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/security-framework-0.4.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { impl
48 impl fmt::Debug for SecKey { implementation
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/security-framework-0.4.4/src/
H A Dkey.rs20 SecKey, SecKeyRef
22 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
24 unsafe impl Sync for SecKey {} implementation
25 unsafe impl Send for SecKey {} implementation
27 impl SecKey { impl
48 impl fmt::Debug for SecKey { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/security-framework-0.3.4/src/os/macos/
H A Dkey.rs11 use crate::key::SecKey;
17 fn from_data(key_type: KeyType, key_data: &CFData) -> Result<SecKey, CFError>; in from_data() argument
20 impl SecKeyExt for SecKey { implementation
21 fn from_data(key_type: KeyType, key_data: &CFData) -> Result<SecKey, CFError> { in from_data() argument
35 Ok(SecKey::wrap_under_create_rule(key)) in from_data()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/security-framework-2.4.1/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { implementation
79 impl fmt::Debug for SecKey { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/security-framework-2.4.2/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { implementation
79 impl fmt::Debug for SecKey { implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/security-framework-2.4.2/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { impl
79 impl fmt::Debug for SecKey { implementation
/dports/net/routinator/routinator-0.10.2/cargo-crates/security-framework-2.3.1/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { implementation
79 impl fmt::Debug for SecKey { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/security-framework-2.4.2/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { implementation
79 impl fmt::Debug for SecKey { implementation
/dports/www/rearx/rearx-0.1.4/cargo-crates/security-framework-2.1.2/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { impl
79 impl fmt::Debug for SecKey { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/security-framework-2.4.2/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { implementation
79 impl fmt::Debug for SecKey { implementation
/dports/net/krill/krill-0.9.4/cargo-crates/security-framework-2.4.2/src/
H A Dkey.rs24 SecKey, SecKeyRef
26 impl_TCFType!(SecKey, SecKeyRef, SecKeyGetTypeID);
28 unsafe impl Sync for SecKey {} implementation
29 unsafe impl Send for SecKey {} implementation
31 impl SecKey { implementation
79 impl fmt::Debug for SecKey { implementation

12345678910>>...17