Searched refs:rc4_stream_setup (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rc4/ |
A D | rc4_stream_memory.c | 24 if ((err = rc4_stream_setup(&st, key, keylen)) != CRYPT_OK) goto WIPE_KEY; in rc4_stream_memory()
|
A D | rc4_test.c | 20 if ((err = rc4_stream_setup(&st, key, sizeof(key))) != CRYPT_OK) return err; in rc4_stream_test()
|
A D | rc4_stream.c | 15 int rc4_stream_setup(rc4_state *st, const unsigned char *key, unsigned long keylen) in rc4_stream_setup() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/ |
A D | rc4.c | 66 if ((err = rc4_stream_setup(&prng->u.rc4.s, buf, sizeof(buf))) != CRYPT_OK) goto LBL_UNLOCK; in rc4_add_entropy() 99 if ((err = rc4_stream_setup(&prng->u.rc4.s, buf, len)) != CRYPT_OK) goto LBL_UNLOCK; in rc4_ready()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 1128 int rc4_stream_setup(rc4_state *st, const unsigned char *key, unsigned long keylen);
|
Completed in 5 milliseconds