Searched refs:xts_start (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/xts/ |
| H A D | xts_init.c | 20 int xts_start(int cipher, const unsigned char *key1, const unsigned char *key2, unsigned long keyle… in xts_start() function
|
| H A D | xts_test.c | 230 err = xts_start(idx, tests[i].key1, tests[i].key2, tests[i].keylen / 2, 0, &xts); in xts_test()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | xts.c | 63 if (xts_start(c->cipher_idx, key1, key2, key1_len, 0, in ltc_xts_init()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 988 int xts_start( int cipher,
|