Searched refs:ealloc (Results 1 – 9 of 9) sorted by relevance
37 a->checksum = ealloc(sizeof(krb5_checksum)); in ktest_make_sample_authenticator()41 a->subkey = ealloc(sizeof(krb5_keyblock)); in ktest_make_sample_authenticator()59 cs->contents = ealloc(4); in ktest_make_sample_checksum()69 kb->contents = ealloc(8); in ktest_make_sample_keyblock()93 etp->session = ealloc(sizeof(krb5_keyblock)); in ktest_make_sample_enc_tkt_part()107 *caddrs = ealloc(3 * sizeof(krb5_address *)); in ktest_make_sample_addresses()109 (*caddrs)[i] = ealloc(sizeof(krb5_address)); in ktest_make_sample_addresses()120 *ad = ealloc(3 * sizeof(krb5_authdata *)); in ktest_make_sample_authorization_data()122 (*ad)[i] = ealloc(sizeof(krb5_authdata)); in ktest_make_sample_authorization_data()149 a->contents = ealloc(4 * sizeof(krb5_octet)); in ktest_make_sample_address()[all …]
38 ealloc(size_t size) in ealloc() function69 *s = ealloc(3 * code->length); in asn1_krb5_data_unparse()94 d->data = ealloc(d->length); in krb5_data_parse()107 d->data = ealloc(strlen(s) / 2 + 1); in krb5_data_hex_parse()
33 void *ealloc(size_t size);
151 tkt.enc_part2 = ealloc(sizeof(krb5_enc_tkt_part)); in main()181 kdcr.enc_part2 = ealloc(sizeof(krb5_enc_kdc_rep_part)); in main()
176 tkt.enc_part2 = ealloc(sizeof(krb5_enc_tkt_part)); in main()205 kdcr.enc_part2 = ealloc(sizeof(krb5_enc_kdc_rep_part)); in main()
48 ealloc(size_t size) in ealloc() function65 erep = ealloc(elen); in ser_context()79 erep2 = ealloc(elen2); in ser_context()100 erep = ealloc(elen); in ser_auth_context()114 erep2 = ealloc(elen2); in ser_auth_context()135 erep = ealloc(elen); in ser_principal()149 erep2 = ealloc(elen2); in ser_principal()170 erep = ealloc(elen); in ser_checksum()184 erep2 = ealloc(elen2); in ser_checksum()
102 ealloc(size_t sz) in ealloc() function218 kb_out->contents = ealloc(keylength); in make_keyblock()239 ks_lists = ealloc(nstrings * sizeof(*ks_lists)); in make_keys()240 ks_list_sizes = ealloc(nstrings * sizeof(*ks_list_sizes)); in make_keys()241 kvnos = ealloc(nstrings * sizeof(*kvnos)); in make_keys()262 kd = key_data = ealloc(nkeys * sizeof(*kd)); in make_keys()306 tl = ealloc(sizeof(*ent->tl_data)); in make_strings()331 h = ealloc(sizeof(*h)); in test_open()414 *entry = ealloc(sizeof(**entry)); in test_get_principal()454 ent = ealloc(sizeof(*ent)); in test_get_principal()[all …]
161 ealloc(size_t len) in ealloc() function178 kgctx = ealloc(sizeof(*kgctx)); in make_fake_cfx_context()190 uctx = ealloc(sizeof(*uctx)); in make_fake_cfx_context()204 kgctx = ealloc(sizeof(*kgctx)); in make_fake_context()226 uctx = ealloc(sizeof(*uctx)); in make_fake_context()256 wrapped = ealloc(len + 13); in make_token()426 iov[0].buffer.value = ealloc(2); in test_iov_large_asn1_wrapper()725 in.value = ealloc(len); in try_accept()
5 SRCS= ealloc.c hash.c rcorder.c