Home
last modified time | relevance | path

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

123

/Linux-v5.10/net/sunrpc/auth_gss/
Dgss_krb5_unseal.c138 if ((ctx->initiate && direction != 0xff) || in gss_verify_mic_v1()
139 (!ctx->initiate && direction != 0)) in gss_verify_mic_v1()
167 if ((!ctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_verify_mic_v2()
168 (ctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_verify_mic_v2()
180 if (ctx->initiate) { in gss_verify_mic_v2()
Dgss_krb5_wrap.c235 if ((krb5_make_seq_num(kctx, kctx->seq, kctx->initiate ? 0 : 0xff, in gss_wrap_kerberos_v1()
332 if ((kctx->initiate && direction != 0xff) || in gss_unwrap_kerberos_v1()
333 (!kctx->initiate && direction != 0)) in gss_unwrap_kerberos_v1()
485 if ((!kctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_unwrap_kerberos_v2()
486 (kctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_unwrap_kerberos_v2()
Dgss_krb5_seal.c158 if (krb5_make_seq_num(ctx, ctx->seq, ctx->initiate ? 0 : 0xff, in gss_get_mic_v1()
187 if (ctx->initiate) { in gss_get_mic_v2()
Dgss_krb5_mech.c237 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context()
505 ctx->initiate = ctx->flags & KRB5_CTX_FLAG_INITIATOR; in gss_import_v2_context()
Dgss_krb5_crypto.c614 if (kctx->initiate) { in gss_krb5_aes_encrypt()
734 if (kctx->initiate) { in gss_krb5_aes_decrypt()
/Linux-v5.10/Documentation/devicetree/bindings/power/reset/
Daxxia-reset.txt4 block to initiate a chip reset.
/Linux-v5.10/arch/arm/mach-pxa/
Dsleep.S132 orr r0, r0, #2 @ initiate change bit
143 @ initiate the frequency change...
/Linux-v5.10/Documentation/ABI/testing/
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-v5.10/Documentation/spi/
Dspi-sc18is602.rst33 to initiate longer transfers will fail with -EINVAL. EEPROM read operations and
/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
/Linux-v5.10/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-v5.10/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump12 we will initiate a dump.
/Linux-v5.10/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-v5.10/Documentation/userspace-api/media/dvb/
Ddmx-reqbufs.rst36 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
/Linux-v5.10/Documentation/driver-api/iio/
Dtriggers.rst18 a specific file in sysfs). A trigger may initiate data capture for a number of
/Linux-v5.10/include/linux/sunrpc/
Dgss_krb5.h97 int initiate; /* 1 = initiating, 0 = accepting */ member
/Linux-v5.10/Documentation/watchdog/
Dhpwdt.rst58 Upon receipt of an NMI from the iLO, the hpwdt driver will initiate a
/Linux-v5.10/Documentation/driver-api/usb/
Dbulk-streams.rst23 can also initiate a transfer on a stream without the device asking, but the
/Linux-v5.10/Documentation/networking/
Dnet_failover.rst83 Here is a sample script that shows the steps to initiate live migration on
/Linux-v5.10/Documentation/infiniband/
Dtag_matching.rst38 the header to initiate an RDMA READ operation directly to the matching buffer.
/Linux-v5.10/Documentation/admin-guide/nfs/
Dnfs-rdma.rst85 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
86 or v4 mounts. To initiate a v4 mount, the binary must be called
/Linux-v5.10/Documentation/driver-api/rapidio/
Drapidio.rst126 several methods to initiate an enumeration and/or discovery process:
229 creates the sysfs write-only attribute file '/sys/bus/rapidio/scan'. To initiate
236 To initiate RapidIO enumeration/discovery on all available mports a user may
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dvidioc-encoder-cmd.rst118 For a device implementing the :ref:`encoder`, the command will initiate
/Linux-v5.10/drivers/char/
DKconfig169 below to be able to initiate a system shutdown from the button.
175 If you say Y here, then you will be able to initiate a system
177 The number of presses to initiate the shutdown is two by default,

123