Searched refs:initiate (Results 1 – 25 of 75) sorted by relevance
123
/Linux-v6.6/net/sunrpc/auth_gss/ |
D | gss_krb5_unseal.c | 76 struct crypto_ahash *tfm = ctx->initiate ? in gss_krb5_verify_mic_v2() 96 if ((!ctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_krb5_verify_mic_v2() 97 (ctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_krb5_verify_mic_v2()
|
D | gss_krb5_wrap.c | 164 if ((!kctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_krb5_unwrap_v2() 165 (kctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_krb5_unwrap_v2()
|
D | gss_krb5_seal.c | 108 struct crypto_ahash *tfm = ctx->initiate ? in gss_krb5_get_mic_v2()
|
D | gss_krb5_crypto.c | 792 if (kctx->initiate) { in gss_krb5_aes_encrypt() 868 if (kctx->initiate) { in gss_krb5_aes_decrypt() 1022 if (kctx->initiate) { in krb5_etm_encrypt() 1111 if (kctx->initiate) { in krb5_etm_decrypt()
|
D | gss_krb5_internal.h | 61 int initiate; /* 1 = initiating, 0 = accepting */ member
|
/Linux-v6.6/Documentation/gpu/amdgpu/ |
D | flashing.rst | 16 3. "Read" from the `psp_vbflash` sysfs file to initiate the flash process. 25 …irmware payload stored in `/lib/firmware/amdgpu` to the sysfs file will initiate the flash process.
|
/Linux-v6.6/Documentation/devicetree/bindings/power/reset/ |
D | axxia-reset.txt | 4 block to initiate a chip reset.
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-peci | 7 initiate scan for PECI devices on all PECI controllers
|
D | sysfs-devices-platform-dock | 14 (WO) Writing to this file causes the software to initiate an
|
D | sysfs-bus-rapidio | 193 space. To initiate an enumeration or discovery process on 199 initiate RapidIO enumeration/discovery on all available mports a
|
/Linux-v6.6/arch/arm/mach-pxa/ |
D | sleep.S | 133 orr r0, r0, #2 @ initiate change bit 144 @ initiate the frequency change...
|
/Linux-v6.6/Documentation/driver-api/firmware/ |
D | fw_upload.rst | 8 persistent sysfs nodes to enable users to initiate firmware updates for 20 identify the device under /sys/class/firmware. A user may initiate a
|
/Linux-v6.6/Documentation/spi/ |
D | spi-sc18is602.rst | 33 to initiate longer transfers will fail with -EINVAL. EEPROM read operations and
|
/Linux-v6.6/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
|
/Linux-v6.6/Documentation/driver-api/ |
D | s390-drivers.rst | 73 Devices that want to initiate channel I/O need to attach to the ccw bus. 77 The functions that initiate or terminate channel I/O all act upon a ccw
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 12 we will initiate a dump.
|
/Linux-v6.6/Documentation/networking/caif/ |
D | linux_caif.rst | 19 channels, initiate GPRS Data connections, Video channels and Utility Channels. 195 interface can initiate flow stop for all CAIF Channels.
|
/Linux-v6.6/Documentation/userspace-api/media/dvb/ |
D | dmx-reqbufs.rst | 36 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
|
/Linux-v6.6/Documentation/driver-api/iio/ |
D | triggers.rst | 18 a specific file in sysfs). A trigger may initiate data capture for a number of
|
/Linux-v6.6/Documentation/networking/ |
D | tls-handshake.rst | 107 To initiate a client-side TLS handshake with a pre-shared key, use: 119 To initiate an anonymous client-side TLS handshake use:
|
/Linux-v6.6/Documentation/watchdog/ |
D | hpwdt.rst | 58 Upon receipt of an NMI from the iLO, the hpwdt driver will initiate a
|
/Linux-v6.6/Documentation/userspace-api/ |
D | iommufd.rst | 92 ioctls to allow userspace to initiate the binding operation. Successful 99 allows userspace to initiate the attaching operation. If a compatible
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | bulk-streams.rst | 23 can also initiate a transfer on a stream without the device asking, but the
|
/Linux-v6.6/Documentation/infiniband/ |
D | tag_matching.rst | 38 the header to initiate an RDMA READ operation directly to the matching buffer.
|
/Linux-v6.6/drivers/char/ |
D | Kconfig | 171 below to be able to initiate a system shutdown from the button. 177 If you say Y here, then you will be able to initiate a system 179 The number of presses to initiate the shutdown is two by default,
|
123