/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsiAuthClient.c | 646 int keyType, const char *keyValue) in iscsiAuthClientSetKeyValue() argument 651 if (keyBlock->key[keyType].valueSet) { in iscsiAuthClientSetKeyValue() 656 keyBlock->key[keyType].valueSet = TRUE; in iscsiAuthClientSetKeyValue() 683 keyBlock->key[keyType].string = string; in iscsiAuthClientSetKeyValue() 684 keyBlock->key[keyType].present = TRUE; in iscsiAuthClientSetKeyValue() 689 iscsiAuthClientGetKeyValue(IscsiAuthKeyBlock * keyBlock, int keyType) in iscsiAuthClientGetKeyValue() argument 691 keyBlock->key[keyType].processed = TRUE; in iscsiAuthClientGetKeyValue() 693 if (!keyBlock->key[keyType].present) { in iscsiAuthClientGetKeyValue() 697 return (keyBlock->key[keyType].string); in iscsiAuthClientGetKeyValue() 703 int keyType, in iscsiAuthClientCheckKey() argument [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | pkcs11slot.c | 82 get_key_type(krb5_enctype etype, CK_KEY_TYPE *keyType) in get_key_type() argument 89 *keyType = CKK_DES; in get_key_type() 93 *keyType = CKK_DES3; in get_key_type() 97 *keyType = CKK_AES; in get_key_type() 101 *keyType = CKK_RC4; in get_key_type()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | encrypt.c | 116 CK_KEY_TYPE keyType; in init_key_uef() local 132 if ((rv = get_key_type(key->enctype, &keyType)) != CKR_OK) { in init_key_uef() 142 template[1].pValue = &keyType; in init_key_uef() 143 template[1].ulValueLen = sizeof (keyType); in init_key_uef()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSSL.c | 437 CK_KEY_TYPE keyType = CKK_GENERIC_SECRET; in soft_ssl_master_key_derive() local 539 new_tmpl[1].pValue = &keyType; in soft_ssl_master_key_derive() 540 new_tmpl[1].ulValueLen = sizeof (keyType); in soft_ssl_master_key_derive() 632 CK_KEY_TYPE keyType = CKK_GENERIC_SECRET; in soft_ssl_key_and_mac_derive() local 777 obj_tmpl[1].pValue = &keyType; /* CKK_GENERIC_SECRET */ in soft_ssl_key_and_mac_derive() 778 obj_tmpl[1].ulValueLen = sizeof (keyType); in soft_ssl_key_and_mac_derive() 835 new_tmpl[n].pValue = &keyType; /* CKK_GENERIC_SECRET */ in soft_ssl_key_and_mac_derive() 836 new_tmpl[n].ulValueLen = sizeof (keyType); in soft_ssl_key_and_mac_derive()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | arcfour_provider.c | 30 CK_KEY_TYPE keyType = CKK_RC4; in setup_arcfour_crypto() local 44 template[1].pValue = &keyType; in setup_arcfour_crypto() 45 template[1].ulValueLen = sizeof (keyType); in setup_arcfour_crypto()
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_nss/common/ |
H A D | nss_spi.c | 1468 if (pubnode->key->keyType == rsaKey) in NSS_FindKey() 1470 else if (pubnode->key->keyType == dsaKey) in NSS_FindKey() 1472 else if (pubnode->key->keyType == ecKey) in NSS_FindKey() 1502 if (prinode->key->keyType == rsaKey) in NSS_FindKey() 1504 else if (prinode->key->keyType == dsaKey) in NSS_FindKey() 1506 else if (prinode->key->keyType == ecKey) in NSS_FindKey() 1908 CK_MECHANISM_TYPE keyType; in NSS_CreateSymKey() local 1946 keyType = CKM_AES_KEY_GEN; in NSS_CreateSymKey() 1952 keyType = CKM_RC4_KEY_GEN; in NSS_CreateSymKey() 1958 keyType = CKM_DES_KEY_GEN; in NSS_CreateSymKey() [all …]
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_hw.c | 2622 uint32_t keyType; in ath9k_hw_keyreset() local 2631 keyType = REG_READ(ah, AR_KEYTABLE_TYPE(entry)); in ath9k_hw_keyreset() 2642 if (keyType == AR_KEYTABLE_TYPE_TKIP && in ath9k_hw_keyreset() 2694 uint32_t keyType; in ath9k_hw_set_keycache_entry() local 2708 keyType = AR_KEYTABLE_TYPE_AES; in ath9k_hw_set_keycache_entry() 2718 keyType = AR_KEYTABLE_TYPE_CCM; in ath9k_hw_set_keycache_entry() 2721 keyType = AR_KEYTABLE_TYPE_TKIP; in ath9k_hw_set_keycache_entry() 2738 keyType = AR_KEYTABLE_TYPE_40; in ath9k_hw_set_keycache_entry() 2740 keyType = AR_KEYTABLE_TYPE_104; in ath9k_hw_set_keycache_entry() 2742 keyType = AR_KEYTABLE_TYPE_128; in ath9k_hw_set_keycache_entry() [all …]
|
H A D | arn_mac.c | 390 uint32_t keyIx, enum ath9k_key_type keyType, uint32_t flags) in ath9k_hw_set11n_txdesc() argument 414 ads->ds_ctl6 = SM(keyType, AR_EncrType); in ath9k_hw_set11n_txdesc()
|
H A D | arn_ath9k.h | 1048 uint32_t keyIx, enum ath9k_key_type keyType, uint32_t flags);
|
/titanic_50/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 1251 CK_KEY_TYPE keyType, argument 1266 {CKA_KEY_TYPE, NULL, sizeof (keyType)}, 1271 template[1].pValue = &keyType; 1273 if (keyType == CKK_DES || keyType == CKK_DES3) { 1275 if (keyType == CKK_DES3) { 1346 if (keyType == CKK_DES || keyType == CKK_DES3) { 1348 if (keyType == CKK_DES3) {
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 1898 String keyType = keyServiceType(sstKey); in findServiceTypes() local 1903 if (!ret.contains(keyType)) { in findServiceTypes() 1904 ServiceType type = new ServiceType(keyType); in findServiceTypes()
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 1686 extern CK_RV get_key_type (krb5_enctype etype, CK_KEY_TYPE * keyType);
|