Lines Matching refs:MALLOC
161 MALLOC(sizeof (GSS_OID) * desired_mechs->count);
167 (char *)MALLOC(desired_mechs->elements[i].length);
229 *actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
233 MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
239 (void *) MALLOC((*actual_mechs)->elements[i].length);
429 *actual_mechs = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
433 MALLOC(sizeof (gss_OID_desc) * (*actual_mechs)->count);
439 (void *) MALLOC((*actual_mechs)->elements[i].length);
767 (void *)MALLOC(output_token->length); in kgss_init_sec_context_wrapped()
787 (gss_OID) MALLOC(sizeof (gss_OID_desc)); in kgss_init_sec_context_wrapped()
791 (void *)MALLOC((*actual_mech_type)->length); in kgss_init_sec_context_wrapped()
1036 output_token->value = (void *)MALLOC(output_token->length); in kgss_accept_sec_context_wrapped()
1073 (gss_OID)MALLOC(sizeof (gss_OID_desc)); in kgss_accept_sec_context_wrapped()
1077 (void *)MALLOC((*mech_type)->length); in kgss_accept_sec_context_wrapped()
1447 (void *) MALLOC(output_token->length);
1657 msg_token->value = (void *) MALLOC(msg_token->length); in kgss_sign_wrapped()
1857 (void *) MALLOC(output_message_buffer->length); in kgss_seal_wrapped()
1968 (void *) MALLOC(output_message_buffer->length); in kgss_unseal_wrapped()
2086 (void *) MALLOC(status_string->length);
2144 *mech_set = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
2147 MALLOC ((*mech_set)->count * sizeof (gss_OID_desc));
2152 MALLOC ((*mech_set)->elements[i].length);
2291 *mechanisms = (gss_OID_set) MALLOC(sizeof (gss_OID_set_desc));
2295 MALLOC(sizeof (gss_OID_desc) * (*mechanisms)->count);
2301 (void *) MALLOC((*mechanisms)->elements[i].length);
2785 mech->mech_type.elements = MALLOC(mech_oid->length); in __kgss_reset_mech()