Searched defs:create_context (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext_establish.c646 * create_context: Builds the initial Diffie-Hellman GSS context.
654 create_context(OM_uint32 *minor, /* Diffie-Hellman specific status */ function
934 stat = create_context(minor, &dh_gss_ctx, netname,
/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dcrypt.c69 static int create_context(crypto_ctx_t *context, crypto_key_t key,
80 #pragma inline(create_context)
82 create_context(crypto_ctx_t *context, crypto_key_t key, crypto_mechanism_t mech, function
265 rv = create_context(context, key, mech, op_type);

Completed in 133 milliseconds