/linux/drivers/net/wireguard/ |
H A D | cookie.c | 19 void wg_cookie_checker_init(struct cookie_checker *checker, in wg_cookie_checker_init() argument 22 init_rwsem(&checker->secret_lock); in wg_cookie_checker_init() 23 checker->secret_birthdate = ktime_get_coarse_boottime_ns(); in wg_cookie_checker_init() 24 get_random_bytes(checker->secret, NOISE_HASH_LEN); in wg_cookie_checker_init() 25 checker->device = wg; in wg_cookie_checker_init() 45 void wg_cookie_checker_precompute_device_keys(struct cookie_checker *checker) in wg_cookie_checker_precompute_device_keys() argument 47 if (likely(checker->device->static_identity.has_identity)) { in wg_cookie_checker_precompute_device_keys() 48 precompute_key(checker->cookie_encryption_key, in wg_cookie_checker_precompute_device_keys() 49 checker->device->static_identity.static_public, in wg_cookie_checker_precompute_device_keys() 51 precompute_key(checker in wg_cookie_checker_precompute_device_keys() 92 make_cookie(u8 cookie[COOKIE_LEN],struct sk_buff * skb,struct cookie_checker * checker) make_cookie() argument 119 wg_cookie_validate_packet(struct cookie_checker * checker,struct sk_buff * skb,bool check_cookie) wg_cookie_validate_packet() argument 182 wg_cookie_message_create(struct message_handshake_cookie * dst,struct sk_buff * skb,__le32 index,struct cookie_checker * checker) wg_cookie_message_create() argument [all...] |
H A D | cookie.h | 41 void wg_cookie_checker_init(struct cookie_checker *checker, 43 void wg_cookie_checker_precompute_device_keys(struct cookie_checker *checker); 47 enum cookie_mac_state wg_cookie_validate_packet(struct cookie_checker *checker, 55 struct cookie_checker *checker);
|
/linux/arch/arm/probes/kprobes/ |
H A D | checkers-arm.c | 87 [PROBES_LDRSTRD] = {.checker = arm_check_stack}, 88 [PROBES_STORE_EXTRA] = {.checker = arm_check_stack}, 89 [PROBES_STORE] = {.checker = arm_check_stack}, 90 [PROBES_LDMSTM] = {.checker = arm_check_stack}, 145 * from others, a specific checker is required to handle this extra 160 [PROBES_MRS] = {.checker = arm_check_regs_normal}, 161 [PROBES_SATURATING_ARITHMETIC] = {.checker = arm_check_regs_normal}, 162 [PROBES_MUL1] = {.checker = arm_check_regs_normal}, 163 [PROBES_MUL2] = {.checker = arm_check_regs_normal}, 164 [PROBES_MUL_ADD_LONG] = {.checker [all...] |
H A D | checkers-thumb.c | 79 [PROBES_T32_LDMSTM] = {.checker = t32_check_stack}, 80 [PROBES_T32_LDRDSTRD] = {.checker = t32_check_stack}, 81 [PROBES_T32_LDRSTR] = {.checker = t32_check_stack}, 101 [PROBES_T16_PUSH] = {.checker = t16_check_stack},
|
/linux/lib/tests/ |
H A D | fortify_kunit.c | 219 #define TEST_kmalloc(checker, expected_size, alloc_size) do { \ argument 224 checker(expected_size, kmalloc(alloc_size, gfp), \ 226 checker(expected_size, \ 229 checker(expected_size, kzalloc(alloc_size, gfp), \ 231 checker(expected_size, \ 234 checker(expected_size, kcalloc(1, alloc_size, gfp), \ 236 checker(expected_size, kcalloc(alloc_size, 1, gfp), \ 238 checker(expected_size, \ 241 checker(expected_size, \ 244 checker(expected_siz 280 TEST_vmalloc(checker,expected_pages,alloc_pages) global() argument 292 TEST_kvmalloc(checker,expected_pages,alloc_pages) global() argument 331 TEST_devm_kmalloc(checker,expected_size,alloc_size) global() argument 383 TEST_realloc(checker) global() argument [all...] |
H A D | randstruct_kunit.c | 123 #define check_pair(outcome, untouched, shuffled, checker...) \ argument 125 DO_MANY_MEMBERS(checker, untouched, shuffled) \
|
/linux/drivers/firmware/psci/ |
H A D | Kconfig | 6 bool "ARM PSCI checker" 9 Run the PSCI checker during startup. This checks that hotplug and 12 The torture tests may interfere with the PSCI checker by turning CPUs 13 on and off through hotplug, so for now torture tests and PSCI checker
|
/linux/tools/perf/tests/shell/common/ |
H A D | check_errors_whitelisted.pl | 8 open (INFILE, $whitelist_file) or die "Checker error: Unable to open the whitelist file: $whitelist_file\n"; 10 close INFILE or die "Checker error: Unable to close the whitelist file: $whitelist_file\n";
|
/linux/fs/ubifs/ |
H A D | debug.h | 40 * @chk_lpt_sz: used by LPT tree size checker 41 * @chk_lpt_sz2: used by LPT tree size checker 42 * @chk_lpt_wastage: used by LPT tree size checker 43 * @chk_lpt_lebs: used by LPT tree size checker 44 * @new_nhead_offs: used by LPT tree size checker
|
/linux/fs/affs/ |
H A D | Changes | 16 - The partition checker (drivers/block/genhd.c) 100 - Changed partition checker to allow devices 103 - The partition checker now also ignores the 338 - Partition checker for genhd.c
|
/linux/arch/powerpc/kernel/ |
H A D | watchdog.c | 41 * The local soft-NMI, and the SMP checker. 43 * The soft-NMI checker can detect lockups on the local CPU. When interrupts 50 * The soft-NMI checker will compare the heartbeat timestamp for this CPU 59 * The SMP checker can detect lockups on other CPUs. A global "pending" 86 /* SMP checker bits */
|
/linux/lib/ |
H A D | Kconfig.ubsan | 6 bool "Undefined behaviour sanity checker" 9 This option enables the Undefined Behaviour sanity checker.
|
/linux/Documentation/features/debug/KASAN/ |
H A D | arch-support.txt | 4 # description: arch supports the KASAN runtime memory checker
|
/linux/kernel/ |
H A D | module_signature.c | 3 * Module signature checker
|
/linux/arch/arm/probes/ |
H A D | decode.c | 355 probes_check_t *checker_func = (*p)[action].checker; in run_checkers() 426 * stack_space is initialized to 0 here. Checker functions in probes_decode_insn() 430 * statically. For instruction doesn't store to stack, checker in probes_decode_insn()
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_interrupted_tap_output.log | 13 [ 0.060000] Btrfs loaded, crc32c=crc32c-generic, debug=on, assert=on, integrity-checker=on, ref-verify=on
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_mstate_mgr.h | 69 adf_mstate_preamble_checker checker,
|
/linux/include/linux/ |
H A D | atmel-isc-media.h | 33 * checker card) and the userspace can read again the new values.
|
/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/interface/ |
H A D | ia_css_isp_param_types.h | 22 /* Explicit member numbering to avoid fish type checker bug */
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.h | 332 * Inform the state checker that the DPLL is kept enabled even if 340 * Inform the state checker that the DPLL can be used as a fallback
|
/linux/fs/btrfs/ |
H A D | bio.h | 13 #include "tree-checker.h"
|
H A D | Makefile | 33 uuid-tree.o props.o free-space-tree.o tree-checker.o space-info.o \
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | microchip,sparx5-serdes.yaml | 27 * Prbs generator and checker
|
/linux/Documentation/admin-guide/cifs/ |
H A D | authors.rst | 65 mention to the Stanford Checker (SWAT) which pointed out many minor
|
/linux/kernel/module/ |
H A D | signing.c | 2 /* Module signature checker
|