Searched refs:mechanism_t (Results 1 – 9 of 9) sorted by relevance
260 sf_free_mech_ent(mechanism_t *mp) in sf_free_mech_ent()352 static mechanism_t *355 mechanism_t *m; in get_secfile_ent()395 if (!(m = malloc(sizeof (mechanism_t)))) { in get_secfile_ent()463 equal_entries(const mechanism_t *mp, const mechanism_t *tp) in equal_entries()491 static mechanism_t *492 sf_copy_mech_ent(mechanism_t *mp) in sf_copy_mech_ent()494 mechanism_t *tp = calloc(1, sizeof (*mp)); in sf_copy_mech_ent()514 member_of_dups(mechanism_t **t, const mechanism_t *mp) in member_of_dups()541 mechanism_t **[all …]
82 } mechanism_t; typedef122 mechanism_t ** __nis_get_mechanisms(bool_t);124 void __nis_release_mechanisms(mechanism_t **);
210 mechanism_t **mechs; in establish_key()211 mechanism_t **mpp; in establish_key()266 mechanism_t *mp = *mpp; in establish_key()
83 mechanism_t **mechs = NULL; /* List of DH mechanisms */975 mechanism_t **realmechlist; in addmechtolist()992 (mechanism_t **)realloc(mechs, in addmechtolist()993 sizeof (mechanism_t *) * in addmechtolist()1000 (mechanism_t *)malloc( in addmechtolist()1001 sizeof (mechanism_t))) == NULL) { in addmechtolist()
61 extern mechanism_t **mechs;1855 mechanism_t **1858 mechanism_t **mechs = __nis_get_mechanisms(FALSE); in getmechwrap()1859 mechanism_t **mechsbak = NULL; in getmechwrap()1860 mechanism_t *desmech = NULL; in getmechwrap()1873 if ((desmech = malloc(sizeof (mechanism_t))) == NULL) { in getmechwrap()1887 if ((mechs = (mechanism_t **)realloc(mechs, in getmechwrap()1888 sizeof (mechanism_t *) * (i + 2))) == NULL) { in getmechwrap()1904 mechanism_t **mechpp; in init_mechs()
331 mechanism_t **mechlist; in main()
147 mechanism_t **mechs;
159 mechanism_t *m; in sasl_setpass()384 mechanism_t *m;396 mechanism_t *mech;485 mech = sasl_ALLOC(sizeof(mechanism_t));538 mechanism_t *m;539 mechanism_t *prevm;625 mechanism_t *m;879 mechanism_t *n = sasl_ALLOC(sizeof(mechanism_t));1409 mechanism_t *mech)1682 mechanism_t *m;[all …]
254 } mechanism_t; typedef260 mechanism_t *mech_list; /* list of mechanisms */266 mechanism_t *mech;279 mechanism_t *mech; /* mechanism trying to use */