Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rc4/
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()
A Drc4_stream_memory.c21 rc4_state st; in rc4_stream_memory()
A Drc4_test.c13 rc4_state st; in rc4_stream_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h1126 } rc4_state; typedef
1128 int rc4_stream_setup(rc4_state *st, const unsigned char *key, unsigned long keylen);
1129 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou…
1130 int rc4_stream_keystream(rc4_state *st, unsigned char *out, unsigned long outlen);
1131 int rc4_stream_done(rc4_state *st);
A Dtomcrypt_prng.h15 rc4_state s;
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c184 SZ_STRINGIFY_T(rc4_state),

Completed in 7 milliseconds