HomeSort by: relevance | last modified time | path
    Searched defs:mech_type (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_init_sec_context.c 34 _gss_mech_cred_find(gss_const_cred_id_t cred_handle, gss_OID mech_type)
43 if (gss_oid_equal(mech_type, mc->gmc_mech_oid))
132 gss_OID mech_type = input_mech_type; local
150 if (mech_type == NULL)
151 mech_type = GSS_KRB5_MECHANISM;
159 m = ctx->gc_mech = __gss_get_mechanism(mech_type);
167 mech_type = &ctx->gc_mech->gm_mech_oid;
174 major_status = _gss_find_mn(minor_status, name, mech_type, &mn);
187 cred_handle = _gss_mech_cred_find(initiator_cred_handle, mech_type);
200 mech_type,
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
softp11.c 438 CK_MECHANISM_TYPE mech_type; local
534 mech_type = CKM_RSA_X_509;
535 add_object_attribute(o, 0, CKA_KEY_GEN_MECHANISM, &mech_type, sizeof(mech_type));
573 mech_type = CKM_RSA_X_509;
574 add_object_attribute(o, 0, CKA_KEY_GEN_MECHANISM, &mech_type, sizeof(mech_type));

Completed in 26 milliseconds