Home
last modified time | relevance | path

Searched refs:key_struct (Results 1 – 25 of 45) sorted by relevance

12

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Dhandler-table.c75 if (key_struct || !create)
76 return key_struct;
79 key_struct->first = key_struct->last = FCITX_OBJECT_POOL_INVALID_ID;
87 return key_struct;
109 key_struct->last = key_struct->first = new_id; in fcitx_handler_key_append()
141 key_struct->last = key_struct->first = new_id; in fcitx_handler_key_prepend()
247 if (!key_struct) in fcitx_handler_table_first_id()
258 if (!key_struct) in fcitx_handler_table_last_id()
353 free(key_struct); in fcitx_handler_table_free_key()
372 if (!key_struct) in fcitx_handler_table_remove_key()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcrypto_utils/
H A Dandroid_pubkey.c65 const RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer; in android_pubkey_decode() local
77 if (key_struct->modulus_size_words != ANDROID_PUBKEY_MODULUS_SIZE_WORDS) { in android_pubkey_decode()
82 memcpy(modulus_buffer, key_struct->modulus, sizeof(modulus_buffer)); in android_pubkey_decode()
91 if (!new_key->e || !BN_set_word(new_key->e, key_struct->exponent)) { in android_pubkey_decode()
123 RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer; in android_pubkey_encode() local
136 key_struct->modulus_size_words = ANDROID_PUBKEY_MODULUS_SIZE_WORDS; in android_pubkey_encode()
144 key_struct->n0inv = (uint32_t)BN_get_word(n0inv); in android_pubkey_encode()
147 if (!android_pubkey_encode_bignum(key->n, key_struct->modulus)) { in android_pubkey_encode()
154 !android_pubkey_encode_bignum(rr, key_struct->rr)) { in android_pubkey_encode()
159 key_struct->exponent = (uint32_t)BN_get_word(key->e); in android_pubkey_encode()
/dports/devel/terminality/tn-2.1/
H A Dkeyhndl.c30 key_struct *tmp = NULL; in real_get_key_position()
33 tmp = (key_struct *) tn_list_getdata(v, i); in real_get_key_position()
47 key_struct *ks = NULL, *tmp = NULL; in real_register_key()
51 tmp = (key_struct *) tn_list_getdata(*v, pos); in real_register_key()
57 ks = (key_struct *) xmalloc(sizeof(key_struct)); in real_register_key()
75 key_struct *ks = NULL; in real_unregister_key()
126 key_struct *tmp = NULL; in real_handle_key()
H A Dkeyhndl.h39 } key_struct; typedef
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Drna_splice_log.c86 splice_dict_key key_struct; member
106 ku.key_struct.pos = pos; in rna_splice_dict_get()
107 ku.key_struct.len = len; in rna_splice_dict_get()
128 ku.key_struct.pos = pos; in rna_splice_dict_set()
129 ku.key_struct.len = len; in rna_splice_dict_set()
344 … sl->ref_name, ku.key_struct.pos + 1, ku.key_struct.len, vu.entry.count, intron ); in on_dict_key_value()
351 rc = print_edge( sl, ku.key_struct.pos + ku.key_struct.len - 2, true, false ); in on_dict_key_value()
353 rc = print_edge( sl, ku.key_struct.pos, true, true ); in on_dict_key_value()
358 rc = print_edge( sl, ku.key_struct.pos, false, false ); in on_dict_key_value()
360 rc = print_edge( sl, ku.key_struct.pos + ku.key_struct.len - 2, false, true ); in on_dict_key_value()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcrypto_utils/
H A Dandroid_pubkey.c103 const RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer; in android_pubkey_decode() local
116 if (key_struct->modulus_size_words != ANDROID_PUBKEY_MODULUS_SIZE_WORDS) { in android_pubkey_decode()
121 memcpy(modulus_buffer, key_struct->modulus, sizeof(modulus_buffer)); in android_pubkey_decode()
130 if (!new_key_e || !BN_set_word(new_key_e, key_struct->exponent)) { in android_pubkey_decode()
241 RSAPublicKey* key_struct = (RSAPublicKey*)key_buffer; in android_pubkey_encode() local
254 key_struct->modulus_size_words = ANDROID_PUBKEY_MODULUS_SIZE_WORDS; in android_pubkey_encode()
263 key_struct->n0inv = (uint32_t)BN_get_word(n0inv); in android_pubkey_encode()
266 if (!android_pubkey_encode_bignum(key_n, key_struct->modulus)) { in android_pubkey_encode()
273 !android_pubkey_encode_bignum(rr, key_struct->rr)) { in android_pubkey_encode()
278 key_struct->exponent = (uint32_t)BN_get_word(key_e); in android_pubkey_encode()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c43 key_type key_struct = { .x = 2 }; in BPF_PROG() local
46 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
58 key_type key_struct = { .x = 1 }; in BPF_PROG() local
61 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
H A Dlinked_maps1.c49 struct my_key key_struct = { .x = 1 }; in BPF_PROG() local
52 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
64 struct my_key key_struct = { .x = 2 }; in BPF_PROG() local
67 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dlinked_maps2.c43 key_type key_struct = { .x = 2 }; in BPF_PROG() local
46 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
58 key_type key_struct = { .x = 1 }; in BPF_PROG() local
61 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
H A Dlinked_maps1.c49 struct my_key key_struct = { .x = 1 }; in BPF_PROG() local
52 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
64 struct my_key key_struct = { .x = 2 }; in BPF_PROG() local
67 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dlinked_maps1.c49 struct my_key key_struct = { .x = 1 }; in BPF_PROG() local
52 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
64 struct my_key key_struct = { .x = 2 }; in BPF_PROG() local
67 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
H A Dlinked_maps2.c43 key_type key_struct = { .x = 2 }; in BPF_PROG() local
46 bpf_map_update_elem(&map1, &key_struct, &val_struct, 0); in BPF_PROG()
58 key_type key_struct = { .x = 1 }; in BPF_PROG() local
61 value_struct = bpf_map_lookup_elem(&map1, &key_struct); in BPF_PROG()
/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Dkeys.h38 typedef struct key_struct key_type;
50 struct key_struct { struct
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dscapi.c1187 DES_cblock key_struct; in sc_encrypt() local
1284 memcpy(key_struct, key, sizeof(key_struct)); in sc_encrypt()
1285 (void) DES_key_sched(&key_struct, key_sch); in sc_encrypt()
1359 memset(key_struct, 0, sizeof(key_struct)); in sc_encrypt()
1470 DES_cblock key_struct; in sc_decrypt() local
1520 memcpy(key_struct, key, sizeof(key_struct)); in sc_decrypt()
1521 (void) DES_key_sched(&key_struct, key_sch); in sc_decrypt()
1578 memset(key_struct, 0, sizeof(key_struct)); in sc_decrypt()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dplayercmd.c183 } key_struct; typedef
188 const key_struct * s = (const key_struct *)(data); in msg_accel()
195 key_struct s; in bg_player_accel_pressed()
/dports/cad/gmsh/gmsh-4.9.2-source/Parser/
H A DParser.h246 int get_key_struct_from_tag(int tag, const std::string *&key_struct) const in get_key_struct_from_tag() argument
252 key_struct = &it_st->first; in get_key_struct_from_tag()
408 const std::string *&key_struct) const in get_key_struct_from_tag() argument
412 return structs_P->get_key_struct_from_tag(tag, key_struct); in get_key_struct_from_tag()
/dports/net-im/mtxclient/mtxclient-0.6.0/examples/
H A Dcrypto_bot.cpp802 const auto key_struct = device.second; in save_device_keys() local
804 const std::string device_id = key_struct.device_id; in save_device_keys()
807 if (key_struct.keys.find(index) == key_struct.keys.end()) in save_device_keys()
810 const auto key = key_struct.keys.at(index); in save_device_keys()
814 storage.device_keys[device_id] = {key_struct.keys.at("ed25519:" + device_id), in save_device_keys()
815 key_struct.keys.at("curve25519:" + device_id)}; in save_device_keys()
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProParser.h257 int get_key_struct_from_tag(int tag, const std::string * & key_struct) const in get_key_struct_from_tag() argument
263 key_struct = &it_st->first; in get_key_struct_from_tag()
428 int tag, const std::string * & key_struct) const in get_key_struct_from_tag() argument
432 return structs_P->get_key_struct_from_tag(tag, key_struct); in get_key_struct_from_tag()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/
H A Dlsm_audit.c406 audit_log_format(ab, " key_serial=%u", a->u.key_struct.key); in dump_common_audit_data()
407 if (a->u.key_struct.key_desc) { in dump_common_audit_data()
409 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data()
/dports/lang/v/v-0.1.29/vlib/v/token/
H A Dtoken.v121 key_struct
217 s[Kind.key_struct] = 'struct'
279 …return t in [.key_enum, .key_interface, .key_fn, .key_struct, .key_type, .key_const, .key_pub, .eo…
/dports/multimedia/libv4l/linux-5.13-rc2/security/
H A Dlsm_audit.c406 audit_log_format(ab, " key_serial=%u", a->u.key_struct.key); in dump_common_audit_data()
407 if (a->u.key_struct.key_desc) { in dump_common_audit_data()
409 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/
H A Dlsm_audit.c406 audit_log_format(ab, " key_serial=%u", a->u.key_struct.key); in dump_common_audit_data()
407 if (a->u.key_struct.key_desc) { in dump_common_audit_data()
409 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dlsm_audit.h91 } key_struct; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dlsm_audit.h91 } key_struct; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dlsm_audit.h91 } key_struct; member

12