Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c147 static int crypto_arcfour_crypt(ARCFour_key *, uchar_t *, crypto_data_t *,
383 ret = crypto_arcfour_crypt(key, (uchar_t *)start, output, in rc4_crypt_update()
412 ret = crypto_arcfour_crypt(key, start, output, in rc4_crypt_update()
419 ret = crypto_arcfour_crypt(key, start, output, in rc4_crypt_update()
459 ret = crypto_arcfour_crypt(key, start + offset, in rc4_crypt_update()
535 crypto_arcfour_crypt(ARCFour_key *key, uchar_t *in, crypto_data_t *out, in crypto_arcfour_crypt() function