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

/netbsd-6-1-5-RELEASE/etc/iscsi/
H A DMakefile7 CONFIGFILES= auths targets
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_caps.c100 get_max_auths(UINT32 *auths) argument
110 result = get_cap_uint32(TPM_CAP_PROPERTY, (BYTE *)&subCap, sizeof(subCap), auths);
117 *auths = i;
123 *auths = TSS_MAX_AUTHS_CAP;
126 for (i = 0; (UINT32)i < *auths; i++) {
131 *auths = 0;
134 if (*auths < 2) {
135 LogError("%s reported only %u auth available!", __FUNCTION__, *auths);
138 LogDebug("get_max_auths reports %u auth contexts found", *auths);
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_changeauth.c45 static struct changeAuth auths[] = { variable in typeref:struct:changeAuth
69 auths[owner].change = TRUE;
73 auths[srk].change = TRUE;
175 if (auths[i].change) {
176 logInfo(_("Changing password for: %s.\n"), _(auths[i].name));
181 passwd = _GETPASSWD(_(auths[i].prompt), &pswd_len,
210 logInfo(_("Change of %s password successful.\n"), _(auths[i].name));
216 } while (auths[++i].name);
/netbsd-6-1-5-RELEASE/sbin/iscsictl/
H A Discsic_daemonif.c53 int opts, auths, tlen; local
64 auths = cl_get_auth_opts(&auth, argc, argv);
104 if (auths) {
809 int opts, auths, tlen; local
813 auths = cl_get_auth_opts(&auth, argc, argv);
872 if (auths) {

Completed in 123 milliseconds