Home
last modified time | relevance | path

Searched defs:keyset (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dkeyset.h9 struct keyset { struct
21 struct keyset *keyset); argument
H A Dhtlc_tx.c82 const struct keyset *keyset, in htlc_success_tx()
135 const struct keyset *keyset, in htlc_timeout_tx()
175 const struct keyset *keyset, in htlc_offered_wscript()
189 const struct keyset *keyset, in htlc_received_wscript()
H A Dkeyset.c9 struct keyset *keyset) in derive_keyset()
/dports/security/libcryptui/libcryptui-3.12.2/libcryptui/
H A Dcryptui-keyset.c194 cryptui_keyset_init (CryptUIKeyset *keyset) in cryptui_keyset_init()
214 CryptUIKeyset *keyset; in cryptui_keyset_constructor() local
272 CryptUIKeyset *keyset = CRYPTUI_KEYSET (object); in cryptui_keyset_set_property() local
289 CryptUIKeyset *keyset = CRYPTUI_KEYSET (object); in cryptui_keyset_get_property() local
304 CryptUIKeyset *keyset = CRYPTUI_KEYSET (gobject); in cryptui_keyset_dispose() local
328 CryptUIKeyset *keyset = CRYPTUI_KEYSET (gobject); in cryptui_keyset_finalize() local
415 cryptui_keyset_get_keytype (CryptUIKeyset *keyset) in cryptui_keyset_get_keytype()
429 cryptui_keyset_get_keys (CryptUIKeyset *keyset) in cryptui_keyset_get_keys()
445 cryptui_keyset_get_count (CryptUIKeyset *keyset) in cryptui_keyset_get_count()
457 cryptui_keyset_refresh (CryptUIKeyset *keyset) in cryptui_keyset_refresh()
[all …]
H A Dcryptui.c173 cryptui_prompt_recipients_with_symmetric (CryptUIKeyset *keyset, in cryptui_prompt_recipients_with_symmetric()
245 cryptui_prompt_recipients (CryptUIKeyset *keyset, const gchar *title, in cryptui_prompt_recipients()
264 cryptui_prompt_signer (CryptUIKeyset *keyset, const gchar *title) in cryptui_prompt_signer()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/peer/
H A Dpeer_test.go41 type keyset struct { struct
42 sk ic.PrivKey
43 pk ic.PubKey
44 hpk string
45 hpkp string
48 func (ks *keyset) generate() error {
65 func (ks *keyset) load(hpkp, skBytesStr string) error {
/dports/devel/marisa-trie/marisa-trie-961ed33/tests/
H A Dmarisa-test.cc45 marisa::Keyset keyset; in TestEmptyTrie() local
89 marisa::Keyset keyset; in TestTinyTrie() local
204 marisa::Keyset *keyset) { in MakeKeyset()
218 void TestLookup(const marisa::Trie &trie, const marisa::Keyset &keyset) { in TestLookup()
234 const marisa::Keyset &keyset) { in TestCommonPrefixSearch()
248 const marisa::Keyset &keyset) { in TestPredictiveSearch()
261 marisa::NodeOrder node_order, marisa::Keyset &keyset) { in TestTrie()
349 marisa::Keyset &keyset) { in TestTrie()
363 marisa::Keyset keyset; in TestTrie() local
/dports/devel/marisa-trie/marisa-trie-961ed33/tools/
H A Dmarisa-benchmark.cc133 void read_keys(std::istream &input, marisa::Keyset *keyset, in read_keys()
152 marisa::Keyset *keyset, std::vector<float> *weights) { in read_keys()
169 void benchmark_build(marisa::Keyset &keyset, in benchmark_build()
182 const marisa::Keyset &keyset) { in benchmark_lookup()
196 const marisa::Keyset &keyset) { in benchmark_reverse_lookup()
214 const marisa::Keyset &keyset) { in benchmark_common_prefix_search()
234 const marisa::Keyset &keyset) { in benchmark_predictive_search()
259 void benchmark(marisa::Keyset &keyset, const std::vector<float> &weights, in benchmark()
274 marisa::Keyset keyset; in benchmark() local
H A Dmarisa-build.cc41 void read_keys(std::istream &input, marisa::Keyset *keyset) { in read_keys()
58 marisa::Keyset keyset; in build() local
/dports/security/libcryptui/libcryptui-3.12.2/libcryptui/tests/
H A Dcryptui-test-ui.c31 show_ui_dialog (CryptUIKeyset *keyset) in show_ui_dialog()
63 show_chooser_dialog (CryptUIKeyset *keyset, gboolean support_symmetric) in show_chooser_dialog()
84 print_keyset (CryptUIKeyset *keyset) in print_keyset()
117 CryptUIKeyset *keyset; in main() local
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dpgp_encrypt.go241 type keyset struct { struct
242 index []keybase1.KID
243 keys map[keybase1.KID]*libkb.PGPKeyBundle
253 func (k *keyset) Add(bundle *libkb.PGPKeyBundle) {
263 func (k *keyset) Sorted() []*libkb.PGPKeyBundle {
/dports/security/tfhe/tfhe-1.0.1-30-ga085efe/src/test/
H A Dtest-addition-boot.cpp31 const TFheGateBootstrappingSecretKeySet *keyset) { in full_adder_MUX()
71 const TFheGateBootstrappingSecretKeySet *keyset) { in full_adder()
98 const TFheGateBootstrappingSecretKeySet *keyset) { in comparison_MUX()
148 TFheGateBootstrappingSecretKeySet *keyset = new_random_gate_bootstrapping_secret_keyset(params); in main() local
/dports/java/trove4j/3.1a1/test/gnu/trove/map/hash/
H A DTPrimitiveObjectHashMapTest.java280 TIntSet keyset = map.keySet(); in testKeySet() local
353 TIntSet keyset = map.keySet(); in testKeySetAdds() local
411 TIntSet keyset = map.keySet(); in testKeySetContainsAllCollection() local
446 TIntSet keyset = map.keySet(); in testKeySetContainsAllTCollection() local
482 TIntSet keyset = map.keySet(); in testKeySetContainsAllArray() local
512 TIntSet keyset = map.keySet(); in testKeySetRetainAllCollection() local
565 TIntSet keyset = map.keySet(); in testKeySetRetainAllTCollection() local
602 TIntSet keyset = map.keySet(); in testKeySetRetainAllArray() local
638 TIntCollection keyset = map.keySet(); in testKeySetRemoveAllCollection() local
776 TIntSet keyset = map.keySet(); in testKeySetEqual() local
[all …]
/dports/security/py-sshpubkeys/sshpubkeys-3.3.1/tests/
H A D__init__.py109 def loop_valid(keyset, prefix): argument
134 def loop_invalid(keyset, prefix): argument
152 def loop_authorized_keys(keyset): argument
161 def loop_invalid_authorized_keys(keyset): argument
/dports/devel/marisa-trie/marisa-trie-961ed33/bindings/python/
H A Dsample.py3 keyset = marisa.Keyset() variable
/dports/dns/knot3/knot-3.1.5/src/knot/dnssec/
H A Dzone-keys.c383 static int walk_algorithms(kdnssec_ctx_t *ctx, zone_keyset_t *keyset) in walk_algorithms()
447 static int load_private_keys(dnssec_keystore_t *keystore, zone_keyset_t *keyset) in load_private_keys()
511 zone_keyset_t keyset = { 0 }; in load_zone_keys() local
574 void free_zone_keys(zone_keyset_t *keyset) in free_zone_keys()
592 knot_time_t knot_get_next_zone_key_event(const zone_keyset_t *keyset) in knot_get_next_zone_key_event()
630 zone_sign_ctx_t *zone_sign_ctx(const zone_keyset_t *keyset, const kdnssec_ctx_t *dnssec_ctx) in zone_sign_ctx()
H A Dzone-events.c90 static knot_time_t schedule_next(kdnssec_ctx_t *kctx, const zone_keyset_t *keyset, in schedule_next()
178 zone_keyset_t keyset = { 0 }; in knot_dnssec_zone_sign() local
294 zone_keyset_t keyset = { 0 }; in knot_dnssec_sign_update() local
/dports/dns/knot3-lib/knot-3.1.5/src/knot/dnssec/
H A Dzone-keys.c383 static int walk_algorithms(kdnssec_ctx_t *ctx, zone_keyset_t *keyset) in walk_algorithms()
447 static int load_private_keys(dnssec_keystore_t *keystore, zone_keyset_t *keyset) in load_private_keys()
511 zone_keyset_t keyset = { 0 }; in load_zone_keys() local
574 void free_zone_keys(zone_keyset_t *keyset) in free_zone_keys()
592 knot_time_t knot_get_next_zone_key_event(const zone_keyset_t *keyset) in knot_get_next_zone_key_event()
630 zone_sign_ctx_t *zone_sign_ctx(const zone_keyset_t *keyset, const kdnssec_ctx_t *dnssec_ctx) in zone_sign_ctx()
H A Dzone-events.c90 static knot_time_t schedule_next(kdnssec_ctx_t *kctx, const zone_keyset_t *keyset, in schedule_next()
178 zone_keyset_t keyset = { 0 }; in knot_dnssec_zone_sign() local
294 zone_keyset_t keyset = { 0 }; in knot_dnssec_sign_update() local
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptapi.c2398 C_RET cryptKeysetClose( C_IN CRYPT_KEYSET keyset ) in cryptKeysetClose()
3035 C_RET cryptCAAddItem( C_IN CRYPT_KEYSET keyset, in cryptCAAddItem()
3064 C_RET cryptCAGetItem( C_IN CRYPT_KEYSET keyset, in cryptCAGetItem()
3245 C_IN CRYPT_KEYSET keyset, in cryptCACertManagement()
3590 C_RET cryptGetKey( C_IN CRYPT_HANDLE keyset, in cryptGetKey()
3773 C_RET cryptDeleteKey( C_IN CRYPT_KEYSET keyset, in cryptDeleteKey()
4112 C_RET cryptCAAddItem( C_IN CRYPT_KEYSET keyset, in cryptCAAddItem()
4118 C_RET cryptCAGetItem( C_IN CRYPT_KEYSET keyset, in cryptCAGetItem()
4141 C_IN CRYPT_KEYSET keyset, in cryptCACertManagement()
4295 C_RET cryptGetKey( C_IN CRYPT_HANDLE keyset, in cryptGetKey()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/yada-0.5.0/examples/
H A Dbuild_and_search.rs8 let keyset = &[ in main() localVariable
/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-service-keyset.c118 seahorse_service_keyset_list_keys (SeahorseServiceKeyset *keyset, gchar ***keys, in seahorse_service_keyset_list_keys()
255 seahorse_service_keyset_discover_keys (SeahorseServiceKeyset *keyset, const gchar **keyids, in seahorse_service_keyset_discover_keys()
308 seahorse_service_keyset_match_keys (SeahorseServiceKeyset *keyset, gchar **patterns, in seahorse_service_keyset_match_keys()
460 seahorse_service_keyset_init (SeahorseServiceKeyset *keyset) in seahorse_service_keyset_init()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/events/handlers/
H A Dds_check.c29 zone_keyset_t keyset = { 0 }; in event_ds_check() local
/dports/dns/knot3/knot-3.1.5/src/knot/events/handlers/
H A Dds_check.c29 zone_keyset_t keyset = { 0 }; in event_ds_check() local
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/sim.src/
H A Dport_hwcl.h52 char *keyset; variable

12345678910>>...21