mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Make AdvancedProcessBlocks64_6x2_ALTIVEC inline
This commit is contained in:
parent
c26aad8a25
commit
014f3d08c2
@ -1797,7 +1797,7 @@ NAMESPACE_BEGIN(CryptoPP)
|
|||||||
/// \details The subkey type is usually word32 or word64. F2 and F6 must use the
|
/// \details The subkey type is usually word32 or word64. F2 and F6 must use the
|
||||||
/// same word type.
|
/// same word type.
|
||||||
template <typename F2, typename F6, typename W>
|
template <typename F2, typename F6, typename W>
|
||||||
size_t AdvancedProcessBlocks64_6x2_ALTIVEC(F2 func2, F6 func6,
|
inline size_t AdvancedProcessBlocks64_6x2_ALTIVEC(F2 func2, F6 func6,
|
||||||
const W *subKeys, size_t rounds, const byte *inBlocks,
|
const W *subKeys, size_t rounds, const byte *inBlocks,
|
||||||
const byte *xorBlocks, byte *outBlocks, size_t length, word32 flags)
|
const byte *xorBlocks, byte *outBlocks, size_t length, word32 flags)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user