Searched refs:arcfour_crypt_aligned (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/crypto/arcfour/sun4u/ |
H A D | arcfour_crypt_asm.S | 32 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 D | arcfour.h | 50 void arcfour_crypt_aligned(ARCFour_key *key, size_t len, uchar_t *in,
|
H A D | arcfour_crypt.c | 219 arcfour_crypt_aligned(key, len, in, out); in arcfour_crypt()
|