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

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit.h214 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.c813 ctx->PIN = NULL;
857 if (ctx->PIN != NULL) {
858 (void) memset(ctx->PIN, 0, strlen(ctx->PIN));
859 free(ctx->PIN);
3623 * Solaris Kerberos: this function was changed to support a PIN being passed
3624 * in. If that is the case the user will not be prompted for their PIN.
3639 } else if (id_cryptoctx->PIN != NULL) {
3640 if ((rdat.data = strdup(id_cryptoctx->PIN)) == NULL)
3644 * PIN i
[all...]
H A Dpkinit_clnt.c1435 } else if (strcmp(attr, "PIN") == 0) {
1436 /* Solaris Kerberos: handle our PIN attr */
1437 plgctx->idopts->PIN = strdup(value);
1438 if (plgctx->idopts->PIN == NULL)

Completed in 29 milliseconds