Home
last modified time | relevance | path

Searched refs:initiate (Results 1 – 25 of 83) sorted by relevance

1234

/linux-6.6.21/net/sunrpc/auth_gss/
Dgss_krb5_unseal.c76 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()
Dgss_krb5_wrap.c164 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()
Dgss_krb5_seal.c108 struct crypto_ahash *tfm = ctx->initiate ? in gss_krb5_get_mic_v2()
Dgss_krb5_crypto.c792 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()
Dgss_krb5_internal.h61 int initiate; /* 1 = initiating, 0 = accepting */ member
/linux-6.6.21/Documentation/gpu/amdgpu/
Dflashing.rst16 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-6.6.21/Documentation/devicetree/bindings/power/reset/
Daxxia-reset.txt4 block to initiate a chip reset.
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-peci7 initiate scan for PECI devices on all PECI controllers
Dsysfs-devices-platform-dock14 (WO) Writing to this file causes the software to initiate an
Dsysfs-bus-rapidio193 space. To initiate an enumeration or discovery process on
199 initiate RapidIO enumeration/discovery on all available mports a
/linux-6.6.21/arch/arm/mach-pxa/
Dsleep.S133 orr r0, r0, #2 @ initiate change bit
144 @ initiate the frequency change...
/linux-6.6.21/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra-ccplex-cluster.yaml17 registers that initiate CPU frequency/voltage transitions.
Dnvidia,tegra194-cbb.yaml36 engine) etc which can initiate transactions.
/linux-6.6.21/Documentation/driver-api/firmware/
Dfw_upload.rst8 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-6.6.21/Documentation/spi/
Dspi-sc18is602.rst33 to initiate longer transfers will fail with -EINVAL. EEPROM read operations and
/linux-6.6.21/Documentation/devicetree/bindings/clock/
Dimx6q-clock.yaml51 Boards that are designed to initiate poweroff on PMIC_ON_REQ signal should
/linux-6.6.21/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
/linux-6.6.21/Documentation/driver-api/
Ds390-drivers.rst73 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-6.6.21/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump12 we will initiate a dump.
/linux-6.6.21/Documentation/devicetree/bindings/iio/proximity/
Dparallax-ping.yaml32 should initiate the measurement cycle. Afterwards the GPIO is switched
Ddevantech-srf04.yaml38 should initiate the measurement cycle.
/linux-6.6.21/Documentation/networking/caif/
Dlinux_caif.rst19 channels, initiate GPRS Data connections, Video channels and Utility Channels.
195 interface can initiate flow stop for all CAIF Channels.
/linux-6.6.21/Documentation/userspace-api/media/dvb/
Ddmx-reqbufs.rst36 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
/linux-6.6.21/Documentation/driver-api/iio/
Dtriggers.rst18 a specific file in sysfs). A trigger may initiate data capture for a number of
/linux-6.6.21/Documentation/networking/
Dtls-handshake.rst107 To initiate a client-side TLS handshake with a pre-shared key, use:
119 To initiate an anonymous client-side TLS handshake use:

1234