Home
last modified time | relevance | path

Searched refs:aes_u32 (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/tinydtls-0.8.2/aes/
Drijndael.h43 typedef uint32_t aes_u32; typedef
51 aes_u32 ek[4*(AES_MAXROUNDS + 1)]; /* encrypt key schedule */
53 aes_u32 dk[4*(AES_MAXROUNDS + 1)]; /* decrypt key schedule */
62 int rijndaelKeySetupEnc(aes_u32 rk[/*4*(Nr + 1)*/], const aes_u8 cipherKey[], int keyBits);
63 int rijndaelKeySetupDec(aes_u32 rk[/*4*(Nr + 1)*/], const aes_u8 cipherKey[], int keyBits);
64 void rijndaelEncrypt(const aes_u32 rk[/*4*(Nr + 1)*/], int Nr, const aes_u8 pt[16], aes_u8 ct[16]);
Drijndael.c50 static const aes_u32 Te0[256] = {
116 static const aes_u32 Te1[256] = {
182 static const aes_u32 Te2[256] = {
248 static const aes_u32 Te3[256] = {
314 static const aes_u32 Te4[256] = {
383 static const aes_u32 Td0[256] = {
449 static const aes_u32 Td1[256] = {
515 static const aes_u32 Td2[256] = {
581 static const aes_u32 Td3[256] = {
647 static const aes_u32 Td4[256] = {
[all …]