Lines Matching refs:xmalloc
100 new_gss_enc2oid = xmalloc(sizeof (ssh_gss_kex_mapping *) * in ssh_gssapi_mech_oids_to_kexnames()
114 xmalloc(sizeof (ssh_gss_kex_mapping)); in ssh_gssapi_mech_oids_to_kexnames()
238 encoded = xmalloc(EVP_MD_size(evp_md)*2); in ssh_gssapi_encode_oid_for_kex()
271 new_kexalgs = xmalloc(len); in ssh_gssapi_make_kexalgs_list()
390 new_hostalgs = xmalloc(len); in ssh_gssapi_modify_kex()
484 str = xmalloc(str_buf.length + 1); in ssh_gssapi_oid_to_str()
513 ctx->actual_mech = xmalloc(sizeof (gss_OID_desc)); in ssh_gssapi_set_oid_data()
515 ctx->actual_mech->elements = xmalloc(len); in ssh_gssapi_set_oid_data()
621 newctx = (Gssctxt*)xmalloc(sizeof (Gssctxt)); in ssh_gssapi_build_ctx()
650 new_oid = xmalloc(sizeof (gss_OID_desc)); in ssh_gssapi_dup_oid()
652 new_oid->elements = xmalloc(oid->length); in ssh_gssapi_dup_oid()
739 name_buf.value = xmalloc(name_buf.length + 1); /* +1 for NUL */ in ssh_gssapi_import_name()