Home
last modified time | relevance | path

Searched refs:ctr_start (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/ctr/
A Dsub.mk6 srcs-y += ctr_start.c
A Dctr_test.c55 …if ((err = ctr_start(idx, tests[x].IV, tests[x].key, tests[x].keylen, 0, CTR_COUNTER_BIG_ENDIAN|LT… in ctr_test()
A Dctr_start.c24 int ctr_start( int cipher, in ctr_start() function
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/eax/
A Deax_init.c103 …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 Dctr.c48 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 Dyarrow.c194 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 Dtomcrypt_cipher.h919 int ctr_start( int cipher,

Completed in 9 milliseconds