Searched refs:rc4_stream_memory (Results 1 – 3 of 3) sorted by relevance
17 int rc4_stream_memory(const unsigned char *key, unsigned long keylen, in rc4_stream_memory() function
26 if ((err = rc4_stream_memory(key, sizeof(key), pt, sizeof(pt), buf)) != CRYPT_OK) return err; in rc4_stream_test()
1148 int rc4_stream_memory(const unsigned char *key, unsigned long keylen,