Home
last modified time | relevance | path

Searched refs:CTR_COUNTER_BIG_ENDIAN (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/ctr/
A Dctr_test.c62 … = ctr_start(idx, tests[x].IV, tests[x].key, tests[x].keylen, 0, CTR_COUNTER_BIG_ENDIAN|LTC_CTR_RF… in ctr_test()
A Dctr_start.c54 if ((ctr_mode & 0x1000) == CTR_COUNTER_BIG_ENDIAN) { in ctr_start()
/optee_os/core/lib/libtomcrypt/src/encauth/eax/
A Deax_init.c110 …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 Dctr.c49 CTR_COUNTER_BIG_ENDIAN, &c->state) == CRYPT_OK) in ltc_ctr_init()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_constants.c151 _C_STRINGIFY(CTR_COUNTER_BIG_ENDIAN),
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h904 #define CTR_COUNTER_BIG_ENDIAN 0x1000 macro

Completed in 10 milliseconds