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

/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c118 boolean_t sensitive = B_FALSE; local
134 /* Check the sensitive option value if specified. */
137 sensitive = B_TRUE;
139 sensitive = B_FALSE;
142 gettext("Incorrect sensitive option value.\n"));
202 KMF_SENSITIVE_BOOL_ATTR, &sensitive,
203 sizeof (sensitive));
217 if (sensitive == B_TRUE || not_extractable == B_TRUE) {
220 "for a sensitive or non-extractable key.\n"));
386 "s:(sensitive)
[all...]
H A Dimport.c707 boolean_t sensitive = B_FALSE; local
723 sensitive = B_TRUE;
725 sensitive = B_FALSE;
728 gettext("Incorrect sensitive option value.\n"));
767 KMF_SENSITIVE_BOOL_ATTR, &sensitive, sizeof (sensitive));
831 "E:(keytype)s:(sensitive)x:(extractable)"
1014 gettext("The sensitive or extractable option "
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobject.c310 CK_ATTRIBUTE * sensitive = NULL; local
378 sizeof (CK_BYTE), &sensitive);
398 (void) template_update_attribute(o->template, sensitive);
406 if (sensitive) free(sensitive);
H A Dkey.c661 CK_ATTRIBUTE *sensitive = NULL; local
695 rc = build_attribute(CKA_SENSITIVE, &false, 1, &sensitive);
709 (void) template_update_attribute(tmpl, sensitive);
956 CK_ATTRIBUTE *sensitive = NULL; local
989 rc = build_attribute(CKA_SENSITIVE, &false, 1, &sensitive);
1003 (void) template_update_attribute(tmpl, sensitive);
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c221 Sensitive *sensitive; member in struct:Authctxt
312 Sensitive *sensitive)
352 authctxt.sensitive = sensitive;
1488 Sensitive *sensitive = authctxt->sensitive; local
1498 for (i = 0; i < sensitive->nkeys; i++) {
1499 private = sensitive->keys[i];
1504 sensitive->keys[i] = NULL;
1549 if (sensitive
311 ssh_userauth2(const char *local_user, const char *server_user, char *host, Sensitive *sensitive) argument
[all...]
H A Dsshconnect1.c1146 Sensitive *sensitive)
1232 for (i = 0; i < sensitive->nkeys; i++) {
1233 if (sensitive->keys[i] != NULL &&
1234 sensitive->keys[i]->type == KEY_RSA1 &&
1236 sensitive->keys[i]))
1145 ssh_userauth1(const char *local_user, const char *server_user, char *host, Sensitive *sensitive) argument
H A Dsshconnect.c968 ssh_login(Sensitive *sensitive, const char *orighost, argument
1011 ssh_userauth2(local_user, server_user, host, sensitive);
1014 ssh_userauth1(local_user, server_user, host, sensitive);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm190 B<Note that the hash seed is sensitive information>: by knowing it one
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm49 since those systems are not case-sensitive when opening existing files
152 # Any other name uses Unix-style rules and is case-sensitive
/opensolaris-onvv-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h211 boolean_t sensitive; member in struct:__anon3656
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm257 By default, file names are assumed to be case sensitive; this flag
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm480 The intent being that scripts can access more (possibly sensitive)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm505 B<value()> is context sensitive. In a list context it will return
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm195 Language tags are not case-sensitive. en-US, en-us, En-Us, etc.,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm210 There is some whitespace on a seemingly empty line. POD is very sensitive
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1868 case sensitive while long options are matched case insensitive. To
2049 treated case-sensitive.
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2811 * If sensitive or non-extractable, mark them as such
2816 rkey->sensitive = B_TRUE;
3716 if (rawkey->sensitive)

Completed in 216 milliseconds