Home
last modified time | relevance | path

Searched refs:tempdata (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dcopy_data.c40 krb5_data *tempdata; in krb5_copy_data() local
48 if (!(tempdata = (krb5_data *)malloc(sizeof(*tempdata)))) in krb5_copy_data()
51 retval = krb5int_copy_data_contents(context, indata, tempdata); in krb5_copy_data()
53 free(tempdata); in krb5_copy_data()
57 *outdata = tempdata; in krb5_copy_data()
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod.c257 uint8_t *tempdata; in call_hook() local
346 tempdata = rrset_data->rr_data[i] + 2; in call_hook()
350 w_temp = sldns_wire2str_ipseckey_scan(&tempdata, &tempdata_len, &s, in call_hook()
/freebsd/sys/kern/
H A Dimgact_elf.c790 } *tempdata; in __elfN() local
809 tempdata = malloc(sizeof(*tempdata), M_TEMP, M_WAITOK | M_ZERO); in __elfN()
810 nd = &tempdata->nd; in __elfN()
811 attr = &tempdata->attr; in __elfN()
812 imgp = &tempdata->image_params; in __elfN()
885 free(tempdata, M_TEMP); in __elfN()