Searched refs:used_pa_types (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dinit_creds_pw.c73 int used_pa_types; member in struct:krb5_get_init_creds_ctx
1227 (ctx->used_pa_types & USED_PKINIT_W2K) ? "win2k" : "ietf");
1229 if (ctx->used_pa_types & USED_PKINIT_W2K) {
1236 (ctx->used_pa_types & USED_PKINIT),
1241 if (ctx->used_pa_types & USED_PKINIT)
1242 ctx->used_pa_types |= USED_PKINIT_W2K;
1244 ctx->used_pa_types |= USED_PKINIT;
1262 if (ctx->used_pa_types & flag) {
1274 ctx->used_pa_types |= flag;
2373 ctx->used_pa_types
[all...]

Completed in 196 milliseconds