Home
last modified time | relevance | path

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

/illumos-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)
58 .global arcfour_crypt_aligned
61 arcfour_crypt_aligned: label
519 .type arcfour_crypt_aligned,2
520 .size arcfour_crypt_aligned,(. - arcfour_crypt_aligned)
/illumos-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.c219 arcfour_crypt_aligned(key, len, in, out); in arcfour_crypt()