Home
last modified time | relevance | path

Searched refs:sensitive (Results 1 – 25 of 174) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch69 -@click.argument('name', 'Name of property (case sensitive)')
72 """Method: Get Property (case sensitive)"""
78 -@click.argument('name', 'Name of property (case sensitive)')
83 """Method: Set Property (case sensitive)"""
89 -@click.argument('name', 'Name of property (case sensitive)')
93 """Method: Get Property (case sensitive)"""
98 -@click.argument('name', 'Name of property (case sensitive)')
104 """Method: Set Property (case sensitive)"""
109 -@click.argument('name', 'Name of property (case sensitive)')
113 """Method: Get Property (case sensitive)"""
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.c73 sox_bool sensitive = !!(flags & lsx_find_enum_item_case_sensitive); in lsx_find_enum_text() local
76 if ((!sensitive && !strcasecmp(text, enum_items->text)) || in lsx_find_enum_text()
77 ( sensitive && ! strcmp(text, enum_items->text))) in lsx_find_enum_text()
79 if ((!sensitive && !strncasecmp(text, enum_items->text, strlen(text))) || in lsx_find_enum_text()
80 ( sensitive && ! strncmp(text, enum_items->text, strlen(text)))) { in lsx_find_enum_text()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27774-3.patch27 - * allow_auth_to_host() tells if autentication, cookies or other "sensitive
30 + * "sensitive data" can (still) be sent to this host.
48 /* be careful of sending this potentially sensitive header to
65 + * "sensitive data" can (still) be sent to this host.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/
H A Dsnps,archs-idu-intc.txt21 4 = active high level-sensitive <<< DEFAULT
22 8 = NOT SUPPORTED (active low level-sensitive)
24 sensitive.
H A Dimg,pdc-intc.txt44 4 = active-high level-sensitive (required for perip irqs)
45 8 = active-low level-sensitive
102 // Interrupt source SysWake 0 that is active-low level-sensitive
H A Datmel,aic.txt16 4 = active high level-sensitive.
17 8 = active low level-sensitive.
H A Dopen-pic.txt46 1 = active low level-sensitive
47 2 = active high level-sensitive
84 // Interrupt source '42' that is active high level-sensitive.
H A Dnxp,lpc3220-mic.txt12 IRQ_TYPE_LEVEL_HIGH = active high level-sensitive,
13 IRQ_TYPE_LEVEL_LOW = active low level-sensitive.
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2.py553 sensitive = SensitiveCreate(user_auth=auth_value)
571 (len(auth_cmd), len(sensitive), len(public))
580 len(sensitive),
581 bytes(sensitive),
599 sensitive = SensitiveCreate(user_auth=auth_value, data=data)
609 (len(auth_cmd), len(sensitive), len(public))
618 len(sensitive),
619 bytes(sensitive),
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dgpio-nmk.txt13 4 = active high level-sensitive.
14 8 = active low level-sensitive.
H A Dnvidia,tegra20-gpio.txt19 4 = active high level-sensitive.
20 8 = active low level-sensitive.
H A Dgpio-zynq.txt21 4 = active high level-sensitive.
22 8 = active low level-sensitive.
H A Dsodaville.txt16 4 - active high level-sensitive
17 8 - active low level-sensitive
H A Dgpio-omap.txt21 4 = active high level-sensitive.
22 8 = active low level-sensitive.
H A Dgpio-xlp.txt30 4 = active high level-sensitive.
31 8 = active low level-sensitive.
H A Dbrcm,brcmstb-gpio.txt46 4 = active high level-sensitive
47 8 = active low level-sensitive
H A Dgpio-mvebu.txt39 4 = active high level-sensitive.
40 8 = active low level-sensitive.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpio/
H A Dnvidia,tegra20-gpio.txt19 4 = active high level-sensitive.
20 8 = active low level-sensitive.
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dxics.rst77 * Level sensitive flag, 1 bit
79 This bit is 1 for a level-sensitive interrupt source, or 0 for
80 edge-sensitive (or MSI).
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dself-protection.rst70 Function pointers and sensitive variables must not be writable
168 the kernel's preallocated stack space and into sensitive structures. Two
170 sensitive thread_info structure elsewhere, and adding a faulting memory
259 By performing a per-build randomization of the layout of sensitive
268 Since the locations of sensitive structures are the primary target for
271 addresses or other sensitive things like canary values).
276 Printing kernel addresses to userspace leaks sensitive information about
317 it should automatically censor sensitive values.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/
H A Dgawk_5.1.1.bb19 file://remove-sensitive-tests.patch \
54 # These tests require an unloaded host as otherwise timing sensitive tests can fail
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-image-source.rst58 The unit cell consists of the whole area of the pixel, sensitive and
59 non-sensitive.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dqcom-pm8xxx.txt44 4 = active high level-sensitive
45 8 = active low level-sensitive
/OK3568_Linux_fs/buildroot/package/enscript/
H A DConfig.in10 (language-sensitive code highlighting) in several programming
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/gawk/gawk/
H A Dremove-sensitive-tests.patch1 These tests require an unloaded host as otherwise timing sensitive tests can fail

1234567