Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/stream/rc4/
H A Drc4_stream.c15 int rc4_stream_setup(rc4_state *st, const unsigned char *key, unsigned long keylen) in rc4_stream_setup()
51 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou… in rc4_stream_crypt()
81 int rc4_stream_keystream(rc4_state *st, unsigned char *out, unsigned long outlen) in rc4_stream_keystream()
94 int rc4_stream_done(rc4_state *st) in rc4_stream_done()
97 zeromem(st, sizeof(rc4_state)); in rc4_stream_done()
H A Drc4_stream_memory.c21 rc4_state st; in rc4_stream_memory()
H A Drc4_test.c13 rc4_state st; in rc4_stream_test()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h1141 } rc4_state; typedef
1143 int rc4_stream_setup(rc4_state *st, const unsigned char *key, unsigned long keylen);
1144 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou…
1145 int rc4_stream_keystream(rc4_state *st, unsigned char *out, unsigned long outlen);
1146 int rc4_stream_done(rc4_state *st);
H A Dtomcrypt_prng.h15 rc4_state s;
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_sizes.c184 SZ_STRINGIFY_T(rc4_state),