Home
last modified time | relevance | path

Searched refs:ALLOC_SEQ (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/heimdal/kdc/
H A Dheaders.h111 #undef ALLOC_SEQ
112 #define ALLOC_SEQ(X, N) do { (X)->len = (N); \ macro
H A Dmit_dump.c324 ALLOC_SEQ(ent.entry.extensions, 1); in mit_prop_dump()
350 ALLOC_SEQ(&ent.entry.keys, num_key_data); in mit_prop_dump()
/freebsd/crypto/heimdal/lib/krb5/
H A Dbuild_auth.c62 ALLOC_SEQ(&ad, 1); in make_etypelist()
89 ALLOC_SEQ(*auth_data, 1); in make_etypelist()
H A Dget_for_creds.c267 ALLOC_SEQ(&cred.tickets, 1); in krb5_get_forwarded_creds()
280 ALLOC_SEQ(&enc_krb_cred_part.ticket_info, 1); in krb5_get_forwarded_creds()
H A Dkrb5_locl.h189 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0) macro
H A Daddr_families.c1173 ALLOC_SEQ(addresses, 1); in krb5_parse_address()
1199 ALLOC_SEQ(addresses, n); in krb5_parse_address()
1412 ALLOC_SEQ(outaddr, inaddr->len); in krb5_copy_addresses()
H A Dget_cred.c160 ALLOC_SEQ(&t->req_body.etype, 1); in init_tgs_req()
215 ALLOC_SEQ(t->req_body.additional_tickets, 1); in init_tgs_req()
232 ALLOC_SEQ(t->padata, 1 + padata->len); in init_tgs_req()
H A Dget_in_tkt.c345 ALLOC_SEQ(*preauth, 1); in set_ptypes()
H A Dstore.c1267 ALLOC_SEQ(auth, tmp); in krb5_ret_authdata()
/freebsd/crypto/heimdal/lib/hx509/
H A Dcms.c57 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0) macro
642 ALLOC_SEQ(&ed.recipientInfos, 1); in hx509_cms_envelope_1()
1106 ALLOC_SEQ(&(*attr)[*len].value, 1); in add_one_attribute()
/freebsd/crypto/heimdal/
H A DChangeLog.19991444 ALLOC_SEQ