Searched refs:ctr_start (Results 1 – 12 of 12) sorted by relevance
/optee_os/out/arm/core/lib/libtomcrypt/src/modes/ctr/ |
A D | .ctr_start.o.cmd | 1 …ctr_start.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bi…
|
A D | .ctr_start.o.d | 1 out/arm/core/lib/libtomcrypt/src/modes/ctr/ctr_start.o: \ 2 core/lib/libtomcrypt/src/modes/ctr/ctr_start.c \
|
/optee_os/core/lib/libtomcrypt/src/modes/ctr/ |
A D | sub.mk | 6 srcs-y += ctr_start.c
|
A D | ctr_test.c | 62 …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 | 31 int ctr_start( int cipher, in ctr_start() function
|
/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 | 48 if (ctr_start(c->cipher_idx, iv, key1, key1_len, 0, in ltc_ctr_init()
|
/optee_os/core/lib/libtomcrypt/src/prngs/ |
A D | yarrow.c | 201 if ((err = ctr_start(prng->u.yarrow.cipher, /* what cipher to use */ in yarrow_ready()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_cipher.h | 907 int ctr_start( int cipher,
|
/optee_os/out/arm/core/ |
A D | tee.map | 149 out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.o) 150 out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr.o) (ctr_start) 12904 ….group 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.… 12905 ….group 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.… 12906 ….group 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.… 12907 ….group 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.… 12908 ….group 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.… 12909 ….group 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.… 12910 ….group 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ctr_start.… 24023 .text.ctr_start [all …]
|
A D | tee.symb_sizes | 201 000000000e13af54 000000000000019c T ctr_start
|
A D | tee.dmp | 75593 e13108c: 940027b2 bl e13af54 <ctr_start> 90257 000000000e13af54 <ctr_start>: 90258 ctr_start(): 90284 e13afa0: b4fffe02 cbz x2, e13af60 <ctr_start+0xc> 90287 e13afa8: b4fffdc6 cbz x6, e13af60 <ctr_start+0xc> 90307 e13afec: 54fffbac b.gt e13af60 <ctr_start+0xc> 90338 e13b044: 540001cc b.gt e13b07c <ctr_start+0x128> 90361 e13b088: 17ffffee b e13b040 <ctr_start+0xec> 90381 e13b0bc: 17ffffe4 b e13b04c <ctr_start+0xf8> 90388 e13b0d0: 54fffbec b.gt e13b04c <ctr_start+0xf8> [all …]
|
Completed in 241 milliseconds