Searched refs:initiate (Results 1 – 25 of 59) sorted by relevance
123
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_unseal.c | 138 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()
|
D | gss_krb5_wrap.c | 237 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()
|
D | gss_krb5_seal.c | 161 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()
|
D | gss_krb5_mech.c | 280 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/ |
D | axxia-reset.txt | 4 block to initiate a chip reset.
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | sleep.S | 132 orr r0, r0, #2 @ initiate change bit 143 @ initiate the frequency change...
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/proximity/ |
D | devantech-srf04.txt | 9 device it should initiate the measurement cycle.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-platform-dock | 14 (WO) Writing to this file causes the software to initiate an
|
D | sysfs-bus-rapidio | 190 space. To initiate an enumeration or discovery process on 196 initiate RapidIO enumeration/discovery on all available mports a
|
/Linux-v4.19/Documentation/spi/ |
D | spi-sc18is602 | 30 to initiate longer transfers will fail with -EINVAL. EEPROM read operations and
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
|
/Linux-v4.19/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-v4.19/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 11 we will initiate a dump.
|
/Linux-v4.19/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 12 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/ |
D | dmx-reqbufs.rst | 34 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
|
/Linux-v4.19/include/linux/sunrpc/ |
D | gss_krb5.h | 97 int initiate; /* 1 = initiating, 0 = accepting */ member
|
/Linux-v4.19/Documentation/driver-api/iio/ |
D | triggers.rst | 20 a specific file in sysfs). A trigger may initiate data capture for a number of
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 5 processors") can be used by Linux to initiate various CPU-centric power
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-reqbufs.rst | 34 This ioctl is used to initiate :ref:`memory mapped <mmap>`,
|
/Linux-v4.19/Documentation/w1/slaves/ |
D | w1_therm | 24 read sequence will initiate a temperature conversion then provide two
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | bulk-streams.rst | 23 can also initiate a transfer on a stream without the device asking, but the
|
/Linux-v4.19/Documentation/infiniband/ |
D | tag_matching.txt | 34 the header to initiate an RDMA READ operation directly to the matching buffer.
|
/Linux-v4.19/Documentation/mic/ |
D | mic_overview.txt | 47 the host to initiate DMA's to/from the card using the MIC DMA engine and
|
/Linux-v4.19/Documentation/security/ |
D | LSM-sctp.rst | 139 initiate an association to
|
/Linux-v4.19/Documentation/networking/ |
D | net_failover.rst | 83 Here is a sample script that shows the steps to initiate live migration on
|
123