Home
last modified time | relevance | path

Searched refs:mechanism (Results 101 – 125 of 181) sorted by relevance

12345678

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c459 switch (mech->mechanism) { in soft_ssl_master_key_derive()
696 if (mech->mechanism == CKM_SSL3_KEY_AND_MAC_DERIVE) { in soft_ssl_key_and_mac_derive()
754 if (mech->mechanism == CKM_SSL3_KEY_AND_MAC_DERIVE) { in soft_ssl_key_and_mac_derive()
1068 if (mech->mechanism == CKM_SSL3_KEY_AND_MAC_DERIVE) { in soft_ssl_weaken_key()
H A DsoftKeystore.c371 hdr.mechanism = SWAP64((uint64_t)obj->mechanism); in soft_keystore_pack_obj()
464 obj->mechanism = (CK_MECHANISM_TYPE)(SWAP64(hdr->mechanism)); in soft_keystore_unpack_obj()
2049 Mechanism.mechanism = CKM_PKCS5_PBKD2; in soft_gen_crypt_key()
2171 Mechanism.mechanism = CKM_PKCS5_PBKD2; in soft_gen_hmac_key()
2273 mech.mechanism = CKM_AES_CBC_PAD; in soft_keystore_crypt()
2342 mech.mechanism = CKM_MD5_HMAC; in soft_keystore_hmac()
H A DsoftObjectUtil.c153 new_objp->mechanism = old_object->mechanism; in soft_copy_object()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c188 if (pMechanism->mechanism == CKM_DH_PKCS_DERIVE) { in get_key_len_from_template()
199 } else if (pMechanism->mechanism == CKM_ECDH1_DERIVE) { in get_key_len_from_template()
392 rv = kernel_mech(pMechanism->mechanism, &k_mech_type); in C_GenerateKey()
1444 rv = kernel_mech(pMechanism->mechanism, &k_mech_type); in C_GenerateKeyPair()
1470 switch (pMechanism->mechanism) { in C_GenerateKeyPair()
1679 rv = kernel_mech(pMechanism->mechanism, &k_mech_type); in C_WrapKey()
1791 rv = get_mechanism_info(pslot, pMechanism->mechanism, &info, in C_UnwrapKey()
1856 rv = kernel_mech(pMechanism->mechanism, &k_mech_type); in C_UnwrapKey()
2360 rv = kernel_mech(pMechanism->mechanism, &k_mech_type); in C_DeriveKey()
H A DkernelObjectUtil.c151 new_objp->mechanism = old_object->mechanism; in kernel_copy_object()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsec_defs.h139 rpc_gss_OID mechanism, uid_t uid,
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2009 CK_MECHANISM mechanism; in KMFPK11_SignData() local
2061 mechanism.mechanism = mechtype; in KMFPK11_SignData()
2062 mechanism.pParameter = NULL; in KMFPK11_SignData()
2063 mechanism.ulParameterLen = 0; in KMFPK11_SignData()
2325 CK_MECHANISM mechanism; in KMFPK11_DecryptData() local
2352 mechanism.mechanism = mechtype; in KMFPK11_DecryptData()
2353 mechanism.pParameter = NULL; in KMFPK11_DecryptData()
2354 mechanism.ulParameterLen = 0; in KMFPK11_DecryptData()
3590 keyGenMech.mechanism = CKM_AES_KEY_GEN; in KMFPK11_CreateSymKey()
3594 keyGenMech.mechanism = CKM_RC4_KEY_GEN; in KMFPK11_CreateSymKey()
[all …]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1333 wrappingMech.mechanism = wrap_info.mech_type; in clone_by_wrap()
1847 if (pMech->mechanism == CKM_RSA_PKCS_KEY_PAIR_GEN || in meta_freeobject_check()
1848 pMech->mechanism == CKM_EC_KEY_PAIR_GEN || in meta_freeobject_check()
1849 pMech->mechanism == CKM_DH_PKCS_KEY_PAIR_GEN || in meta_freeobject_check()
1850 pMech->mechanism == CKM_DH_PKCS_DERIVE) in meta_freeobject_check()
1851 info->mech = pMech->mechanism; in meta_freeobject_check()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h181 int ldaptool_sasl_bind_s( LDAP *ld, const char *dn, const char *mechanism,
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c1046 dummy_gss_inquire_names_for_mech(ctx, minor_status, mechanism, name_types) in dummy_gss_inquire_names_for_mech() argument
1049 gss_OID mechanism;
1058 if ((mechanism != GSS_C_NULL_OID) &&
1059 !g_OID_equal(gss_mech_dummy, mechanism)) {
/illumos-gate/exception_lists/
H A Dmapfilechk34 # This file provides an exception mechanism for specifying files
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c114 CK_MECHANISM mechanism; in init_key_uef() local
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rc331 For a general discussion of the mechanism used to invoke these scripts
H A DREADME.rc231 For a general discussion of the mechanism used to invoke these scripts
H A DREADME.rcS31 For a general discussion of the mechanism used to invoke these scripts
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi17 * Bootstrap tricks:: The bootstrap mechanism used in GRUB
100 The version number (not GRUB's, but the installation mechanism's).
143 The version number (likewise, the installation mechanism's).
295 @section The bootstrap mechanism used in GRUB
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c261 rpc_gss_OID mechanism, in rpc_gss_secget() argument
346 status = rpc_gss_seccreate(clnt, principal, mechanism, in rpc_gss_secget()
427 rpc_gss_OID mechanism, /* security mechanism */ in rpc_gss_seccreate() argument
507 mechanism, &ap->mech_type, &ret_flags, &time_rec, cr, 0)) { in rpc_gss_seccreate()
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl40 # mechanism for communicating with Relay Routers. Communication support
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dkrb5_gss_glue.c866 k5glue_inquire_names_for_mech(ctx, minor_status, mechanism, name_types) in k5glue_inquire_names_for_mech() argument
869 gss_OID mechanism;
873 mechanism,
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-security-gss.p5m59 # These dependencies can be removed once there is a mechanism in place
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs94 # defined using this mechanism are eligible for inlining by the perl
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6162 DHCPv6 has no such mechanism; all messages from the server to the
187 retransmission mechanism. DHCPv6 also has separate messages for
189 mechanism.
200 databases that need to be kept in sync. (The equivalent mechanism
385 both a queuing mechanism for received packets (typically OFFERs) and
502 stream must be open and when it can be closed. This mechanism will
522 mechanism that allows the client to send unicast messages to the
523 server. The operation of this mechanism is slightly complex.
706 This mechanism depends on the interface name, and thus will need to
891 - The timer mechanism will be refactored. Rather than using the
[all …]
/illumos-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging48 the comma are used by the password aging mechanism.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs156 # defined using this mechanism are eligible for inlining by the perl
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c814 CK_MECHANISM_TYPE mechanism; in NSS_CreateKeypair() local
907 mechanism = CKM_RSA_PKCS_KEY_PAIR_GEN; in NSS_CreateKeypair()
914 mechanism = CKM_DSA_KEY_PAIR_GEN; in NSS_CreateKeypair()
951 mechanism = CKM_EC_KEY_PAIR_GEN; in NSS_CreateKeypair()
958 NSSprivkey = PK11_GenerateKeyPair(nss_slot, mechanism, nssparams, in NSS_CreateKeypair()

12345678