Searched refs:ctr_start (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ctr/ |
A D | sub.mk | 6 srcs-y += ctr_start.c
|
A D | ctr_test.c | 55 …if ((err = ctr_start(idx, tests[x].IV, tests[x].key, tests[x].keylen, 0, CTR_COUNTER_BIG_ENDIAN|LT… in ctr_test()
|
A D | ctr_start.c | 24 int ctr_start( int cipher, in ctr_start() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/ |
A D | eax_init.c | 103 …if ((err = ctr_start(cipher, eax->N, key, keylen, 0, CTR_COUNTER_BIG_ENDIAN, &eax->ctr)) != CRYPT_… in eax_init()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ctr.c | 48 if (ctr_start(c->cipher_idx, iv, key1, key1_len, 0, in ltc_ctr_init()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/ |
A D | yarrow.c | 194 if ((err = ctr_start(prng->u.yarrow.cipher, /* what cipher to use */ in yarrow_ready()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 919 int ctr_start( int cipher,
|
Completed in 9 milliseconds