Searched refs:CTR_COUNTER_BIG_ENDIAN (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/modes/ctr/ |
A D | ctr_test.c | 62 … = ctr_start(idx, tests[x].IV, tests[x].key, tests[x].keylen, 0, CTR_COUNTER_BIG_ENDIAN|LTC_CTR_RF… in ctr_test()
|
A D | ctr_start.c | 54 if ((ctr_mode & 0x1000) == CTR_COUNTER_BIG_ENDIAN) { in ctr_start()
|
/optee_os/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_init.c | 110 …if ((err = ctr_start(cipher, eax->N, key, keylen, 0, CTR_COUNTER_BIG_ENDIAN, &eax->ctr)) != CRYPT_… in eax_init()
|
/optee_os/core/lib/libtomcrypt/ |
A D | ctr.c | 49 CTR_COUNTER_BIG_ENDIAN, &c->state) == CRYPT_OK) in ltc_ctr_init()
|
/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_constants.c | 151 _C_STRINGIFY(CTR_COUNTER_BIG_ENDIAN),
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 904 #define CTR_COUNTER_BIG_ENDIAN 0x1000 macro
|
Completed in 10 milliseconds