Lines Matching defs:context

74  * Server side RPCSEC_GSS context information.
80 gss_ctx_id_t context;
103 * Data structures used for LRU based context management.
119 * lock used with context/lru variables
201 * Cleanup routine for destroying context, called after service
219 * First check if current context needs to be cleaned up.
316 * If it exceeds the maximum, kill context.
421 * accepts the context. If a callback is not specified, accept
422 * the incoming context.
443 client_data->context, &lock, &client_data->cookie);
688 * sake of reentrancy (we don't want to look in the context
696 gss_parms->context = (void *)client_data->context;
707 * If the context is not established, then only GSSAPI_INIT
742 &client_data->context,
757 &client_data->context,
840 * the context. Don't dispatch. Set ctx_handle
881 * retries on an established context.
895 * context (the minimum of time_rec and max_lifetime).
922 * This is an established context. Continue to
948 "on an established context");
955 * Once the context is established and there is no more
966 if (!check_verf(msg, client_data->context,
989 * If the context was locked, make sure that the client
1040 * If context is locked, make sure that the client
1051 * structure in context. This is okay, since
1053 * the context (so it's MT safe).
1083 check_verf(msg, context, qop_state)
1085 gss_ctx_id_t context;
1133 gssstat = gss_verify(&minor_stat, context, &msg_buf, &tok_buf,
1158 if (gss_sign(&minor, cl->context, cl->qop, &in_buf,
1171 * Create client context.
1190 client_data->context = GSS_C_NO_CONTEXT;
1200 * Check totals. If we've hit the limit, we destroy a context
1217 * The client context handle is a 32-bit key (unsigned int).
1241 * Insert client context into hash list and LRU list.
1267 * Fetch a client, given the client context handle. Move it to the
1268 * top of the LRU list since this is the most recently used context.
1304 * Given the client context handle, find the context corresponding to it.
1322 * Destroy a client context.
1354 * If there is a GSS context, clean up GSS state.
1356 if (client_data->context != GSS_C_NO_CONTEXT) {
1357 (void) gss_delete_sec_context(&minor, &client_data->context,
1407 * Drop the least recently used client context, if possible.
1594 * If context is not established, or if neither integrity nor
1604 (gss_ctx_id_t)gss_parms->context,
1622 * If context is not established, or if neither integrity nor
1631 (gss_ctx_id_t)gss_parms->context,
1652 (gss_ctx_id_t)gss_parms->context,
1657 * Add retransmit entry to the context cache entry for a new xid.
1688 * Delete the retransmit data from the context cache entry.