Searched refs:CKM_RC4 (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softEncryptUtil.c | 282 case CKM_RC4: in soft_encrypt_init() 422 case CKM_RC4: in soft_encrypt_common() 510 case CKM_RC4: in soft_encrypt_update() 808 case CKM_RC4: in soft_encrypt_final() 926 case CKM_RC4: in soft_crypt_cleanup()
|
H A D | softDecryptUtil.c | 307 case CKM_RC4: in soft_decrypt_init() 403 case CKM_RC4: in soft_decrypt_common() 492 case CKM_RC4: in soft_decrypt_update() 815 case CKM_RC4: in soft_decrypt_final()
|
H A D | softSlotToken.c | 79 CKM_RC4,
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGlobal.h | 73 (m) == CKM_AES_CBC || (m) == CKM_RC4 || (m) == CKM_BLOWFISH_CBC)
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | crypt.c | 183 mechanism.mechanism = CKM_RC4; in smb_encrypt_RC4()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | pkcs11slot.c | 60 algos->enc_algo = CKM_RC4; in get_algo()
|
/titanic_44/usr/src/lib/libcryptoutil/common/ |
H A D | mechkeygen.c | 203 case CKM_RC4: in pkcs11_mech2keygen()
|
H A D | mechkeytype.c | 183 case CKM_RC4: in pkcs11_mech2keytype()
|
H A D | mechstr.c | 92 { "CKM_RC4", CKM_RC4 },
|
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_crypt.c | 261 mechanism.mechanism = CKM_RC4; in smb_auth_RC4()
|
/titanic_44/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 159 { CKM_RC4, "arcfour", ULONG_MAX, 0L, 1, 0, B_FALSE }, 615 (mech_type == CKM_RC4) || in execute_cmd()
|
/titanic_44/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 693 #define CKM_RC4 0x00000111 macro
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | ioctl.h | 48 #define CKM_RC4 0x00000111 macro
|
/titanic_44/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 1262 static CK_MECHANISM mechanism = {CKM_RC4, NULL, 0}; 1387 return init_uef(text, CKK_RC4, CKM_RC4, rc4_slot_id, enckey, deckey); 5357 got_rc4 = getSlotID(utils, CKM_RC4, &rc4_slot_id) == SASL_OK;
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 834 fl->fl_threshold[4].mech_type = CKM_RC4; in crypto_build_function_list()
|