Home
last modified time | relevance | path

Searched refs:rc4_stream_done (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/stream/rc4/
H A Drc4_stream_memory.c27 rc4_stream_done(&st); in rc4_stream_memory()
H A Drc4_test.c23 if ((err = rc4_stream_done(&st)) != CRYPT_OK) return err; in rc4_stream_test()
H A Drc4_stream.c94 int rc4_stream_done(rc4_state *st) in rc4_stream_done() function
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Drc4.c137 err = rc4_stream_done(&prng->u.rc4.s); in rc4_done()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h1146 int rc4_stream_done(rc4_state *st);