Searched refs:burn_stack (Results 1 – 25 of 30) sorted by relevance
12
14 void burn_stack(unsigned long len) in burn_stack() function19 burn_stack(len - sizeof(buf)); in burn_stack()
1 srcs-y += burn_stack.c
108 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()
103 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()
156 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_encrypt()165 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_decrypt()
187 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()
204 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()
503 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_encrypt()564 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_decrypt()
146 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_encrypt()199 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_decrypt()
489 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()
580 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()
1017 burn_stack(sizeof(int) * 5 + sizeof(ulong32) * (MAX_N + MAX_N + 5)); in anubis_setup()
129 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()
89 void burn_stack(unsigned long len);
170 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()
110 burn_stack((5 * 8 * sizeof(ulong64)) + (2 * sizeof(int))); in s_whirlpool_compress()
157 burn_stack(sizeof(ulong64) * 90 + sizeof(int)); in s_sha512_compress()
186 burn_stack(sizeof(ulong32) * 74); in s_sha256_compress()
447 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()
147 burn_stack(sizeof(ulong32) * 87); in s_sha1_compress()
156 burn_stack(sizeof(ulong32) * 20 + sizeof(int)); in s_md4_compress()
355 burn_stack(sizeof(ulong64) * 32 + sizeof(unsigned long)); in s_blake2b_compress()
344 burn_stack(sizeof(ulong32) * (32) + sizeof(unsigned long)); in s_blake2s_compress()
215 burn_stack(sizeof(ulong32) * 21); in s_md5_compress()
254 burn_stack(sizeof(ulong32) * 24 + sizeof(int)); in s_rmd128_compress()
Completed in 27 milliseconds