Home
last modified time | relevance | path

Searched refs:burn_stack (Results 1 – 25 of 35) sorted by relevance

12

/optee_os/out/arm/core/lib/libtomcrypt/src/misc/
A D.burn_stack.o.cmd1burn_stack.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/b…
A D.burn_stack.o.d1 out/arm/core/lib/libtomcrypt/src/misc/burn_stack.o: \
2 core/lib/libtomcrypt/src/misc/burn_stack.c \
/optee_os/core/lib/libtomcrypt/src/misc/
A Dburn_stack.c21 void burn_stack(unsigned long len) in burn_stack() function
A Dsub.mk1 srcs-y += burn_stack.c
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Drc5.c115 burn_stack(sizeof(ulong32) * 122 + sizeof(int)); in rc5_setup()
171 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in rc5_ecb_encrypt()
228 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in rc5_ecb_decrypt()
A Drc6.c110 burn_stack(sizeof(ulong32) * 122); in rc6_setup()
165 burn_stack(sizeof(ulong32) * 6 + sizeof(int)); in rc6_ecb_encrypt()
222 burn_stack(sizeof(ulong32) * 6 + sizeof(int)); in rc6_ecb_decrypt()
A Didea.c163 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_encrypt()
172 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_decrypt()
A Dblowfish.c439 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_encrypt()
500 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_decrypt()
A Dskipjack.c194 burn_stack(sizeof(unsigned) * 8 + sizeof(int) * 2); in skipjack_ecb_encrypt()
262 burn_stack(sizeof(unsigned) * 7 + sizeof(int) * 2); in skipjack_ecb_decrypt()
A Drc2.c211 burn_stack(sizeof(unsigned *) + sizeof(unsigned) * 5); in rc2_ecb_encrypt()
290 burn_stack(sizeof(unsigned *) + sizeof(unsigned) * 4 + sizeof(int)); in rc2_ecb_decrypt()
A Dnoekeon.c153 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_encrypt()
206 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_decrypt()
A Dcast5.c496 burn_stack(sizeof(ulong32)*8 + 16 + sizeof(int)*2); in cast5_setup()
579 burn_stack(sizeof(ulong32)*3); in cast5_ecb_encrypt()
632 burn_stack(sizeof(ulong32)*3); in cast5_ecb_decrypt()
A Dserpent.c587 burn_stack(sizeof(ulong32) * 14 + sizeof(int)); in serpent_setup()
596 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in serpent_ecb_encrypt()
605 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in serpent_ecb_decrypt()
A Danubis.c1024 burn_stack(sizeof(int) * 5 + sizeof(ulong32) * (MAX_N + MAX_N + 5)); in anubis_setup()
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c136 burn_stack(sizeof(unsigned char) * 11); in sbox()
329 burn_stack(sizeof(unsigned char) * 4 + sizeof(ulong32)); in g_func()
459 burn_stack(sizeof(int) * 7 + sizeof(unsigned char) * 56 + sizeof(ulong32) * 2); in twofish_setup()
533 burn_stack(sizeof(ulong32) * 10 + sizeof(int)); in twofish_ecb_encrypt()
609 burn_stack(sizeof(ulong32) * 10 + sizeof(int)); in twofish_ecb_decrypt()
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c177 burn_stack(sizeof(unsigned char) * (2 * (LTC_SAFER_BLOCK_LEN + 1)) + sizeof(unsigned int)*2); in Safer_Expand_Userkey()
298 burn_stack(sizeof(unsigned char) * 9 + sizeof(unsigned int) + sizeof(unsigned char *)); in safer_ecb_encrypt()
353 burn_stack(sizeof(unsigned char) * 9 + sizeof(unsigned int) + sizeof(unsigned char *)); in safer_ecb_decrypt()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_misc.h89 void burn_stack(unsigned long len);
/optee_os/core/lib/libtomcrypt/src/hashes/whirl/
A Dwhirl.c117 burn_stack((5 * 8 * sizeof(ulong64)) + (2 * sizeof(int))); in whirlpool_compress()
/optee_os/core/lib/libtomcrypt/src/ciphers/aes/
A Daes.c454 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in ECB_ENC()
639 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in ECB_DEC()
/optee_os/core/lib/libtomcrypt/src/hashes/sha2/
A Dsha512.c164 burn_stack(sizeof(ulong64) * 90 + sizeof(int)); in sha512_compress()
/optee_os/core/lib/libtomcrypt/src/hashes/
A Dsha1.c154 burn_stack(sizeof(ulong32) * 87); in sha1_compress()
A Dmd4.c163 burn_stack(sizeof(ulong32) * 20 + sizeof(int)); in md4_compress()
A Dblake2b.c362 burn_stack(sizeof(ulong64) * 32 + sizeof(unsigned long)); in blake2b_compress()
A Dblake2s.c351 burn_stack(sizeof(ulong32) * (32) + sizeof(unsigned long)); in blake2s_compress()
A Dmd5.c222 burn_stack(sizeof(ulong32) * 21); in md5_compress()

Completed in 60 milliseconds

12