Lines Matching defs:bytes
296 Xor corresponding text input and round key input bytes.
956 % in bytes of 16, 24, and 32 respectively.
1010 bytes,
1051 bytes=(AESBlocksize/4)*(aes_info->rounds+1);
1052 for (i=n; i < bytes; i++)
1071 aes_info->decipher_key[bytes-4+i]=aes_info->encipher_key[bytes-4+i];
1073 for (i=4; i < (bytes-4); i+=4)