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/
A Drc4_stream.c22 int rc4_stream_setup(rc4_state *st, const unsigned char *key, unsigned long keylen) in rc4_stream_setup()
58 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou… in rc4_stream_crypt()
88 int rc4_stream_keystream(rc4_state *st, unsigned char *out, unsigned long outlen) in rc4_stream_keystream()
101 int rc4_stream_done(rc4_state *st) in rc4_stream_done()
104 XMEMSET(st, 0, sizeof(rc4_state)); in rc4_stream_done()
A Drc4_stream_memory.c28 rc4_state st; in rc4_stream_memory()
A Drc4_test.c20 rc4_state st; in rc4_stream_test()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h1114 } rc4_state; typedef
1116 int rc4_stream_setup(rc4_state *st, const unsigned char *key, unsigned long keylen);
1117 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou…
1118 int rc4_stream_keystream(rc4_state *st, unsigned char *out, unsigned long outlen);
1119 int rc4_stream_done(rc4_state *st);
A Dtomcrypt_prng.h22 rc4_state s;
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c191 _SZ_STRINGIFY_T(rc4_state),

Completed in 10 milliseconds