Searched refs:arcfour_crypt_aligned (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/crypto/arcfour/
H A Darcfour.h50 void arcfour_crypt_aligned(ARCFour_key *key, size_t len, uchar_t *in,
H A Darcfour_crypt.c129 * The sun4u has a version of arcfour_crypt_aligned() hand-tuned for
224 arcfour_crypt_aligned(key, len, in, out);
/opensolaris-onvv-gate/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)
51 * SUBROUTINE arcfour_crypt_aligned
53 * void arcfour_crypt_aligned(ARCFour_key *key, size_t len,
58 .global arcfour_crypt_aligned
61 arcfour_crypt_aligned: label
522 .type arcfour_crypt_aligned,2
523 .size arcfour_crypt_aligned,(. - arcfour_crypt_aligned)

Completed in 54 milliseconds