Searched refs:as_req (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto-pk.c | 137 const krb5_data *as_req, in encode_otherinfo() argument 153 pubinfo.as_REQ = *as_req; in encode_otherinfo() 205 const krb5_data *as_req, in _krb5_pk_kdf() argument 257 enctype, as_req, pk_as_rep, ticket, &other); in _krb5_pk_kdf()
|
H A D | init_creds_pw.c | 49 AS_REQ as_req; member 149 free_AS_REQ(&ctx->as_req); in free_init_creds_ctx() 1654 if (ctx->as_req.req_body.cname == NULL) { in krb5_init_creds_step() 1656 ctx->addrs, ctx->etypes, &ctx->as_req); in krb5_init_creds_step() 1696 &ctx->as_req, &rep.kdc_rep, hostinfo, &key); in krb5_init_creds_step() 1806 if (ctx->as_req.padata) { in krb5_init_creds_step() 1807 free_METHOD_DATA(ctx->as_req.padata); in krb5_init_creds_step() 1808 free(ctx->as_req.padata); in krb5_init_creds_step() 1809 ctx->as_req.padata = NULL; in krb5_init_creds_step() 1813 ctx->as_req.req_body.nonce = ctx->nonce; in krb5_init_creds_step() [all …]
|
/freebsd/crypto/heimdal/tools/ |
H A D | kdc-log-analyze.pl | 60 my $as_req = 0; 221 print "\tTotal number: $as_req\n"; 363 $as_req++;
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2005 | 789 * kdc/kerberos5.c (as_req): print the supported encryption types 1222 (init_cred_loop): free ctx->as_req.padata when its reset (From Wynn
|