Searched refs:mechanism (Results 126 - 150 of 180) sorted by relevance

12345678

/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c151 new_objp->mechanism = old_object->mechanism;
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObjectUtil.c178 new_objp->mechanism = old_object->mechanism;
H A DkmsKeystoreUtil.c596 &pKey->mechanism,
1116 pKey->mechanism,
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c352 hdr.mechanism = SWAP64((uint64_t)obj->mechanism);
445 obj->mechanism = (CK_MECHANISM_TYPE)(SWAP64(hdr->mechanism));
2044 Mechanism.mechanism = CKM_PKCS5_PBKD2;
2169 Mechanism.mechanism = CKM_PKCS5_PBKD2;
2274 mech.mechanism = CKM_AES_CBC_PAD;
2379 mech.mechanism = CKM_MD5_HMAC;
H A DsoftObjectUtil.c151 new_objp->mechanism = old_object->mechanism;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm15 Unlike the old mechanism of requiring a translated F<fcntl.ph>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm157 FastCGI supports a TCP/IP transport mechanism which allows FastCGI scripts to run
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dllib-lldap50 int ldap_sasl_bind(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, int *msgidp);
52 int ldap_sasl_bind_s(LDAP *ld, const char *dn, const char *mechanism, const struct berval *cred, LDAPControl **serverctrls, LDAPControl **clientctrls, struct berval **servercredp);
/opensolaris-onvv-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c88 gss_OID mech_type; /* GSS mechanism */
256 rpc_gss_OID mechanism,
341 status = rpc_gss_seccreate(clnt, principal, mechanism,
422 rpc_gss_OID mechanism, /* security mechanism */
493 mechanism, &ap->mech_type, &ret_flags, &time_rec, cr, 0)) {
788 * land to kernel if the mechanism specific kernel module is
1199 * We assume there is a good LRU/aging mechanism for the
1448 * mechanism type.
254 rpc_gss_secget(CLIENT *clnt, char *principal, rpc_gss_OID mechanism, rpc_gss_service_t service_type, uint_t qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret, void *cache_key, cred_t *cr, AUTH **retauth) argument
420 rpc_gss_seccreate(CLIENT *clnt, char *principal, rpc_gss_OID mechanism, rpc_gss_service_t service_type, uint_t qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret, cred_t *cr, AUTH **retauth) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm111 $sasl->mechanism($mechanisms);
115 $sasl = Authen::SASL->new(mechanism=> $mechanisms,
130 my @cmd = ("AUTH", $client->mechanism);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dkrb5_gss_glue.c308 gss_OID, /* mechanism */
392 * The krb5 mechanism provides two mech OIDs; use this initializer to
910 k5glue_inquire_names_for_mech(ctx, minor_status, mechanism, name_types)
913 gss_OID mechanism;
917 mechanism,
1295 * Glue routine for returning the mechanism-specific credential from a
/opensolaris-onvv-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl740 AUTH *rpc_gss_seccreate(CLIENT *clnt, char *principal, char *mechanism,
746 *mechanism, char *user_name, char *node, char *secdomain);
748 char **rpc_gss_get_mech_info(char *mechanism, rpc_gss_service_t *service);
750 bool_t rpc_gss_is_installed(char *mechanism);
751 bool_t rpc_gss_set_svc_name(char *principal, char *mechanism, uint_t req_time,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm91 mechanism.
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A DREADME359 6287250 e1000g may need to use new Intel-recommended semaphore mechanism
646 6786783 e1000g needs to have a new tx stall detection mechanism to cover 82546 errata No.18
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm248 currently I<no> mechanism for unmasking ops once they have been masked.
359 mechanism will be added to perl in the near future.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dattributes.pm140 package-specific attributes are allowed by an extension mechanism.
415 L<perlfunc/use> for details on the normal invocation mechanism.
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dldap.h922 int ldap_sasl_bind(LDAP *ld, char *dn, char *mechanism, struct berval *cred,
924 int ldap_sasl_bind_s(LDAP *ld, char *dn, char *mechanism, struct berval *cred,
/opensolaris-onvv-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1270 static CK_MECHANISM mechanism = {CKM_RC4, NULL, 0}; local
1291 mechanism.pParameter = enckey + 8;
1292 mechanism.ulParameterLen = 8;
1296 mechanism.mechanism = mech_type;
1329 rv = C_EncryptInit(enc_context->hSession, &mechanism, enc_context->hKey);
1360 mechanism.pParameter = deckey + 8;
1379 rv = C_DecryptInit(dec_context->hSession, &mechanism, dec_context->hKey);
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c30 * A module that implements the spnego security mechanism.
31 * It is used to negotiate the security mechanism between
231 * mechanism(5) spnego(2) }
529 * If the peer sends the final mechanism token, it
551 * shouldn't be sending a mechanism token.
717 "SPNEGO failed to negotiate a mechanism: server rejected request"));
755 * Consistency checking and mechanism negotiation handling for second
784 "SPNEGO failed to negotiate a mechanism: defective token"));
790 * If the mechanism we sent is not the mechanism returne
2220 glue_spnego_gss_inquire_names_for_mech( void *context, OM_uint32 *minor_status, gss_OID mechanism, gss_OID_set *name_types) argument
2232 spnego_gss_inquire_names_for_mech( OM_uint32 *minor_status, gss_OID mechanism, gss_OID_set *name_types) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c813 CK_MECHANISM_TYPE mechanism; local
906 mechanism = CKM_RSA_PKCS_KEY_PAIR_GEN;
913 mechanism = CKM_DSA_KEY_PAIR_GEN;
950 mechanism = CKM_EC_KEY_PAIR_GEN;
957 NSSprivkey = PK11_GenerateKeyPair(nss_slot, mechanism, nssparams,
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c357 tdata->mechanism.length = fdata->mechanism.length;
358 tdata->mechanism.elements = kmem_zalloc(fdata->mechanism.length,
360 bcopy(fdata->mechanism.elements, tdata->mechanism.elements,
361 fdata->mechanism.length);
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c134 char *algo_str; /* mechanism/algorithm string */
388 * Determine if algorithm/mechanism is valid
488 /* Iterate through each mechanism */
524 * Find a slot with matching mechanism
578 /* Show error if no matching mechanism found */
710 mech.mechanism = mech_type;
768 /* Include mechanism name for verbose */
820 * pmech - ptr to mechanism to be used for digest
884 * pmech - ptr to mechanism to be used
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm248 that was. What is lacking at present is a mechanism to report what
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm177 Optional. Returns error state. Default is no error until a mechanism
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm42 Unlike the old mechanism of requiring a translated F<socket.ph>

Completed in 808 milliseconds

12345678