Searched refs:xsalsa20_setup (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/stream/salsa20/ |
| H A D | xsalsa20_test.c | 45 if ((err = xsalsa20_setup(&st, key, 32, nonce, 24, rounds)) != CRYPT_OK) return err; in xsalsa20_test() 49 if ((err = xsalsa20_setup(&st, key, 32, nonce, 24, rounds)) != CRYPT_OK) return err; in xsalsa20_test() 77 if ((err = xsalsa20_setup(&st, key, 32, nonce, 24, rounds)) != CRYPT_OK) return err; in xsalsa20_test()
|
| H A D | xsalsa20_memory.c | 27 if ((err = xsalsa20_setup(&st, key, keylen, nonce, noncelen, rounds)) != CRYPT_OK) goto WIPE_KEY; in xsalsa20_memory()
|
| H A D | xsalsa20_setup.c | 54 int xsalsa20_setup(salsa20_state *st, const unsigned char *key, unsigned long keylen, in xsalsa20_setup() function
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 1070 int xsalsa20_setup(salsa20_state *st, const unsigned char *key, unsigned long keylen,
|