Home
last modified time | relevance | path

Searched refs:rc4_stream_crypt (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rc4/
A Drc4_stream.c51 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou… in rc4_stream_crypt() function
86 return rc4_stream_crypt(st, out, outlen, out); in rc4_stream_keystream()
A Drc4_stream_memory.c25 err = rc4_stream_crypt(&st, datain, datalen, dataout); in rc4_stream_memory()
A Drc4_test.c21 if ((err = rc4_stream_crypt(&st, pt, sizeof(pt), buf)) != CRYPT_OK) return err; in rc4_stream_test()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h1129 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou…

Completed in 6 milliseconds