Searched defs:ARCFour_key (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/arcfour/ |
H A D | arcfour.h | 43 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);
|
Completed in 48 milliseconds