Home
last modified time | relevance | path

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

123

/Linux-v4.19/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.c237 if ((krb5_make_seq_num(kctx, kctx->seq, kctx->initiate ? 0 : 0xff, in gss_wrap_kerberos_v1()
325 if ((kctx->initiate && direction != 0xff) || in gss_unwrap_kerberos_v1()
326 (!kctx->initiate && direction != 0)) in gss_unwrap_kerberos_v1()
516 if ((!kctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_unwrap_kerberos_v2()
517 (kctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_unwrap_kerberos_v2()
Dgss_krb5_seal.c161 if (krb5_make_seq_num(ctx, ctx->seq, ctx->initiate ? 0 : 0xff, in gss_get_mic_v1()
195 if (ctx->initiate) { in gss_get_mic_v2()
Dgss_krb5_mech.c280 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context()
618 ctx->initiate = ctx->flags & KRB5_CTX_FLAG_INITIATOR; in gss_import_v2_context()
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Daxxia-reset.txt4 block to initiate a chip reset.
/Linux-v4.19/arch/arm/mach-pxa/
Dsleep.S132 orr r0, r0, #2 @ initiate change bit
143 @ initiate the frequency change...
/Linux-v4.19/Documentation/devicetree/bindings/iio/proximity/
Ddevantech-srf04.txt9 device it should initiate the measurement cycle.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-platform-dock14 (WO) Writing to this file causes the software to initiate an
Dsysfs-bus-rapidio190 space. To initiate an enumeration or discovery process on
196 initiate RapidIO enumeration/discovery on all available mports a
/Linux-v4.19/Documentation/spi/
Dspi-sc18is60230 to initiate longer transfers will fail with -EINVAL. EEPROM read operations and
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
/Linux-v4.19/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-v4.19/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump11 we will initiate a dump.
/Linux-v4.19/Documentation/networking/caif/
DLinux-CAIF.txt12 channels, initiate GPRS Data connections, Video channels and Utility Channels.
175 interface can initiate flow stop for all CAIF Channels.
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-reqbufs.rst34 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
/Linux-v4.19/include/linux/sunrpc/
Dgss_krb5.h97 int initiate; /* 1 = initiating, 0 = accepting */ member
/Linux-v4.19/Documentation/driver-api/iio/
Dtriggers.rst20 a specific file in sysfs). A trigger may initiate data capture for a number of
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dpsci.txt5 processors") can be used by Linux to initiate various CPU-centric power
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-reqbufs.rst34 This ioctl is used to initiate :ref:`memory mapped <mmap>`,
/Linux-v4.19/Documentation/w1/slaves/
Dw1_therm24 read sequence will initiate a temperature conversion then provide two
/Linux-v4.19/Documentation/driver-api/usb/
Dbulk-streams.rst23 can also initiate a transfer on a stream without the device asking, but the
/Linux-v4.19/Documentation/infiniband/
Dtag_matching.txt34 the header to initiate an RDMA READ operation directly to the matching buffer.
/Linux-v4.19/Documentation/mic/
Dmic_overview.txt47 the host to initiate DMA's to/from the card using the MIC DMA engine and
/Linux-v4.19/Documentation/security/
DLSM-sctp.rst139 initiate an association to
/Linux-v4.19/Documentation/networking/
Dnet_failover.rst83 Here is a sample script that shows the steps to initiate live migration on

123