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 D | rc4_stream.c | 51 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 D | rc4_stream_memory.c | 25 err = rc4_stream_crypt(&st, datain, datalen, dataout); in rc4_stream_memory()
|
A D | rc4_test.c | 21 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 D | tomcrypt_cipher.h | 1129 int rc4_stream_crypt(rc4_state *st, const unsigned char *in, unsigned long inlen, unsigned char *ou…
|
Completed in 6 milliseconds