Home
last modified time | relevance | path

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

12

/linux-3.4.99/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()
166 if ((!ctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_verify_mic_v2()
167 (ctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_verify_mic_v2()
179 if (ctx->initiate) { in gss_verify_mic_v2()
Dgss_krb5_wrap.c231 if ((krb5_make_seq_num(kctx, kctx->seq, kctx->initiate ? 0 : 0xff, in gss_wrap_kerberos_v1()
319 if ((kctx->initiate && direction != 0xff) || in gss_unwrap_kerberos_v1()
320 (!kctx->initiate && direction != 0)) in gss_unwrap_kerberos_v1()
481 if ((!kctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_unwrap_kerberos_v2()
482 (kctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_unwrap_kerberos_v2()
Dgss_krb5_seal.c155 if (krb5_make_seq_num(ctx, ctx->seq, ctx->initiate ? 0 : 0xff, in gss_get_mic_v1()
186 if (ctx->initiate) { in gss_get_mic_v2()
Dgss_krb5_mech.c279 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context()
615 ctx->initiate = ctx->flags & KRB5_CTX_FLAG_INITIATOR; in gss_import_v2_context()
Dgss_krb5_crypto.c658 if (kctx->initiate) { in gss_krb5_aes_encrypt()
779 if (kctx->initiate) { in gss_krb5_aes_decrypt()
/linux-3.4.99/arch/arm/mach-pxa/
Dsleep.S132 orr r0, r0, #2 @ initiate change bit
143 @ initiate the frequency change...
/linux-3.4.99/drivers/hv/
Dchannel_mgmt.c452 struct vmbus_channel_initiate_contact *initiate; in vmbus_onversion_response() local
466 initiate = in vmbus_onversion_response()
/linux-3.4.99/Documentation/w1/slaves/
Dw1_therm20 read sequence will initiate a temperature conversion then provide two
/linux-3.4.99/Documentation/networking/caif/
DLinux-CAIF.txt12 channels, initiate GPRS Data connections, Video channels and Utility Channels.
212 interface can initiate flow stop for all CAIF Channels.
/linux-3.4.99/drivers/staging/tidspbridge/
DKconfig21 DVFS allows DSP Bridge to initiate the operating point change to
/linux-3.4.99/include/linux/sunrpc/
Dgss_krb5.h97 int initiate; /* 1 = initiating, 0 = accepting */ member
/linux-3.4.99/Documentation/usb/
Dbulk-streams.txt20 can also initiate a transfer on a stream without the device asking, but the
DWUSB-Design-overview.txt264 to initiate DRP reservation requests through interaction with sysfs. DRP
/linux-3.4.99/Documentation/filesystems/nfs/
Dnfs-rdma.txt93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
94 or v4 mounts. To initiate a v4 mount, the binary must be called
Drpc-cache.txt105 if the data is valid, and may initiate an up-call to get fresh data.
/linux-3.4.99/Documentation/networking/
Doperstates.txt118 IF_OPER_DORMANT with the possibility for userspace to initiate the
/linux-3.4.99/arch/s390/kernel/
Dsclp.S51 stck .LtimeS1-.LbaseS1(%r13) # initiate timeout
/linux-3.4.99/drivers/char/
DKconfig220 below to be able to initiate a system shutdown from the button.
226 If you say Y here, then you will be able to initiate a system
228 The number of presses to initiate the shutdown is two by default,
/linux-3.4.99/Documentation/blockdev/
DREADME.DAC960343 special file to initiate a configuration operation, and the results of the
494 controller to initiate a rebuild operation onto the newly replaced drive:
500 The echo command instructs the controller to initiate an asynchronous rebuild
/linux-3.4.99/Documentation/
DChanges140 o fsck.jfs - initiate replay of the transaction log, and check
Dmedia-framework.txt245 Drivers initiate a graph traversal by calling
/linux-3.4.99/net/netfilter/
DKconfig221 using NAT, this extension will enable you to send files and initiate
223 have others initiate chats, or everything else in IRC.
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnvc0_grhub.fuc774 // fetch context pointer, and initiate xfer on all GPCs
/linux-3.4.99/Documentation/s390/
Dcds.txt64 initiate an I/O request.
/linux-3.4.99/Documentation/isdn/
DREADME393 own. You must explicitly initiate a connection with "isdnctrl dial

12