Searched refs:mechanism (Results 101 - 125 of 180) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DObject.pod93 Group. This mechanism is considerably faster than the array mechanism
94 described above and is the preferred mechanism if a Group is being examined in
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_rsa_util.c67 fips_rsa_sign_verify_test(sha2_mech_t mechanism, argument
69 fips_rsa_sign_verify_test(CK_MECHANISM_TYPE mechanism,
89 switch (mechanism) {
142 sha2_context = fips_sha2_build_context(mechanism);
168 sha2_context = fips_sha2_build_context(mechanism);
194 sha2_context = fips_sha2_build_context(mechanism);
/opensolaris-onvv-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c757 if (client_data->raw_cred.mechanism) {
758 kgss_free_oid(client_data->raw_cred.mechanism);
759 client_data->raw_cred.mechanism = NULL;
761 client_data->raw_cred.mechanism = (rpc_gss_OID) mech_type;
1894 * client_name, raw_cred.client_principal, raw_cred.mechanism.
1911 * In the user GSS-API library, mechanism (mech_type returned
1919 if (client_data->raw_cred.mechanism) {
1920 kgss_free_oid(client_data->raw_cred.mechanism);
1921 client_data->raw_cred.mechanism = NULL;
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c264 char *mechanism; local
476 "mechanism 0->CRAM_MD5, 1->TLS? ");
479 mechanism = LDAP_SASL_CRAM_MD5;
482 mechanism = LDAP_SASL_X511_STRONG;
508 if (strcmp(mechanism, LDAP_SASL_CRAM_MD5) == 0){
520 if (ldap_sasl_bind_s(ld, dn, mechanism, &cred, NULL, NULL, &srvcrds ) != LDAP_SUCCESS){
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c60 * to return the rpcsec_gss mechanism and service information to nfsstat and
82 * Should look into using kgss_indicate_mechs when new gss mechanism is added.
145 * mechanism service qop nfs-pseudo-flavor
152 * security mechanism is to be added.
228 data->mechanism.length = info->oid.sec_oid4_len;
229 data->mechanism.elements =
232 data->mechanism.elements, info->oid.sec_oid4_len);
294 kmem_free(data->mechanism.elements,
295 data->mechanism.length);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_pub.c590 * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
675 * PK11 CKM_RSA_X_509 mechanism pads 0's at the beginning.
830 * C_Decrypt pk11 APIs. Note that CKM_RSA_X_509 mechanism is used here.
2227 CK_MECHANISM mechanism = {CKM_DH_PKCS_KEY_PAIR_GEN, NULL_PTR, 0}; local
2307 &mechanism,
2460 CK_MECHANISM mechanism = {CKM_DH_PKCS_DERIVE, NULL_PTR, 0}; local
2492 mechanism.ulParameterLen = BN_num_bytes(pub_key);
2493 mechanism.pParameter = OPENSSL_malloc(mechanism.ulParameterLen);
2494 if (mechanism
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dsaslint.h236 typedef struct mechanism struct
257 struct mechanism *next;
260 struct mechanism *next;
261 char *f; /* where should i load the mechanism from? */
288 mechanism_t *mech; /* mechanism trying to use */
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSign.c54 /* Get the kernel's internal mechanism number. */
55 rv = kernel_mech(pMechanism->mechanism, &k_mech_type);
141 is_hmac(pMechanism->mechanism)) {
517 /* Get the kernel's internal mechanism number. */
518 rv = kernel_mech(pMechanism->mechanism, &k_mech_type);
H A DkernelVerify.c55 /* Get the kernel's internal mechanism number. */
56 rv = kernel_mech(pMechanism->mechanism, &k_mech_type);
144 is_hmac(pMechanism->mechanism)) {
473 /* Get the kernel's internal mechanism number. */
474 rv = kernel_mech(pMechanism->mechanism, &k_mech_type);
H A DkernelKeys.c185 * get the max length for the mechanism.
187 if (pMechanism->mechanism == CKM_DH_PKCS_DERIVE) {
198 } else if (pMechanism->mechanism == CKM_ECDH1_DERIVE) {
396 /* Get the kernel's internal mechanism number. */
397 rv = kernel_mech(pMechanism->mechanism, &k_mech_type);
1448 /* Get the kernel's internal mechanism number. */
1449 rv = kernel_mech(pMechanism->mechanism, &k_mech_type);
1475 switch (pMechanism->mechanism) {
1683 /* Get the kernel's internal mechanism number. */
1684 rv = kernel_mech(pMechanism->mechanism,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A DREADME.caching36 The Solaris DHCP server implements a caching mechanism to:
47 enumerated below, along with a timeout and refresh mechanism:
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs93 # defined using this mechanism are eligible for inlining by the perl
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c27 * A module that implements a dummy security mechanism.
184 fprintf(stderr, "invalid dummy mechanism oid.\n");
986 /* mechanism is very simple (contains only status if it's established). */
1062 dummy_gss_inquire_names_for_mech(ctx, minor_status, mechanism, name_types)
1065 gss_OID mechanism;
1072 * We only know how to handle our own mechanism.
1074 if ((mechanism != GSS_C_NULL_OID) &&
1075 !g_OID_equal(gss_mech_dummy, mechanism)) {
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2009 CK_MECHANISM mechanism; local
2061 mechanism.mechanism = mechtype;
2062 mechanism.pParameter = NULL;
2063 mechanism.ulParameterLen = 0;
2065 ckrv = C_SignInit(hSession, &mechanism, (CK_OBJECT_HANDLE)keyp->keyp);
2325 CK_MECHANISM mechanism; local
2348 /* Map the Algorithm ID to a PKCS#11 mechanism */
2352 mechanism.mechanism
[all...]
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dllib-lldap47 int ldap_sasl_bind(LDAP *ld, char *dn, char *mechanism, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp);
48 int ldap_sasl_bind_s(LDAP *ld, char *dn, char *mechanism, struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct berval **servercredp);
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap-int.h292 BerElement * ldap_build_sasl_bind_req( LDAP *ld, char *dn, char *mechanism, struct berval *creds, LDAPControl ** serverctrls);
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsDecrypt.c41 * decrypt init routine based on the mechanism.
46 * CKR_MECHANISM_PARAM_INVALID: invalid parameters in mechanism
47 * CKR_MECHANISM_INVALID: invalid mechanism type
49 * with the specified mechanism
58 switch (pMechanism->mechanism) {
196 * length depents on the mechanism in use. For secret key mechanisms,
283 * length depents on the mechanism in use. For secret key mechanisms,
H A DkmsObject.h73 CK_MECHANISM_TYPE mechanism; member in struct:object
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c398 * . mech_p: key derivation mechanism. the mechanism parameter carries the
447 /* Check the validity of the mechanism's parameter */
457 switch (mech->mechanism) {
532 * We put the attributes contributed by the mechanism first
584 * . mech_p: key derivation mechanism. the mechanism parameter carries the
644 /* Check the validity of the mechanism's parameter */
694 if (mech->mechanism == CKM_SSL3_KEY_AND_MAC_DERIVE) {
752 if (mech->mechanism
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm531 In seeking to devise a "Swiss Army" case mechanism suitable for Perl,
594 As L<perltodo> observes, a Perl case mechanism must support all these
600 The Switch.pm module implements a generalized case mechanism that covers
632 mechanism:
708 Note that this mechanism allows the notion of I<conditional fall-through>.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
H A DSyslog.pm95 my $current_proto = undef; # current mechanism used to transmit messages
108 # Default is now to first use the native mechanism, so Perl programs
115 # And on Win32 systems, we try to use the native mechanism for this
390 # "native" mechanism already handles it by itself
912 C<cons> - This option is ignored, since the failover mechanism will drop
964 mechanism, priorities C<DEBUG> and C<INFO> are mapped to event type
1095 mechanism to try if C<Win32::EventLog> is available.
1101 Select the UDP socket mechanism:
1113 Now that the "native" mechanism is supported by C<Sys::Syslog> and selected
1118 specifically want to use a given mechanism (lik
[all...]
/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1019 * first mechanism that's supported by the source slot
1066 * Determine the wrapping/unwrapping mechanism to be used
1068 * If possible, select a mechanism that's supported by both source
1174 * If we are here, we did not find a mechanism that's supported
1271 * which wrap mechanism and which key to use for
1329 wrappingMech.mechanism = wrap_info.mech_type;
1372 * support the wrapping mechanism, no point in trying.
1844 if (pMech->mechanism == CKM_RSA_PKCS_KEY_PAIR_GEN ||
1845 pMech->mechanism == CKM_EC_KEY_PAIR_GEN ||
1846 pMech->mechanism
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL547 Perl-to-C 'glue'. There is, for example, no mechanism for calling a C
776 Apache and mod_perl built with the APXS mechanism.
838 a mechanism for this. Most do not need it and hence do not provide it,
926 Larry Wall designed the elegant inherited bootstrap mechanism and
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs158 # defined using this mechanism are eligible for inlining by the perl
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
H A DPrivilege.xs78 # defined using this mechanism are eligible for inlining by the perl

Completed in 229 milliseconds

12345678