/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 112 std::string_view key [[maybe_unused]]) in checkRange() 273 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue() 502 std::string_view key; member 521 std::string_view key = unpackSpec.key; in readJsonHelperObject() local 626 void packVariant(std::span<PerUnpack> toPack, std::string_view key, in packVariant() 641 std::string_view key, FirstType&& first, in readJsonObject() 702 std::string_view key, UnpackTypes&&... in) in readJsonPatch() 722 const char* key, UnpackTypes&&... in) in readJsonAction() 744 inline int objectKeyCmp(std::string_view key, const nlohmann::json& a, in objectKeyCmp() 857 std::string_view key; member [all …]
|
/openbmc/linux/include/net/ |
H A D | arp.h | 15 u32 key = *(const u32 *)pkey; in arp_hashfn() local 22 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 31 struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup() 50 static inline void __ipv4_confirm_neigh(struct net_device *dev, u32 key) in __ipv4_confirm_neigh()
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 87 struct sw_flow_key *key = NULL; in clone_key() local 126 const struct sw_flow_key *key, in add_deferred_actions() 610 struct ovs_key_nsh key; in set_nsh() local 673 const struct ovs_key_udp *key, in set_udp() 854 struct sw_flow_key *key) in ovs_fragment() 917 struct sw_flow_key *key) in do_output() 1013 struct sw_flow_key *key, in dec_ttl_exception_handler() 1199 struct sw_flow_key *key, in execute_recirc() 1218 struct sw_flow_key *key, in execute_check_pkt_len() 1297 struct sw_flow_key *key, in do_execute_actions() [all …]
|
/openbmc/linux/drivers/nvdimm/ |
H A D | security.c | 27 static void *key_data(struct key *key) in key_data() 52 struct key *key = NULL; in nvdimm_request_key() local 81 struct key **key) in nvdimm_get_key_payload() 94 struct key *key; in nvdimm_lookup_user_key() local 141 struct key *key; in nvdimm_key_revalidate() local 169 struct key *key; in __nvdimm_security_unlock() local 253 struct key *key; in security_disable() local 302 struct key *key, *newkey; in security_update() local 351 struct key *key = NULL; in security_erase() local 394 struct key *key = NULL; in security_overwrite() local [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | check-qdict.c | 73 const char *key = "test"; in qdict_get_test() local 91 const char *key = "int"; in qdict_get_int_test() local 106 const char *key = "int"; in qdict_get_try_int_test() local 127 const char *key = "key"; in qdict_get_str_test() local 143 const char *key = "key"; in qdict_get_try_str_test() local 166 const char *key = "test"; in qdict_haskey_test() local 177 const char *key = "key test"; in qdict_del_test() local 238 const char *key = "exists"; in qdict_put_exists_test() local 274 static QString *read_line(FILE *file, char *key) in read_line() 290 char key[128]; in qdict_stress_test() local
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-mod-exp.c | 36 static void subtract_modulus(const struct rsa_public_key *key, uint32_t num[]) in subtract_modulus() 55 static int greater_equal_modulus(const struct rsa_public_key *key, in greater_equal_modulus() 80 static void montgomery_mul_add_step(const struct rsa_public_key *key, in montgomery_mul_add_step() 115 static void montgomery_mul(const struct rsa_public_key *key, in montgomery_mul() 132 static int num_public_exponent_bits(const struct rsa_public_key *key, in num_public_exponent_bits() 162 static int is_public_exponent_bit_set(const struct rsa_public_key *key, in is_public_exponent_bit_set() 174 static int pow_mod(const struct rsa_public_key *key, uint32_t *inout) in pow_mod() 252 struct rsa_public_key key; in rsa_mod_exp_sw() local 320 struct rsa_public_key *key; in zynq_pow_mod() local
|
/openbmc/qemu/hw/usb/ |
H A D | canokey.c | 70 CanoKeyState *key = base; in canokey_emu_stall_ep() local 80 CanoKeyState *key = base; in canokey_emu_set_address() local 89 CanoKeyState *key = base; in canokey_emu_prepare_receive() local 99 CanoKeyState *key = base; in canokey_emu_transmit() local 129 CanoKeyState *key = base; in canokey_emu_get_rx_data_size() local 139 CanoKeyState *key = CANOKEY(dev); in canokey_handle_reset() local 152 CanoKeyState *key = CANOKEY(dev); in canokey_handle_control() local 190 CanoKeyState *key = CANOKEY(dev); in canokey_handle_data() local 273 CanoKeyState *key = CANOKEY(base); in canokey_realize() local
|
H A D | u2f-passthru.c | 118 static void u2f_passthru_reset(U2FPassthruState *key) in u2f_passthru_reset() 130 U2FPassthruState *key = opaque; in u2f_timeout_check() local 152 static struct transaction *u2f_transaction_get(U2FPassthruState *key, in u2f_transaction_get() 204 static void u2f_transaction_add(U2FPassthruState *key, uint32_t cid, in u2f_transaction_add() 236 static void u2f_transaction_start(U2FPassthruState *key, in u2f_transaction_start() 258 static void u2f_passthru_recv_from_host(U2FPassthruState *key, in u2f_passthru_recv_from_host() 307 U2FPassthruState *key = opaque; in u2f_passthru_read() local 335 U2FPassthruState *key = PASSTHRU_U2F_KEY(base); in u2f_passthru_recv_from_guest() local 461 U2FPassthruState *key = PASSTHRU_U2F_KEY(base); in u2f_passthru_unrealize() local 469 U2FPassthruState *key = PASSTHRU_U2F_KEY(base); in u2f_passthru_realize() local [all …]
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_rsa.c | 25 IAvbKey* key = NULL; in iavb_parse_key_data() local 82 static void iavb_free_parsed_key(IAvbKey* key) { in iavb_free_parsed_key() 87 static void subM(const IAvbKey* key, uint32_t* a) { in subM() 98 static int geM(const IAvbKey* key, uint32_t* a) { in geM() 113 static void montMulAdd(const IAvbKey* key, in montMulAdd() 138 static void montMul(const IAvbKey* key, uint32_t* c, uint32_t* a, uint32_t* b) { in montMul() 151 static void modpowF4(const IAvbKey* key, uint8_t* inout) { in modpowF4() 207 bool avb_rsa_verify(const uint8_t* key, in avb_rsa_verify()
|
/openbmc/linux/security/keys/ |
H A D | request_key.c | 25 struct key *key = current->cached_requested_key; in check_cached_key() local 36 static void cache_requested_key(struct key *key) in cache_requested_key() 62 struct key *key = rka->target_key; in complete_request_key() local 226 static int construct_key(struct key *key, const void *callout_info, in construct_key() 376 struct key *key; in construct_alloc_key() local 497 struct key *key; in construct_key_and_link() local 596 struct key *key; in request_key_and_link() local 676 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() 711 struct key *key; in request_key_tag() local 753 struct key *key; in request_key_with_auxdata() local [all …]
|
H A D | keyring.c | 45 static inline void *keyring_key_to_ptr(struct key *key) in keyring_key_to_ptr() 305 const struct key *key = keyring_ptr_to_key(object); in keyring_get_object_key_chunk() local 312 const struct key *key = keyring_ptr_to_key(object); in keyring_compare_object() local 565 bool key_default_cmp(const struct key *key, in key_default_cmp() 675 struct key *key; in search_nested_keyrings() local 955 key_ref_t key; in keyring_search() local 1104 struct key *keyring, *key; in find_key_to_update() local 1438 int key_link(struct key *keyring, struct key *key) in key_link() 1521 static void __key_unlink_end(struct key *keyring, in __key_unlink_end() 1593 int key_move(struct key *key, in key_move() [all …]
|
H A D | user_defined.c | 101 int user_update(struct key *key, struct key_preparsed_payload *prep) in user_update() 128 void user_revoke(struct key *key) in user_revoke() 146 void user_destroy(struct key *key) in user_destroy() 158 void user_describe(const struct key *key, struct seq_file *m) in user_describe() 171 long user_read(const struct key *key, char *buffer, size_t buflen) in user_read()
|
/openbmc/linux/drivers/input/ |
H A D | sparse-keymap.c | 25 struct key_entry *key; in sparse_keymap_get_key_index() local 42 struct key_entry *key; in sparse_keymap_entry_by_index() local 64 struct key_entry *key; in sparse_keymap_entry_from_scancode() local 85 struct key_entry *key; in sparse_keymap_entry_from_keycode() local 98 struct key_entry *key; in sparse_keymap_locate() local 114 const struct key_entry *key; in sparse_keymap_getkeycode() local 136 struct key_entry *key; in sparse_keymap_setkeycode() local
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-checker.c | 85 struct btrfs_key key; in file_extent_err() local 119 struct btrfs_key *key, in file_extent_end() 145 struct btrfs_key key; in dir_item_err() local 173 struct btrfs_key *key, int slot, in check_prev_ino() 641 struct btrfs_key key; in block_group_err() local 997 struct btrfs_key key; in dev_item_err() local 1243 struct btrfs_key key; in extent_err() local 1722 const struct btrfs_key *key, in check_dev_extent_item() 1791 struct btrfs_key *key, in check_leaf_item() 1856 struct btrfs_key key; in __btrfs_check_leaf() local [all …]
|
/openbmc/linux/fs/nilfs2/ |
H A D | bmap.c | 62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level() 94 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig() 106 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert() 150 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert() 161 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete() 248 int nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_delete() 259 static int nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_truncate() 300 int nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_truncate() 412 int nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) in nilfs_bmap_mark() 454 __u64 key; in nilfs_bmap_data_get_key() local [all …]
|
/openbmc/pyphosphor/obmc/utils/ |
H A D | pathtree.py | 113 def _get_node(self, key): argument 128 def __missing__(self, key): argument 134 def __delitem__(self, key): argument 148 def __setitem__(self, key, value): argument 159 def __getitem__(self, key): argument 165 def setdefault(self, key, default): argument 171 def get(self, key, default=None): argument 179 def get_children(self, key): argument 182 def demote(self, key): argument
|
/openbmc/linux/samples/bpf/ |
H A D | map_perf_test.bpf.c | 106 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 124 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 141 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 158 u32 key = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 184 u32 key; in BPF_KSYSCALL() member 190 u32 key = 0; in BPF_KSYSCALL() local 254 } key; in BPF_KSYSCALL() local 273 u32 key = 1, i; in BPF_KSYSCALL() local 286 u32 key = 1, i; in BPF_KSYSCALL() local
|
/openbmc/linux/security/selinux/ss/ |
H A D | policydb.c | 380 char *key = NULL; in roles_init() local 1095 char *key = NULL; in perm_read() local 1128 char *key = NULL; in common_read() local 1292 char *key = NULL; in class_read() local 1387 char *key = NULL; in role_read() local 1444 char *key = NULL; in type_read() local 1519 char *key = NULL; in user_read() local 1570 char *key = NULL; in sens_read() local 1611 char *key = NULL; in cat_read() local 2781 char *key = vkey; in sens_write() local [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
H A D | snmp.json | 12 "key": "ReceivedFromGet", string 18 "key": "ReceivedFromMultiGet", string 27 "key": "ReceivedFromGetNext", string 33 "key": "ReceivedFromMultiWalk", string 41 "key": "ReceivedFromBulkWalk", string 49 "key": "ReceivedFromBulkGet", string 64 "key": "ReceivedFromWalk", string 70 "key": "ReceivedFromTable", string 124 "key": "ReceivedFromGetWithCustomConverter", string 131 "key": "ReceivedFromTableWithCustomConverter", string
|
/openbmc/linux/kernel/sched/ |
H A D | wait.c | 8 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head() 81 int nr_exclusive, int wake_flags, void *key, in __wake_up_common() 125 int nr_exclusive, int wake_flags, void *key) in __wake_up_common_lock() 158 int nr_exclusive, void *key) in __wake_up() 164 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_on_current_cpu() 178 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key() 185 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark() 208 void *key) in __wake_up_sync_key() 234 unsigned int mode, void *key) in __wake_up_locked_sync_key() 422 int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key) in autoremove_wake_function() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lookup_and_delete.c | 15 __u64 key, value = START_VALUE; in fill_values() local 29 __u64 key, value[nr_cpus]; in fill_values_percpu() local 78 static int trigger_tp(struct test_lookup_and_delete *skel, __u64 key, in trigger_tp() 101 __u64 key, value; in test_lookup_and_delete_hash() local 137 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_percpu_hash() local 177 __u64 key, value; in test_lookup_and_delete_lru_hash() local 223 __u64 key, val, value[nr_cpus]; in test_lookup_and_delete_lru_percpu_hash() local
|
/openbmc/linux/fs/nfs/ |
H A D | dns_resolve.c | 75 struct nfs_dns_ent *key; in nfs_dns_ent_update() local 88 struct nfs_dns_ent *key; in nfs_dns_ent_init() local 134 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key) in nfs_dns_hash() 143 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() local 203 struct nfs_dns_ent *key) in nfs_dns_lookup() 217 struct nfs_dns_ent *key) in nfs_dns_update() 232 struct nfs_dns_ent key, *item; in nfs_dns_parse() local 281 struct nfs_dns_ent *key, in do_cache_lookup() 297 struct nfs_dns_ent *key, in do_cache_lookup_nowait() 322 struct nfs_dns_ent *key, in do_cache_lookup_wait() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | fw_cfg.c | 21 void qfw_cfg_select(QFWCFG *fw_cfg, uint16_t key) in qfw_cfg_select() 31 void qfw_cfg_get(QFWCFG *fw_cfg, uint16_t key, void *data, size_t len) in qfw_cfg_get() 37 uint16_t qfw_cfg_get_u16(QFWCFG *fw_cfg, uint16_t key) in qfw_cfg_get_u16() 44 uint32_t qfw_cfg_get_u32(QFWCFG *fw_cfg, uint16_t key) in qfw_cfg_get_u32() 51 uint64_t qfw_cfg_get_u64(QFWCFG *fw_cfg, uint16_t key) in qfw_cfg_get_u64() 58 static void mm_fw_cfg_select(QFWCFG *fw_cfg, uint16_t key) in mm_fw_cfg_select() 134 static void io_fw_cfg_select(QFWCFG *fw_cfg, uint16_t key) in io_fw_cfg_select()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | COW.py | 53 def __setitem__(cls, key, value): argument 60 def __getmutable__(cls, key, readonly=False): argument 82 def __getreadonly__(cls, key, default=__getmarker__): argument 88 def __getitem__(cls, key, default=__getmarker__, readonly=False): argument 106 def __delitem__(cls, key): argument 109 def __revertitem__(cls, key): argument 114 def __contains__(cls, key): argument 117 def has_key(cls, key): argument
|
/openbmc/linux/net/ceph/ |
H A D | crypto.c | 23 static int set_secret(struct ceph_crypto_key *key, void *buf) in set_secret() 77 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_encode() 89 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode() 108 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() 135 void ceph_crypto_key_destroy(struct ceph_crypto_key *key) in ceph_crypto_key_destroy() 219 static int ceph_aes_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_aes_crypt() 283 int ceph_crypt(const struct ceph_crypto_key *key, bool encrypt, in ceph_crypt() 337 static void ceph_key_destroy(struct key *key) in ceph_key_destroy()
|