Searched refs:security (Results 151 - 175 of 376) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h35 #include <security/pkcs11t.h>
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/
H A DMakefile.com146 ROOTLIBDIR= $(ROOT)/usr/lib/security
147 ROOTLIBDIR64= $(ROOT)/usr/lib/security/$(MACH64)
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftCrypt.h34 #include <security/pkcs11t.h>
H A DsoftFipsPostUtil.c43 #include <security/cryptoki.h>
H A DsoftKeystore.h34 #include <security/pkcs11t.h>
H A DsoftMAC.h39 #include <security/pkcs11t.h>
H A DsoftOps.h33 #include <security/pkcs11t.h>
H A DsoftSession.h34 #include <security/pkcs11t.h>
/opensolaris-onvv-gate/usr/src/msg/
H A DMakefile82 priv_names: $(ROOT)/etc/security/priv_names
/opensolaris-onvv-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c204 * list of properties that are related to security flavors.
218 sa_security_t security; member in struct:securities
303 * security flavor.
321 * Walk the current list of security flavors and return true if it is
329 if (seclist->security == sec)
339 * group's list of security optionsets. We also keep a list of
363 /* add to the security list if it isn't there already */
369 curp->security = sa_create_security(
372 curp->security = check;
467 prop = sa_get_property(sec->security, nam
1418 sa_security_t security = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/
H A DMakefile.cmd67 ROOTETCSECURITY= $(ROOTETC)/security
219 ROOTSVCSYSTEMSECURITY= $(ROOTSVCSYSTEM)/security
229 ROOTSVCNETWORKSECURITY= $(ROOTSVCNETWORK)/security
239 ROOTSVCAPPLICATIONSECURITY= $(ROOTSVCAPPLICATION)/security
/opensolaris-onvv-gate/usr/src/cmd/vntsd/
H A Dsvc-vntsd40 AUTH_ATTR=/etc/security/auth_attr
49 # Add LDoms vntsd authorization entries to etc/security/auth_attr if not
/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h14 * The Original Code is the Netscape security libraries.
55 #include <security/cryptoki.h>
56 #include <security/pkcs11t.h>
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit.h60 #include <security/cryptoki.h>
61 #include <security/pkcs11.h>
/opensolaris-onvv-gate/usr/src/lib/libcryptoutil/common/
H A Dmechstr.c34 #include <security/cryptoki.h>
35 #include <security/pkcs11t.h>
H A Dpkcs11_uri.c34 #include <security/cryptoki.h>
35 #include <security/pkcs11.h>
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSoftCommon.c34 #include <security/cryptoki.h>
35 #include <security/pkcs11t.h>
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddeveloper-opensolaris-osnet.mf54 depend fmri=library/security/trousers@0.3.2-0.133 type=require
H A Dlibrary-security-tcp-wrapper.mf27 value=pkg:/library/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
H A Dnetwork-iscsi-initiator.mf34 dir path=etc/security group=sys variant.opensolaris.zone=global
H A Dsystem-library-security-gss-diffie-hellman.mf27 value=pkg:/system/library/security/gss/diffie-hellman@$(PKGVERS)
H A Dsystem-library-security-gss.mf26 set name=pkg.fmri value=pkg:/system/library/security/gss@$(PKGVERS)
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibshare.c174 ret = dgettext(TEXT_DOMAIN, "invalid security type");
177 ret = dgettext(TEXT_DOMAIN, "security type not found");
703 else if (xmlStrcmp(node->name, (xmlChar *)"security") == 0)
762 * return the SMF name for the security. If id is not NULL, it will
768 * name is returned in oname. The security type is also encoded into
773 sa_security_name(sa_security_t security, char *oname, size_t len, char *id) argument
781 proto = sa_get_security_attr(security, "type");
782 sectype = sa_get_security_attr(security, "sectype");
2360 * Return the security optionset. The internal name is a hold over
2363 * as a group of properties (like NFS security option
2418 sa_get_next_security(sa_security_t security) argument
2887 sa_security_t security; local
2944 sa_destroy_security(sa_security_t security) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c52 #include <security/pam_appl.h>
53 #include <security/pam_modules.h>
54 #include <security/pam_impl.h>
291 * No usable mechs found in security congifuration file thus
/opensolaris-onvv-gate/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c32 #include <security/pam_appl.h>
33 #include <security/pam_modules.h>
34 #include <security/pam_impl.h>

Completed in 202 milliseconds

1234567891011>>