Searched refs:Sha256_UpdateBlocks_HW (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/C/ |
H A D | Sha256Opt.c | 154 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks);
158 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks)
in Sha256_UpdateBlocks_HW() function 295 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks);
299 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks)
in Sha256_UpdateBlocks_HW() function 354 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks);
355 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks)
in Sha256_UpdateBlocks_HW() function
|
H A D | Sha256.c | 54 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks);
227 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks);
482 f = f_hw = Sha256_UpdateBlocks_HW;
in Sha256Prepare()
|
/third_party/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 220 MY_PROC Sha256_UpdateBlocks_HW, 3
|
Completed in 4 milliseconds