Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/crypto/arcfour/
H A DMakefile36 $(RM) Makefile+ arcfour_crypt.c+ amd64/arcfour-x86_64.pl+ \
37 sun4u/arcfour_crypt_asm.s+ sun4v/arcfour_crypt.c+
39 < arcfour_crypt.c > arcfour_crypt.c+
40 $(MV) arcfour_crypt.c+ arcfour_crypt.c
48 < sun4v/arcfour_crypt.c > sun4v/arcfour_crypt.c+
49 $(MV) sun4v/arcfour_crypt.c+ sun4v/arcfour_crypt.c
54 $(CHMOD) 444 Makefile arcfour_crypt.c amd64/arcfour-x86_64.pl \
55 sun4u/arcfour_crypt_asm.s sun4v/arcfour_crypt.c
H A Darcfour.h46 void arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len);
H A Darcfour_crypt.c107 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) in arcfour_crypt() function
/onnv-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c283 arcfour_crypt(key, (uchar_t *)start, (uchar_t *)start, in rc4_crypt_update()
309 arcfour_crypt(key, start, start, len); in rc4_crypt_update()
313 arcfour_crypt(key, start, start, len); in rc4_crypt_update()
350 arcfour_crypt(key, start + offset, in rc4_crypt_update()
564 arcfour_crypt(key, in, start, length); in crypto_arcfour_crypt()
590 arcfour_crypt(key, in, start, len); in crypto_arcfour_crypt()
594 arcfour_crypt(key, in, start, len); in crypto_arcfour_crypt()
630 arcfour_crypt(key, start + offset, in crypto_arcfour_crypt()
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftARCFourCrypt.c129 arcfour_crypt(keystream, input, output, inputlen); in soft_arcfour_crypt()
/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/
H A Dmapfile-cap34 arcfour_crypt;
/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap40 arcfour_crypt;
/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/
H A DMakefile.com40 ARCFOUR_COMMON_OBJS = arcfour_crypt.o
/onnv-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers52 arcfour_crypt;
/onnv-gate/usr/src/uts/sun4v/
H A DMakefile.files228 ARCFOUR_OBJS += arcfour.o arcfour_crypt.o
/onnv-gate/usr/src/uts/sun4u/
H A DMakefile.files155 ARCFOUR_OBJS += arcfour.o arcfour_crypt.o arcfour_crypt_asm.o
/onnv-gate/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c66 arcfour_crypt(ARCFour_key *key, uchar_t *in, uchar_t *out, size_t len) in arcfour_crypt() function
/onnv-gate/usr/src/uts/common/
H A DMakefile.files1535 ARCFOURPROV_OBJS += arcfour.o arcfour_crypt.o