Home | History | Annotate | Download | only in C

Lines Matching full:uint32

23     UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;

60 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
89 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
118 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;
143 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;
165 void MY_FAST_CALL AesCbc_Encode(UInt32 *ivAes, Byte *data, size_t numBlocks);
166 void MY_FAST_CALL AesCbc_Decode(UInt32 *ivAes, Byte *data, size_t numBlocks);
167 void MY_FAST_CALL AesCtr_Code(UInt32 *ivAes, Byte *data, size_t numBlocks);
169 void MY_FAST_CALL AesCbc_Encode_Intel(UInt32 *p, Byte *data, size_t numBlocks)
174 void MY_FAST_CALL AesCbc_Decode_Intel(UInt32 *p, Byte *data, size_t numBlocks)
179 void MY_FAST_CALL AesCtr_Code_Intel(UInt32 *p, Byte *data, size_t numBlocks)