Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A 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()
H A 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()
H A 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()
H A Dgss_krb5_mech.c210 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context()
478 ctx->initiate = ctx->flags & KRB5_CTX_FLAG_INITIATOR; in gss_import_v2_context()
H A Dgss_krb5_crypto.c614 if (kctx->initiate) { in gss_krb5_aes_encrypt()
734 if (kctx->initiate) { in gss_krb5_aes_decrypt()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/
H A D0001-kexecboot-Use-new-reboot-API-with-klibc.patch28 log_msg(lg, "Can't initiate reboot: %s", ERRMSG);
37 log_msg(lg, "Can't initiate shutdown: %s", ERRMSG);
/OK3568_Linux_fs/buildroot/package/libosip2/
H A DConfig.in6 developers an easy and powerful interface to initiate and
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/reset/
H A Daxxia-reset.txt4 block to initiate a chip reset.
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dsleep.S132 orr r0, r0, #2 @ initiate change bit
143 @ initiate the frequency change...
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-platform-dock14 (WO) Writing to this file causes the software to initiate an
H A Dsysfs-bus-rapidio193 space. To initiate an enumeration or discovery process on
199 initiate RapidIO enumeration/discovery on all available mports a
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A 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
/OK3568_Linux_fs/buildroot/dl/hostapd/
H A D0003-WPS-UPnP-Handle-HTTP-initiation-failures-for-events-.patch8 callback URL on a failure to initiate the HTTP client connection, there
/OK3568_Linux_fs/kernel/Documentation/spi/
H A Dspi-sc18is602.rst33 to initiate longer transfers will fail with -EINVAL. EEPROM read operations and
/OK3568_Linux_fs/kernel/Documentation/networking/caif/
H A Dlinux_caif.rst19 channels, initiate GPRS Data connections, Video channels and Utility Channels.
195 interface can initiate flow stop for all CAIF Channels.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dtwl4030-power.txt29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-firmware-opal-dump12 we will initiate a dump.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-reqbufs.rst36 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dgss_krb5.h97 int initiate; /* 1 = initiating, 0 = accepting */ member
/OK3568_Linux_fs/kernel/Documentation/driver-api/iio/
H A Dtriggers.rst18 a specific file in sysfs). A trigger may initiate data capture for a number of
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dhpwdt.rst58 Upon receipt of an NMI from the iLO, the hpwdt driver will initiate a
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dbulk-streams.rst23 can also initiate a transfer on a stream without the device asking, but the
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A Dtag_matching.rst38 the header to initiate an RDMA READ operation directly to the matching buffer.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnet_failover.rst83 Here is a sample script that shows the steps to initiate live migration on
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A 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

12345