Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dburn_stack.c14 void burn_stack(unsigned long len) in burn_stack() function
19 burn_stack(len - sizeof(buf)); in burn_stack()
A Dsub.mk1 srcs-y += burn_stack.c
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Drc5.c108 burn_stack(sizeof(ulong32) * 122 + sizeof(int)); in rc5_setup()
168 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in rc5_ecb_encrypt()
229 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in rc5_ecb_decrypt()
A Drc6.c103 burn_stack(sizeof(ulong32) * 122); in rc6_setup()
158 burn_stack(sizeof(ulong32) * 6 + sizeof(int)); in rc6_ecb_encrypt()
215 burn_stack(sizeof(ulong32) * 6 + sizeof(int)); in rc6_ecb_decrypt()
A Didea.c156 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_encrypt()
165 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_decrypt()
A Dskipjack.c187 burn_stack(sizeof(unsigned) * 8 + sizeof(int) * 2); in skipjack_ecb_encrypt()
255 burn_stack(sizeof(unsigned) * 7 + sizeof(int) * 2); in skipjack_ecb_decrypt()
A Drc2.c204 burn_stack(sizeof(unsigned *) + sizeof(unsigned) * 5); in rc2_ecb_encrypt()
283 burn_stack(sizeof(unsigned *) + sizeof(unsigned) * 4 + sizeof(int)); in rc2_ecb_decrypt()
A Dblowfish.c503 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_encrypt()
564 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_decrypt()
A Dnoekeon.c146 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_encrypt()
199 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_decrypt()
A Dcast5.c489 burn_stack(sizeof(ulong32)*8 + 16 + sizeof(int)*2); in cast5_setup()
566 burn_stack(sizeof(ulong32)*3); in cast5_ecb_encrypt()
619 burn_stack(sizeof(ulong32)*3); in cast5_ecb_decrypt()
A Dserpent.c580 burn_stack(sizeof(ulong32) * 14 + sizeof(int)); in serpent_setup()
589 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in serpent_ecb_encrypt()
598 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in serpent_ecb_decrypt()
A Danubis.c1017 burn_stack(sizeof(int) * 5 + sizeof(ulong32) * (MAX_N + MAX_N + 5)); in anubis_setup()
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c129 burn_stack(sizeof(unsigned char) * 11); in sbox()
322 burn_stack(sizeof(unsigned char) * 4 + sizeof(ulong32)); in g_func()
452 burn_stack(sizeof(int) * 7 + sizeof(unsigned char) * 56 + sizeof(ulong32) * 2); in twofish_setup()
526 burn_stack(sizeof(ulong32) * 10 + sizeof(int)); in twofish_ecb_encrypt()
602 burn_stack(sizeof(ulong32) * 10 + sizeof(int)); in twofish_ecb_decrypt()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_misc.h89 void burn_stack(unsigned long len);
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c170 burn_stack(sizeof(unsigned char) * (2 * (LTC_SAFER_BLOCK_LEN + 1)) + sizeof(unsigned int)*2); in safer_expand_userkey()
291 burn_stack(sizeof(unsigned char) * 9 + sizeof(unsigned int) + sizeof(unsigned char *)); in safer_ecb_encrypt()
346 burn_stack(sizeof(unsigned char) * 9 + sizeof(unsigned int) + sizeof(unsigned char *)); in safer_ecb_decrypt()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/whirl/
A Dwhirl.c110 burn_stack((5 * 8 * sizeof(ulong64)) + (2 * sizeof(int))); in s_whirlpool_compress()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/sha2/
A Dsha512.c157 burn_stack(sizeof(ulong64) * 90 + sizeof(int)); in s_sha512_compress()
A Dsha256.c186 burn_stack(sizeof(ulong32) * 74); in s_sha256_compress()
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/aes/
A Daes.c447 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in ECB_ENC()
632 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in ECB_DEC()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dsha1.c147 burn_stack(sizeof(ulong32) * 87); in s_sha1_compress()
A Dmd4.c156 burn_stack(sizeof(ulong32) * 20 + sizeof(int)); in s_md4_compress()
A Dblake2b.c355 burn_stack(sizeof(ulong64) * 32 + sizeof(unsigned long)); in s_blake2b_compress()
A Dblake2s.c344 burn_stack(sizeof(ulong32) * (32) + sizeof(unsigned long)); in s_blake2s_compress()
A Dmd5.c215 burn_stack(sizeof(ulong32) * 21); in s_md5_compress()
A Drmd128.c254 burn_stack(sizeof(ulong32) * 24 + sizeof(int)); in s_rmd128_compress()

Completed in 27 milliseconds

12