Searched refs:as_req (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/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() 1656 if (ctx->as_req.req_body.cname == NULL) { in krb5_init_creds_step() 1658 ctx->addrs, ctx->etypes, &ctx->as_req); in krb5_init_creds_step() 1808 if (ctx->as_req.padata) { in krb5_init_creds_step() 1809 free_METHOD_DATA(ctx->as_req.padata); in krb5_init_creds_step() 1810 free(ctx->as_req.padata); in krb5_init_creds_step() 1811 ctx->as_req.padata = NULL; in krb5_init_creds_step() 1815 ctx->as_req.req_body.nonce = ctx->nonce; in krb5_init_creds_step() 1819 &ctx->md, &ctx->as_req.padata, in krb5_init_creds_step() [all …]
|
| /freebsd-12.1/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-12.1/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
|