Home
last modified time | relevance | path

Searched refs:ARCFour_key (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/common/crypto/arcfour/
H A Darcfour.h43 typedef arcfour_state_t ARCFour_key; typedef
45 void arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen);
46 void arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len);
50 void arcfour_crypt_aligned(ARCFour_key *key, size_t len, uchar_t *in,
55 void arcfour_crypt_asm(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len);
H A Darcfour_crypt.c59 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen) in arcfour_key_init()
103 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) in arcfour_crypt()
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c50 ARCFour_key *keystream; in soft_arcfour_crypt_init()
69 keystream = malloc(sizeof (ARCFour_key)); in soft_arcfour_crypt_init()
109 ARCFour_key *keystream = active_op->context; in soft_arcfour_crypt()
H A DsoftEncryptUtil.c810 ARCFour_key *key = (ARCFour_key *)session_p->encrypt.context; in soft_encrypt_final()
928 ARCFour_key *key = (ARCFour_key *)active_op->context; in soft_crypt_cleanup()
H A DsoftDecryptUtil.c817 ARCFour_key *key = (ARCFour_key *)session_p->decrypt.context; in soft_decrypt_final()
/titanic_50/usr/src/uts/common/crypto/io/
H A Darcfour.c147 static int crypto_arcfour_crypt(ARCFour_key *, uchar_t *, crypto_data_t *,
204 ARCFour_key *keystream; in rc4_common_init()
220 if ((keystream = kmem_alloc(sizeof (ARCFour_key), in rc4_common_init()
253 ARCFour_key *key; in rc4_crypt_update()
521 ARCFour_key *keystream = ctx->cc_provider_private; in rc4_free_context()
524 bzero(keystream, sizeof (ARCFour_key)); in rc4_free_context()
525 kmem_free(keystream, sizeof (ARCFour_key)); in rc4_free_context()
535 crypto_arcfour_crypt(ARCFour_key *key, uchar_t *in, crypto_data_t *out, in crypto_arcfour_crypt()
/titanic_50/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c30 arcfour_key_init(ARCFour_key *key, uchar_t *keyval, int keyvallen) in arcfour_key_init()
62 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) in arcfour_crypt()
/titanic_50/usr/src/common/crypto/arcfour/sun4u/
H A Darcfour_crypt_asm.s32 arcfour_crypt_aligned(ARCFour_key *key, size_t len, uchar_t *in, uchar_t *out)