Home
last modified time | relevance | path

Searched refs:sec (Results 26 - 50 of 1524) sorted by relevance

12345678910>>...61

/kernel/linux/linux-5.10/fs/reiserfs/
H A Dxattr_security.c46 struct reiserfs_security_handle *sec) in reiserfs_security_init()
51 sec->name = NULL; in reiserfs_security_init()
52 sec->value = NULL; in reiserfs_security_init()
58 error = security_old_inode_init_security(inode, dir, qstr, &sec->name, in reiserfs_security_init()
59 &sec->value, &sec->length); in reiserfs_security_init()
64 sec->name = NULL; in reiserfs_security_init()
65 sec->value = NULL; in reiserfs_security_init()
66 sec->length = 0; in reiserfs_security_init()
70 if (sec in reiserfs_security_init()
44 reiserfs_security_init(struct inode *dir, struct inode *inode, const struct qstr *qstr, struct reiserfs_security_handle *sec) reiserfs_security_init() argument
80 reiserfs_security_write(struct reiserfs_transaction_handle *th, struct inode *inode, struct reiserfs_security_handle *sec) reiserfs_security_write() argument
100 reiserfs_security_free(struct reiserfs_security_handle *sec) reiserfs_security_free() argument
[all...]
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dsecurity.c145 if (!nvdimm->sec.ops->change_key) in nvdimm_key_revalidate()
154 rc = nvdimm->sec.ops->change_key(nvdimm, data, data, NVDIMM_USER); in nvdimm_key_revalidate()
161 nvdimm->sec.flags = nvdimm_security_flags(nvdimm, NVDIMM_USER); in nvdimm_key_revalidate()
176 if (!nvdimm->sec.ops || !nvdimm->sec.ops->unlock in __nvdimm_security_unlock()
177 || !nvdimm->sec.flags) in __nvdimm_security_unlock()
181 if (test_bit(NVDIMM_SECURITY_DISABLED, &nvdimm->sec.flags)) in __nvdimm_security_unlock()
196 if (test_bit(NVDIMM_SECURITY_UNLOCKED, &nvdimm->sec.flags)) { in __nvdimm_security_unlock()
204 rc = nvdimm->sec.ops->unlock(nvdimm, data); in __nvdimm_security_unlock()
209 nvdimm->sec in __nvdimm_security_unlock()
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Dserver_key.c33 * rxrpc server keys take "<serviceId>:<securityIndex>[:<sec-specific>]" as the
69 const struct rxrpc_security *sec; in rxrpc_preparse_s() local
81 sec = rxrpc_security_lookup(sec_class); in rxrpc_preparse_s()
82 if (!sec) in rxrpc_preparse_s()
85 prep->payload.data[1] = (struct rxrpc_security *)sec; in rxrpc_preparse_s()
87 if (!sec->preparse_server_key) in rxrpc_preparse_s()
90 return sec->preparse_server_key(prep); in rxrpc_preparse_s()
95 const struct rxrpc_security *sec = prep->payload.data[1]; in rxrpc_free_preparse_s() local
97 if (sec && sec in rxrpc_free_preparse_s()
103 const struct rxrpc_security *sec = key->payload.data[1]; rxrpc_destroy_s() local
111 const struct rxrpc_security *sec = key->payload.data[1]; rxrpc_describe_s() local
[all...]
/kernel/linux/linux-5.10/fs/hpfs/
H A Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() argument
17 hpfs_error(s, "free count underflow, allocating sector %08x", sec); in hpfs_claim_alloc()
25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() argument
30 hpfs_error(s, "free count overflow, freeing sector %08x", sec); in hpfs_claim_free()
38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() argument
43 hpfs_error(s, "dirband free count underflow, allocating sector %08x", sec); in hpfs_claim_dirband_alloc()
51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() argument
56 hpfs_error(s, "dirband free count overflow, freeing sector %08x", sec); in hpfs_claim_dirband_free()
69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() argument
73 if (!(bmp = hpfs_map_bitmap(s, sec >> 1 in chk_if_allocated()
205 secno sec; hpfs_alloc_sector() local
280 secno sec; alloc_in_dirband() local
296 hpfs_alloc_if_possible(struct super_block *s, secno sec) hpfs_alloc_if_possible() argument
315 hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) hpfs_free_sectors() argument
[all...]
/kernel/linux/linux-6.6/fs/hpfs/
H A Dalloc.c12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() argument
17 hpfs_error(s, "free count underflow, allocating sector %08x", sec); in hpfs_claim_alloc()
25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() argument
30 hpfs_error(s, "free count overflow, freeing sector %08x", sec); in hpfs_claim_free()
38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() argument
43 hpfs_error(s, "dirband free count underflow, allocating sector %08x", sec); in hpfs_claim_dirband_alloc()
51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() argument
56 hpfs_error(s, "dirband free count overflow, freeing sector %08x", sec); in hpfs_claim_dirband_free()
69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() argument
73 if (!(bmp = hpfs_map_bitmap(s, sec >> 1 in chk_if_allocated()
205 secno sec; hpfs_alloc_sector() local
280 secno sec; alloc_in_dirband() local
296 hpfs_alloc_if_possible(struct super_block *s, secno sec) hpfs_alloc_if_possible() argument
315 hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) hpfs_free_sectors() argument
[all...]
/kernel/linux/linux-5.10/net/mac802154/
H A Dllsec.h64 void mac802154_llsec_init(struct mac802154_llsec *sec);
65 void mac802154_llsec_destroy(struct mac802154_llsec *sec);
67 int mac802154_llsec_get_params(struct mac802154_llsec *sec,
69 int mac802154_llsec_set_params(struct mac802154_llsec *sec,
73 int mac802154_llsec_key_add(struct mac802154_llsec *sec,
76 int mac802154_llsec_key_del(struct mac802154_llsec *sec,
79 int mac802154_llsec_dev_add(struct mac802154_llsec *sec,
81 int mac802154_llsec_dev_del(struct mac802154_llsec *sec,
84 int mac802154_llsec_devkey_add(struct mac802154_llsec *sec,
87 int mac802154_llsec_devkey_del(struct mac802154_llsec *sec,
[all...]
/kernel/linux/linux-6.6/net/mac802154/
H A Dllsec.h64 void mac802154_llsec_init(struct mac802154_llsec *sec);
65 void mac802154_llsec_destroy(struct mac802154_llsec *sec);
67 int mac802154_llsec_get_params(struct mac802154_llsec *sec,
69 int mac802154_llsec_set_params(struct mac802154_llsec *sec,
73 int mac802154_llsec_key_add(struct mac802154_llsec *sec,
76 int mac802154_llsec_key_del(struct mac802154_llsec *sec,
79 int mac802154_llsec_dev_add(struct mac802154_llsec *sec,
81 int mac802154_llsec_dev_del(struct mac802154_llsec *sec,
84 int mac802154_llsec_devkey_add(struct mac802154_llsec *sec,
87 int mac802154_llsec_devkey_del(struct mac802154_llsec *sec,
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dsec.c6 #include "sec.h"
9 int rtw_sec_get_free_cam(struct rtw_sec_desc *sec) in rtw_sec_get_free_cam() argument
15 if (sec->default_key_search) in rtw_sec_get_free_cam()
16 return find_next_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM, in rtw_sec_get_free_cam()
19 return find_first_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM); in rtw_sec_get_free_cam()
23 struct rtw_sec_desc *sec, in rtw_sec_write_cam()
28 struct rtw_cam_entry *cam = &sec->cam_table[hw_key_idx]; in rtw_sec_write_cam()
35 set_bit(hw_key_idx, sec->cam_map); in rtw_sec_write_cam()
83 struct rtw_sec_desc *sec, in rtw_sec_clear_cam()
86 struct rtw_cam_entry *cam = &sec in rtw_sec_clear_cam()
22 rtw_sec_write_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, u8 hw_key_type, u8 hw_key_idx) rtw_sec_write_cam() argument
82 rtw_sec_clear_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, u8 hw_key_idx) rtw_sec_clear_cam() argument
105 struct rtw_sec_desc *sec = &rtwdev->sec; rtw_sec_cam_pg_backup() local
126 struct rtw_sec_desc *sec = &rtwdev->sec; rtw_sec_enable_sec_engine() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dsec.c6 #include "sec.h"
9 int rtw_sec_get_free_cam(struct rtw_sec_desc *sec) in rtw_sec_get_free_cam() argument
15 if (sec->default_key_search) in rtw_sec_get_free_cam()
16 return find_next_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM, in rtw_sec_get_free_cam()
19 return find_first_zero_bit(sec->cam_map, RTW_MAX_SEC_CAM_NUM); in rtw_sec_get_free_cam()
23 struct rtw_sec_desc *sec, in rtw_sec_write_cam()
28 struct rtw_cam_entry *cam = &sec->cam_table[hw_key_idx]; in rtw_sec_write_cam()
35 set_bit(hw_key_idx, sec->cam_map); in rtw_sec_write_cam()
83 struct rtw_sec_desc *sec, in rtw_sec_clear_cam()
86 struct rtw_cam_entry *cam = &sec in rtw_sec_clear_cam()
22 rtw_sec_write_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, struct ieee80211_sta *sta, struct ieee80211_key_conf *key, u8 hw_key_type, u8 hw_key_idx) rtw_sec_write_cam() argument
82 rtw_sec_clear_cam(struct rtw_dev *rtwdev, struct rtw_sec_desc *sec, u8 hw_key_idx) rtw_sec_clear_cam() argument
105 struct rtw_sec_desc *sec = &rtwdev->sec; rtw_sec_cam_pg_backup() local
126 struct rtw_sec_desc *sec = &rtwdev->sec; rtw_sec_enable_sec_engine() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c302 struct libipw_security sec = { in libipw_wx_set_encode() local
347 sec.enabled = 0; in libipw_wx_set_encode()
348 sec.encrypt = 0; in libipw_wx_set_encode()
349 sec.level = SEC_LEVEL_0; in libipw_wx_set_encode()
350 sec.flags |= SEC_ENABLED | SEC_LEVEL | SEC_ENCRYPT; in libipw_wx_set_encode()
356 sec.enabled = 1; in libipw_wx_set_encode()
357 sec.encrypt = 1; in libipw_wx_set_encode()
358 sec.flags |= SEC_ENABLED | SEC_ENCRYPT; in libipw_wx_set_encode()
398 memcpy(sec.keys[key], keybuf, erq->length); in libipw_wx_set_encode()
400 memset(sec in libipw_wx_set_encode()
468 struct libipw_security *sec = &ieee->sec; libipw_wx_get_encode() local
515 struct libipw_security sec = { libipw_wx_set_encodeext() local
671 struct libipw_security *sec = &ieee->sec; libipw_wx_get_encodeext() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c302 struct libipw_security sec = { in libipw_wx_set_encode() local
347 sec.enabled = 0; in libipw_wx_set_encode()
348 sec.encrypt = 0; in libipw_wx_set_encode()
349 sec.level = SEC_LEVEL_0; in libipw_wx_set_encode()
350 sec.flags |= SEC_ENABLED | SEC_LEVEL | SEC_ENCRYPT; in libipw_wx_set_encode()
356 sec.enabled = 1; in libipw_wx_set_encode()
357 sec.encrypt = 1; in libipw_wx_set_encode()
358 sec.flags |= SEC_ENABLED | SEC_ENCRYPT; in libipw_wx_set_encode()
398 memcpy(sec.keys[key], keybuf, erq->length); in libipw_wx_set_encode()
400 memset(sec in libipw_wx_set_encode()
468 struct libipw_security *sec = &ieee->sec; libipw_wx_get_encode() local
515 struct libipw_security sec = { libipw_wx_set_encodeext() local
671 struct libipw_security *sec = &ieee->sec; libipw_wx_get_encodeext() local
[all...]
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dsecurity.c145 if (!nvdimm->sec.ops->change_key) in nvdimm_key_revalidate()
154 rc = nvdimm->sec.ops->change_key(nvdimm, data, data, NVDIMM_USER); in nvdimm_key_revalidate()
161 nvdimm->sec.flags = nvdimm_security_flags(nvdimm, NVDIMM_USER); in nvdimm_key_revalidate()
176 if (!nvdimm->sec.ops || !nvdimm->sec.ops->unlock in __nvdimm_security_unlock()
177 || !nvdimm->sec.flags) in __nvdimm_security_unlock()
182 nvdimm->sec.flags = nvdimm_security_flags(nvdimm, NVDIMM_USER); in __nvdimm_security_unlock()
185 if (test_bit(NVDIMM_SECURITY_DISABLED, &nvdimm->sec.flags)) in __nvdimm_security_unlock()
200 if (test_bit(NVDIMM_SECURITY_UNLOCKED, &nvdimm->sec.flags)) { in __nvdimm_security_unlock()
208 rc = nvdimm->sec in __nvdimm_security_unlock()
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c38 struct section *sec, unsigned long offset) in find_insn()
42 hash_for_each_possible(file->insn_hash, insn, hash, sec_offset_hash(sec, offset)) { in find_insn()
43 if (insn->sec == sec && insn->offset == offset) in find_insn()
54 return find_insn(file, insn->sec, insn->offset + insn->len); in next_insn_same_sec()
80 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
88 return find_insn(file, insn->sec, insn->offset - insn->prev_len); in prev_insn_same_sec()
113 for (insn = find_insn(file, func->sec, func->offset); \
118 for (insn = find_insn(file, sym->sec, sym->offset); \
215 insn = find_insn(file, func->sec, fun in __dead_end_function()
37 find_insn(struct objtool_file *file, struct section *sec, unsigned long offset) find_insn() argument
277 init_insn_state(struct objtool_file *file, struct insn_state *state, struct section *sec) init_insn_state() argument
370 struct section *sec; decode_instructions() local
566 find_last_insn(struct objtool_file *file, struct section *sec) find_last_insn() argument
669 struct section *sec; create_static_call_sections() local
758 struct section *sec; create_retpoline_sites_sections() local
796 struct section *sec; create_return_sites_sections() local
834 struct section *sec; create_ibt_endbr_seal_sections() local
887 struct section *sec; create_cfi_sections() local
937 struct section *sec; create_mcount_loc_sections() local
982 struct section *sec; create_direct_call_sections() local
1656 find_call_destination(struct section *sec, unsigned long offset) find_call_destination() argument
2207 struct section *sec; read_unwind_hints() local
2537 struct section *sec; mark_rodata() local
3548 struct section *sec; validate_branch() local
3804 validate_unwind_hints(struct objtool_file *file, struct section *sec) validate_unwind_hints() argument
4166 struct section *sec; add_prefix_symbols() local
4184 validate_symbol(struct objtool_file *file, struct section *sec, struct symbol *sym, struct insn_state *state) validate_symbol() argument
4210 validate_section(struct objtool_file *file, struct section *sec) validate_section() argument
4231 struct section *sec; validate_noinstr_sections() local
4257 struct section *sec; validate_functions() local
4421 struct section *sec; validate_ibt() local
[all...]
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dwarn.h19 static inline char *offstr(struct section *sec, unsigned long offset) in offstr() argument
21 bool is_text = (sec->sh.sh_flags & SHF_EXECINSTR); in offstr()
27 sym = find_func_containing(sec, offset); in offstr()
29 sym = find_symbol_containing(sec, offset); in offstr()
32 str = malloc(strlen(sym->name) + strlen(sec->name) + 40); in offstr()
35 sprintf(str+len, " (%s+0x%lx)", sec->name, offset); in offstr()
37 str = malloc(strlen(sec->name) + 20); in offstr()
38 sprintf(str, "%s+0x%lx", sec->name, offset); in offstr()
49 #define WARN_FUNC(format, sec, offset, ...) \
51 char *_str = offstr(sec, offse
[all...]
/third_party/elfio/elfio/
H A Delfio.hpp353 const section* sec = variable
356 sec != nullptr ) {
358 get_virtual_addr( seg->get_offset(), sec );
364 sec->get_name() + " (" +
379 const section* sec ) noexcept
381 return ( offset >= sec->get_offset() ) &&
382 ( offset < ( sec->get_offset() + sec->get_size() ) );
387 const section* sec ) noexcept
389 return sec
512 section* sec = create_section(); global() variable
742 const auto& sec = sections_[i]; global() variable
867 section* sec = sections[index]; global() variable
967 section* sec = nullptr; global() variable
979 section* sec = nullptr; global() variable
[all...]
/kernel/linux/linux-5.10/include/asm-generic/
H A Dexport.h35 .macro ___EXPORT_SYMBOL name,val,sec
37 .section ___ksymtab\sec+\name,"a"
47 .section ___kcrctab\sec+\name,"a"
71 #define __EXPORT_SYMBOL(sym, val, sec) \
73 __cond_export_sym(sym, val, sec, __is_defined(__KSYM_##sym))
74 #define __cond_export_sym(sym, val, sec, conf) \
75 ___cond_export_sym(sym, val, sec, conf)
76 #define ___cond_export_sym(sym, val, sec, enabled) \
77 __cond_export_sym_##enabled(sym, val, sec)
78 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBO
[all...]
/kernel/linux/linux-5.10/tools/objtool/
H A Delf.h51 struct section *sec; member
74 struct section *sec; member
109 static inline u32 sec_offset_hash(struct section *sec, unsigned long offset) in sec_offset_hash() argument
111 u32 ol, oh, idx = sec->idx; in sec_offset_hash()
125 return sec_offset_hash(reloc->sec, reloc->offset); in reloc_hash()
131 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset,
133 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec,
137 int elf_write_insn(struct elf *elf, struct section *sec,
145 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
146 struct symbol *find_symbol_by_offset(struct section *sec, unsigne
[all...]
H A Dorc_gen.c62 insn->sec, insn->offset, cfi->cfa.base); in init_orc_entry()
78 insn->sec, insn->offset, bp->base); in init_orc_entry()
116 struct section *sec, unsigned long offset) in orc_list_add()
126 entry->insn_sec = sec; in orc_list_add()
142 struct section *sec, *orc_sec; in orc_create() local
155 for_each_sec(file, sec) { in orc_create()
160 if (!sec->text) in orc_create()
163 sec_for_each_insn(file, sec, insn) { in orc_create()
172 if (orc_list_add(&orc_list, &orc, sec, in orc_create()
197 if (orc_list_add(&orc_list, &orc, insn->sec, in orc_create()
115 orc_list_add(struct list_head *orc_list, struct orc_entry *orc, struct section *sec, unsigned long offset) orc_list_add() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos.h16 * os_sleep - Sleep (sec, usec)
17 * @sec: Number of seconds to sleep
20 void os_sleep(os_time_t sec, os_time_t usec);
23 os_time_t sec; member
28 os_time_t sec; member
33 * os_get_time - Get current time (sec, usec)
40 * os_get_reltime - Get relative time (sec, usec)
51 return (a->sec < b->sec) || in os_time_before()
52 (a->sec in os_time_before()
137 int sec; /* 0..59 or 60 for leap seconds */ global() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos.h16 * os_sleep - Sleep (sec, usec)
17 * @sec: Number of seconds to sleep
20 void os_sleep(os_time_t sec, os_time_t usec);
23 os_time_t sec; member
28 os_time_t sec; member
33 * os_get_time - Get current time (sec, usec)
40 * os_get_reltime - Get relative time (sec, usec)
51 return (a->sec < b->sec) || in os_time_before()
52 (a->sec in os_time_before()
137 int sec; /* 0..59 or 60 for leap seconds */ global() member
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dvsyscall.c22 u64 nsec, sec; in update_vdso_data() local
35 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vdso_data()
41 vdso_ts->sec++; in update_vdso_data()
46 sec = vdso_ts->sec; in update_vdso_data()
48 sec += tk->monotonic_to_boot.tv_sec; in update_vdso_data()
53 vdso_ts->sec = sec; in update_vdso_data()
57 vdso_ts->sec++; in update_vdso_data()
63 vdso_ts->sec in update_vdso_data()
[all...]
/kernel/linux/linux-6.6/kernel/time/
H A Dvsyscall.c22 u64 nsec, sec; in update_vdso_data() local
35 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vdso_data()
41 vdso_ts->sec++; in update_vdso_data()
46 sec = vdso_ts->sec; in update_vdso_data()
48 sec += tk->monotonic_to_boot.tv_sec; in update_vdso_data()
53 vdso_ts->sec = sec; in update_vdso_data()
57 vdso_ts->sec++; in update_vdso_data()
63 vdso_ts->sec in update_vdso_data()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdestructuredDeclarationEmit.js5 const arr: [0, 1, 2, ['a', 'b', 'c', [{def: 'def'}, {sec: 'sec'}]]] = [0, 1, 2, ['a', 'b', 'c', [{def: 'def'}, {sec: 'sec'}]]];
14 const [ , one, , [, bee, , [, {sec} ]]] = arr;
15 export { one, bee, sec };
31 var arr = [0, 1, 2, ['a', 'b', 'c', [{ def: 'def' }, { sec: 'sec' }]]];
36 exports.foo2 = exports.sec = exports.bee = exports.one = exports.ibaz = exports.baz = exports.arr = exports.foo = void 0;
43 var one = foo_1.arr[1], _b = foo_1.arr[3], bee = _b[1], _c = _b[3], sec
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_cfg.c24 struct adf_cfg_section *sec = in qat_dev_cfg_show() local
27 seq_printf(sfile, "[%s]\n", sec->name); in qat_dev_cfg_show()
28 list_for_each(list, &sec->param_head) { in qat_dev_cfg_show()
126 struct adf_cfg_section *sec) in adf_cfg_keyval_add()
128 list_add_tail(&new->list, &sec->param_head); in adf_cfg_keyval_add()
190 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_key_val_get() local
193 if (sec) in adf_cfg_key_val_get()
194 keyval = adf_cfg_key_value_find(sec, key_name); in adf_cfg_key_val_get()
270 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_add() local
272 if (sec) in adf_cfg_section_add()
125 adf_cfg_keyval_add(struct adf_cfg_key_val *new, struct adf_cfg_section *sec) adf_cfg_keyval_add() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dsae_pk_gen.c26 int sec, j; in main() local
48 sec = atoi(argv[2]); in main()
49 if (sec != 3 && sec != 5) { in main()
54 sec_1b = sec == 3; in main()
56 for (j = 0; j < sec; j++) in main()
118 for (j = 2; j < sec; j++) { in main()
122 if (j == sec) in main()
150 val20 = sae_pk_get_be19(hash + sec); in main()
152 sae_pk_buf_shift_left_19(hash + sec, hash_le in main()
[all...]

Completed in 12 milliseconds

12345678910>>...61