| /optee_os/core/lib/libtomcrypt/src/misc/ |
| H A D | burn_stack.c | 14 void burn_stack(unsigned long len) in burn_stack() function 19 burn_stack(len - sizeof(buf)); in burn_stack()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | rc5.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()
|
| H A D | rc6.c | 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()
|
| H A D | idea.c | 156 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_encrypt() 165 burn_stack(sizeof(ushort16) * 6 + sizeof(int)); in idea_ecb_decrypt()
|
| H A D | skipjack.c | 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()
|
| H A D | rc2.c | 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()
|
| H A D | blowfish.c | 503 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_encrypt() 564 burn_stack(sizeof(ulong32) * 2 + sizeof(int)); in blowfish_ecb_decrypt()
|
| H A D | noekeon.c | 146 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_encrypt() 199 burn_stack(sizeof(ulong32) * 5 + sizeof(int)); in noekeon_ecb_decrypt()
|
| H A D | cast5.c | 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()
|
| H A D | serpent.c | 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()
|
| H A D | anubis.c | 1017 burn_stack(sizeof(int) * 5 + sizeof(ulong32) * (MAX_N + MAX_N + 5)); in anubis_setup()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
| H A D | twofish.c | 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()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/aes/ |
| H A D | aesni.c | 209 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in aesni_ecb_encrypt() 261 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in aesni_ecb_decrypt()
|
| H A D | aes.c | 433 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in ECB_ENC() 618 burn_stack(sizeof(unsigned long)*8 + sizeof(unsigned long*) + sizeof(int)*2); in ECB_DEC()
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/safer/ |
| H A D | safer.c | 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()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_misc.h | 89 void burn_stack(unsigned long len);
|
| /optee_os/core/lib/libtomcrypt/src/hashes/whirl/ |
| H A D | whirl.c | 110 burn_stack((5 * 8 * sizeof(ulong64)) + (2 * sizeof(int))); in s_whirlpool_compress()
|
| /optee_os/core/lib/libtomcrypt/src/hashes/sha2/ |
| H A D | sha512.c | 157 burn_stack(sizeof(ulong64) * 90 + sizeof(int)); in s_sha512_compress()
|
| H A D | sha256.c | 186 burn_stack(sizeof(ulong32) * 74); in s_sha256_compress()
|
| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | sha1.c | 147 burn_stack(sizeof(ulong32) * 87); in s_sha1_compress()
|
| H A D | md4.c | 156 burn_stack(sizeof(ulong32) * 20 + sizeof(int)); in s_md4_compress()
|
| H A D | blake2s.c | 344 burn_stack(sizeof(ulong32) * (32) + sizeof(unsigned long)); in s_blake2s_compress()
|
| H A D | blake2b.c | 355 burn_stack(sizeof(ulong64) * 32 + sizeof(unsigned long)); in s_blake2b_compress()
|
| H A D | md5.c | 215 burn_stack(sizeof(ulong32) * 21); in s_md5_compress()
|
| H A D | rmd128.c | 254 burn_stack(sizeof(ulong32) * 24 + sizeof(int)); in s_rmd128_compress()
|