Home
last modified time | relevance | path

Searched refs:CKK_RC4 (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c189 key_type = CKK_RC4; in soft_genkey()
237 if (keyfound && key_type != CKK_RC4) in soft_genkey()
240 key_type = CKK_RC4; in soft_genkey()
561 case CKK_RC4: in soft_key_derive_check_length()
1609 case CKK_RC4: in soft_unwrap_secret_len_check()
1779 case CKK_RC4: in soft_unwrapkey()
H A DsoftAttributeUtil.c2773 case CKK_RC4:
2884 case CKK_RC4:
2975 case CKK_RC4:
3039 case CKK_RC4:
3105 case CKK_RC4:
4372 case CKK_RC4:
5063 if ((keytype == CKK_RC4) ||
H A DsoftDecryptUtil.c309 if (key_p->key_type != CKK_RC4) { in soft_decrypt_init()
H A DsoftEC.c264 case CKK_RC4: in soft_ec_key_derive()
H A DsoftEncryptUtil.c284 if (key_p->key_type != CKK_RC4) { in soft_encrypt_init()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpkcs11slot.c101 *keyType = CKK_RC4; in get_key_type()
/titanic_41/usr/src/lib/libcryptoutil/common/
H A Dmechkeytype.c186 *ktype = CKK_RC4; in pkcs11_mech2keytype()
/titanic_41/usr/src/common/crypto/dh/
H A Ddh_impl.c355 case CKK_RC4: in dh_key_derive()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dcommon.h306 #define CKK_RC4 0x00000012 macro
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c30 CK_KEY_TYPE keyType = CKK_RC4; in setup_arcfour_crypto()
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c317 case CKK_RC4: in get_master_template_by_type()
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c2016 case CKK_RC4: in kernel_build_secret_key_object()
2771 case CKK_RC4: in kernel_get_secret_key_attribute()
3197 if ((keytype == CKK_RC4) || in kernel_set_secret_key_attribute()
/titanic_41/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c834 if (kflag && keyfile != NULL && keytype != CKK_RC4) { in execute_cmd()
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h384 #define CKK_RC4 0x00000012 macro
/titanic_41/usr/src/uts/common/crypto/io/
H A Decc.c1218 case CKK_RC4: in ecc_nostore_key_derive()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2857 *type = CKK_RC4; in kmf2pk11keytype()
3092 } else if (keytype == CKK_RC4) { in KMFPK11_FindKey()
3594 secKeyType = CKK_RC4; in KMFPK11_CreateSymKey()
/titanic_41/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1348 case CKK_RC4: in pk11keytype2kmf()
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1387 return init_uef(text, CKK_RC4, CKM_RC4, rc4_slot_id, enckey, deckey);