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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c143 opts->PIN = NULL;
227 if (src_opts->PIN != NULL) {
228 newopts->PIN = strdup(src_opts->PIN);
229 if (newopts->PIN == NULL)
268 if (idopts->PIN != NULL) {
269 (void) memset(idopts->PIN, 0, strlen(idopts->PIN));
270 free(idopts->PIN);
H A Dpkinit.h203 char *PIN; /* Solaris Kerberos */ member in struct:_pkinit_identity_opts
H A Dpkinit_crypto_openssl.h83 char *PIN; /* Solaris Kerberos: */ member in struct:_pkinit_identity_crypto_context
H A Dpkinit_crypto_openssl.c777 ctx->PIN = NULL;
821 if (ctx->PIN != NULL) {
822 (void) memset(ctx->PIN, 0, strlen(ctx->PIN));
823 free(ctx->PIN);
3441 * Solaris Kerberos: this function was changed to support a PIN being passed
3442 * in. If that is the case the user will not be prompted for their PIN.
3457 } else if (id_cryptoctx->PIN != NULL) {
3458 if ((rdat.data = strdup(id_cryptoctx->PIN)) == NULL)
3462 * PIN i
[all...]
H A Dpkinit_clnt.c1479 } else if (strcmp(attr, "PIN") == 0) {
1480 /* Solaris Kerberos: handle our PIN attr */
1481 plgctx->idopts->PIN = strdup(value);
1482 if (plgctx->idopts->PIN == NULL)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c194 #define PIN 2 macro
456 t->t_dcdr = syn2(p->next, p2, flags | PIN);
614 else if ((flags & PIN) || t->t_dlef)

Completed in 76 milliseconds