Searched refs:ALLOC (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dgenerate_subkey.c57 ALLOC(*subkey, 1);
H A Dget_for_creds.c293 ALLOC(enc_krb_cred_part.timestamp, 1);
300 ALLOC(enc_krb_cred_part.usec, 1);
344 ALLOC(enc_krb_cred_part.r_address, 1);
366 ALLOC(krb_cred_info->prealm, 1);
368 ALLOC(krb_cred_info->pname, 1);
370 ALLOC(krb_cred_info->flags, 1);
372 ALLOC(krb_cred_info->authtime, 1);
374 ALLOC(krb_cred_info->starttime, 1);
376 ALLOC(krb_cred_info->endtime, 1);
378 ALLOC(krb_cred_inf
[all...]
H A Dbuild_auth.c82 ALLOC(*auth_data, 1);
137 ALLOC(auth.seq_number, 1);
148 ALLOC(auth.cksum, 1);
H A Dsalt-aes.c65 ALLOC(kd.key, 1);
H A Ddata.c178 ALLOC(*outdata, 1);
H A Dmk_rep.c81 ALLOC(body.seq_number, 1);
H A Dkrb5_locl.h188 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
189 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
H A Dauth_context.c42 ALLOC(p, 1);
48 ALLOC(p->authenticator, 1);
396 ALLOC(auth_context->keyblock, 1);
H A Dget_in_tkt.c197 ALLOC(a->req_body.till, 1);
250 ALLOC(a->padata, 1);
289 ALLOC(a->padata, 1);
H A Dget_cred.c105 ALLOC(req_body->enc_authorization_data, 1);
182 ALLOC(t->req_body.sname, 1);
198 ALLOC(t->req_body.till, 1);
208 ALLOC(t->req_body.additional_tickets, 1);
226 ALLOC(t->padata, 1);
H A Dsalt.c265 ALLOC(kd.key, 1);
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dheaders.h109 #undef ALLOC macro
110 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) macro
H A Dmit_dump.c283 ALLOC(ent.entry.max_life);
288 ALLOC(ent.entry.max_renew);
293 ALLOC(ent.entry.valid_end);
298 ALLOC(ent.entry.pw_end);
323 ALLOC(ent.entry.extensions);
341 ALLOC(ent.entry.modified_by);
382 ALLOC(ent.entry.keys.val[i].mkvno);
396 ALLOC(ent.entry.keys.val[i].salt);
H A Dkerberos5.c42 ALLOC(*t);
479 ALLOC(ent->salttype);
496 ALLOC(ent->salttype);
569 ALLOC(ent->salt);
588 ALLOC(ent->s2kparams);
607 ALLOC(ent->s2kparams);
990 ALLOC(rep.padata);
1553 ALLOC(et.starttime);
1574 ALLOC(b->rtime);
1591 ALLOC(e
[all...]
H A Dkx509.c408 ALLOC(rep.certificate);
412 ALLOC(rep.hash);
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dkadmin_locl.h102 #undef ALLOC macro
103 #define ALLOC(X) ((X) = malloc(sizeof(*(X)))) macro
/freebsd-13-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dspnego_locl.h76 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
H A Daccept_sec_context.c45 ALLOC(nt.u.negTokenResp.negResult, 1);
111 ALLOC(nt.u.negTokenInit.negHints, 1);
118 ALLOC(nt.u.negTokenInit.negHints->hintName, 1);
169 ALLOC(nt.u.negTokenResp.negResult, 1);
190 ALLOC(nt.u.negTokenResp.supportedMech, 1);
211 ALLOC(nt.u.negTokenResp.responseToken, 1);
232 ALLOC(nt.u.negTokenResp.mechListMIC, 1);
H A Dinit_sec_context.c101 ALLOC(nt.u.negTokenResp.negResult, 1);
116 ALLOC(nt.u.negTokenResp.responseToken, 1);
138 ALLOC(nt.u.negTokenResp.mechListMIC, 1);
278 ALLOC(ni.mechToken, 1);
/freebsd-13-stable/usr.bin/fortune/strfile/
H A Dstrfile.c87 #define ALLOC(ptr, sz) do { \ macro
198 ALLOC(Firstch, Num_pts);
342 ALLOC(Seekpts, Num_pts + 1);
/freebsd-13-stable/lib/libc/rpc/
H A Dauth_des.c68 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof(object_type)) macro
165 auth = ALLOC(AUTH);
170 ad = ALLOC(struct ad_private);
H A Dsvc_dg.c458 #define ALLOC(type, size) \ macro
532 uc = ALLOC(struct cl_cache, 1);
540 uc->uc_entries = ALLOC(cache_ptr, size * SPARSENESS);
548 uc->uc_fifo = ALLOC(cache_ptr, size);
609 victim = ALLOC(struct cache_node, 1);
648 victim->cache_addr.buf = ALLOC(char, xprt->xp_rtaddr.len);
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c49 #define ALLOC(ptr, size) do { \ macro
160 ALLOC(&f->obuf, f->obufsize);
163 ALLOC(&f->ibuf, f->ibufsize);
/freebsd-13-stable/contrib/one-true-awk/
H A Dmakefile54 $(CC) $(CFLAGS) ytab.o $(OFILES) $(ALLOC) -lm
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcms.c56 #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) macro
57 #define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
90 ALLOC(ci.content, 1);
624 ALLOC(enc_alg->parameters, 1);
1265 ALLOC(signer_info->signedAttrs, 1);
1503 ALLOC(sigctx.sd.encapContentInfo.eContent, 1);
1556 ALLOC(sigctx.sd.certificates, 1);

Completed in 465 milliseconds

12