mbed_aes.c 71 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189
  1. /*
  2. * FIPS-197 compliant AES implementation
  3. *
  4. * Copyright The Mbed TLS Contributors
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * Licensed under the Apache License, Version 2.0 (the "License"); you may
  8. * not use this file except in compliance with the License.
  9. * You may obtain a copy of the License at
  10. *
  11. * http://www.apache.org/licenses/LICENSE-2.0
  12. *
  13. * Unless required by applicable law or agreed to in writing, software
  14. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  15. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. * See the License for the specific language governing permissions and
  17. * limitations under the License.
  18. */
  19. /*
  20. * The AES block cipher was designed by Vincent Rijmen and Joan Daemen.
  21. *
  22. * http://csrc.nist.gov/encryption/aes/rijndael/Rijndael.pdf
  23. * http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf
  24. */
  25. #include "common.h"
  26. #if defined(MBEDTLS_AES_C)
  27. #include <string.h>
  28. #include "mbedtls/aes.h"
  29. #include "mbedtls/platform.h"
  30. #include "mbedtls/platform_util.h"
  31. #include "mbedtls/error.h"
  32. #if defined(MBEDTLS_PADLOCK_C)
  33. #include "mbedtls/padlock.h"
  34. #endif
  35. #if defined(MBEDTLS_AESNI_C)
  36. #include "mbedtls/aesni.h"
  37. #endif
  38. #if defined(MBEDTLS_SELF_TEST)
  39. #if defined(MBEDTLS_PLATFORM_C)
  40. #include "mbedtls/platform.h"
  41. #else
  42. #include <stdio.h>
  43. #define mbedtls_printf printf
  44. #endif /* MBEDTLS_PLATFORM_C */
  45. #endif /* MBEDTLS_SELF_TEST */
  46. #if !defined(MBEDTLS_AES_ALT)
  47. /* Parameter validation macros based on platform_util.h */
  48. #define AES_VALIDATE_RET( cond ) \
  49. MBEDTLS_INTERNAL_VALIDATE_RET( cond, MBEDTLS_ERR_AES_BAD_INPUT_DATA )
  50. #define AES_VALIDATE( cond ) \
  51. MBEDTLS_INTERNAL_VALIDATE( cond )
  52. #if defined(MBEDTLS_PADLOCK_C) && \
  53. ( defined(MBEDTLS_HAVE_X86) || defined(MBEDTLS_PADLOCK_ALIGN16) )
  54. static int aes_padlock_ace = -1;
  55. #endif
  56. #if defined(MBEDTLS_AES_ROM_TABLES)
  57. /*
  58. * Forward S-box
  59. */
  60. static const unsigned char FSb[256] =
  61. {
  62. 0x63, 0x7C, 0x77, 0x7B, 0xF2, 0x6B, 0x6F, 0xC5,
  63. 0x30, 0x01, 0x67, 0x2B, 0xFE, 0xD7, 0xAB, 0x76,
  64. 0xCA, 0x82, 0xC9, 0x7D, 0xFA, 0x59, 0x47, 0xF0,
  65. 0xAD, 0xD4, 0xA2, 0xAF, 0x9C, 0xA4, 0x72, 0xC0,
  66. 0xB7, 0xFD, 0x93, 0x26, 0x36, 0x3F, 0xF7, 0xCC,
  67. 0x34, 0xA5, 0xE5, 0xF1, 0x71, 0xD8, 0x31, 0x15,
  68. 0x04, 0xC7, 0x23, 0xC3, 0x18, 0x96, 0x05, 0x9A,
  69. 0x07, 0x12, 0x80, 0xE2, 0xEB, 0x27, 0xB2, 0x75,
  70. 0x09, 0x83, 0x2C, 0x1A, 0x1B, 0x6E, 0x5A, 0xA0,
  71. 0x52, 0x3B, 0xD6, 0xB3, 0x29, 0xE3, 0x2F, 0x84,
  72. 0x53, 0xD1, 0x00, 0xED, 0x20, 0xFC, 0xB1, 0x5B,
  73. 0x6A, 0xCB, 0xBE, 0x39, 0x4A, 0x4C, 0x58, 0xCF,
  74. 0xD0, 0xEF, 0xAA, 0xFB, 0x43, 0x4D, 0x33, 0x85,
  75. 0x45, 0xF9, 0x02, 0x7F, 0x50, 0x3C, 0x9F, 0xA8,
  76. 0x51, 0xA3, 0x40, 0x8F, 0x92, 0x9D, 0x38, 0xF5,
  77. 0xBC, 0xB6, 0xDA, 0x21, 0x10, 0xFF, 0xF3, 0xD2,
  78. 0xCD, 0x0C, 0x13, 0xEC, 0x5F, 0x97, 0x44, 0x17,
  79. 0xC4, 0xA7, 0x7E, 0x3D, 0x64, 0x5D, 0x19, 0x73,
  80. 0x60, 0x81, 0x4F, 0xDC, 0x22, 0x2A, 0x90, 0x88,
  81. 0x46, 0xEE, 0xB8, 0x14, 0xDE, 0x5E, 0x0B, 0xDB,
  82. 0xE0, 0x32, 0x3A, 0x0A, 0x49, 0x06, 0x24, 0x5C,
  83. 0xC2, 0xD3, 0xAC, 0x62, 0x91, 0x95, 0xE4, 0x79,
  84. 0xE7, 0xC8, 0x37, 0x6D, 0x8D, 0xD5, 0x4E, 0xA9,
  85. 0x6C, 0x56, 0xF4, 0xEA, 0x65, 0x7A, 0xAE, 0x08,
  86. 0xBA, 0x78, 0x25, 0x2E, 0x1C, 0xA6, 0xB4, 0xC6,
  87. 0xE8, 0xDD, 0x74, 0x1F, 0x4B, 0xBD, 0x8B, 0x8A,
  88. 0x70, 0x3E, 0xB5, 0x66, 0x48, 0x03, 0xF6, 0x0E,
  89. 0x61, 0x35, 0x57, 0xB9, 0x86, 0xC1, 0x1D, 0x9E,
  90. 0xE1, 0xF8, 0x98, 0x11, 0x69, 0xD9, 0x8E, 0x94,
  91. 0x9B, 0x1E, 0x87, 0xE9, 0xCE, 0x55, 0x28, 0xDF,
  92. 0x8C, 0xA1, 0x89, 0x0D, 0xBF, 0xE6, 0x42, 0x68,
  93. 0x41, 0x99, 0x2D, 0x0F, 0xB0, 0x54, 0xBB, 0x16
  94. };
  95. /*
  96. * Forward tables
  97. */
  98. #define FT \
  99. \
  100. V(A5,63,63,C6), V(84,7C,7C,F8), V(99,77,77,EE), V(8D,7B,7B,F6), \
  101. V(0D,F2,F2,FF), V(BD,6B,6B,D6), V(B1,6F,6F,DE), V(54,C5,C5,91), \
  102. V(50,30,30,60), V(03,01,01,02), V(A9,67,67,CE), V(7D,2B,2B,56), \
  103. V(19,FE,FE,E7), V(62,D7,D7,B5), V(E6,AB,AB,4D), V(9A,76,76,EC), \
  104. V(45,CA,CA,8F), V(9D,82,82,1F), V(40,C9,C9,89), V(87,7D,7D,FA), \
  105. V(15,FA,FA,EF), V(EB,59,59,B2), V(C9,47,47,8E), V(0B,F0,F0,FB), \
  106. V(EC,AD,AD,41), V(67,D4,D4,B3), V(FD,A2,A2,5F), V(EA,AF,AF,45), \
  107. V(BF,9C,9C,23), V(F7,A4,A4,53), V(96,72,72,E4), V(5B,C0,C0,9B), \
  108. V(C2,B7,B7,75), V(1C,FD,FD,E1), V(AE,93,93,3D), V(6A,26,26,4C), \
  109. V(5A,36,36,6C), V(41,3F,3F,7E), V(02,F7,F7,F5), V(4F,CC,CC,83), \
  110. V(5C,34,34,68), V(F4,A5,A5,51), V(34,E5,E5,D1), V(08,F1,F1,F9), \
  111. V(93,71,71,E2), V(73,D8,D8,AB), V(53,31,31,62), V(3F,15,15,2A), \
  112. V(0C,04,04,08), V(52,C7,C7,95), V(65,23,23,46), V(5E,C3,C3,9D), \
  113. V(28,18,18,30), V(A1,96,96,37), V(0F,05,05,0A), V(B5,9A,9A,2F), \
  114. V(09,07,07,0E), V(36,12,12,24), V(9B,80,80,1B), V(3D,E2,E2,DF), \
  115. V(26,EB,EB,CD), V(69,27,27,4E), V(CD,B2,B2,7F), V(9F,75,75,EA), \
  116. V(1B,09,09,12), V(9E,83,83,1D), V(74,2C,2C,58), V(2E,1A,1A,34), \
  117. V(2D,1B,1B,36), V(B2,6E,6E,DC), V(EE,5A,5A,B4), V(FB,A0,A0,5B), \
  118. V(F6,52,52,A4), V(4D,3B,3B,76), V(61,D6,D6,B7), V(CE,B3,B3,7D), \
  119. V(7B,29,29,52), V(3E,E3,E3,DD), V(71,2F,2F,5E), V(97,84,84,13), \
  120. V(F5,53,53,A6), V(68,D1,D1,B9), V(00,00,00,00), V(2C,ED,ED,C1), \
  121. V(60,20,20,40), V(1F,FC,FC,E3), V(C8,B1,B1,79), V(ED,5B,5B,B6), \
  122. V(BE,6A,6A,D4), V(46,CB,CB,8D), V(D9,BE,BE,67), V(4B,39,39,72), \
  123. V(DE,4A,4A,94), V(D4,4C,4C,98), V(E8,58,58,B0), V(4A,CF,CF,85), \
  124. V(6B,D0,D0,BB), V(2A,EF,EF,C5), V(E5,AA,AA,4F), V(16,FB,FB,ED), \
  125. V(C5,43,43,86), V(D7,4D,4D,9A), V(55,33,33,66), V(94,85,85,11), \
  126. V(CF,45,45,8A), V(10,F9,F9,E9), V(06,02,02,04), V(81,7F,7F,FE), \
  127. V(F0,50,50,A0), V(44,3C,3C,78), V(BA,9F,9F,25), V(E3,A8,A8,4B), \
  128. V(F3,51,51,A2), V(FE,A3,A3,5D), V(C0,40,40,80), V(8A,8F,8F,05), \
  129. V(AD,92,92,3F), V(BC,9D,9D,21), V(48,38,38,70), V(04,F5,F5,F1), \
  130. V(DF,BC,BC,63), V(C1,B6,B6,77), V(75,DA,DA,AF), V(63,21,21,42), \
  131. V(30,10,10,20), V(1A,FF,FF,E5), V(0E,F3,F3,FD), V(6D,D2,D2,BF), \
  132. V(4C,CD,CD,81), V(14,0C,0C,18), V(35,13,13,26), V(2F,EC,EC,C3), \
  133. V(E1,5F,5F,BE), V(A2,97,97,35), V(CC,44,44,88), V(39,17,17,2E), \
  134. V(57,C4,C4,93), V(F2,A7,A7,55), V(82,7E,7E,FC), V(47,3D,3D,7A), \
  135. V(AC,64,64,C8), V(E7,5D,5D,BA), V(2B,19,19,32), V(95,73,73,E6), \
  136. V(A0,60,60,C0), V(98,81,81,19), V(D1,4F,4F,9E), V(7F,DC,DC,A3), \
  137. V(66,22,22,44), V(7E,2A,2A,54), V(AB,90,90,3B), V(83,88,88,0B), \
  138. V(CA,46,46,8C), V(29,EE,EE,C7), V(D3,B8,B8,6B), V(3C,14,14,28), \
  139. V(79,DE,DE,A7), V(E2,5E,5E,BC), V(1D,0B,0B,16), V(76,DB,DB,AD), \
  140. V(3B,E0,E0,DB), V(56,32,32,64), V(4E,3A,3A,74), V(1E,0A,0A,14), \
  141. V(DB,49,49,92), V(0A,06,06,0C), V(6C,24,24,48), V(E4,5C,5C,B8), \
  142. V(5D,C2,C2,9F), V(6E,D3,D3,BD), V(EF,AC,AC,43), V(A6,62,62,C4), \
  143. V(A8,91,91,39), V(A4,95,95,31), V(37,E4,E4,D3), V(8B,79,79,F2), \
  144. V(32,E7,E7,D5), V(43,C8,C8,8B), V(59,37,37,6E), V(B7,6D,6D,DA), \
  145. V(8C,8D,8D,01), V(64,D5,D5,B1), V(D2,4E,4E,9C), V(E0,A9,A9,49), \
  146. V(B4,6C,6C,D8), V(FA,56,56,AC), V(07,F4,F4,F3), V(25,EA,EA,CF), \
  147. V(AF,65,65,CA), V(8E,7A,7A,F4), V(E9,AE,AE,47), V(18,08,08,10), \
  148. V(D5,BA,BA,6F), V(88,78,78,F0), V(6F,25,25,4A), V(72,2E,2E,5C), \
  149. V(24,1C,1C,38), V(F1,A6,A6,57), V(C7,B4,B4,73), V(51,C6,C6,97), \
  150. V(23,E8,E8,CB), V(7C,DD,DD,A1), V(9C,74,74,E8), V(21,1F,1F,3E), \
  151. V(DD,4B,4B,96), V(DC,BD,BD,61), V(86,8B,8B,0D), V(85,8A,8A,0F), \
  152. V(90,70,70,E0), V(42,3E,3E,7C), V(C4,B5,B5,71), V(AA,66,66,CC), \
  153. V(D8,48,48,90), V(05,03,03,06), V(01,F6,F6,F7), V(12,0E,0E,1C), \
  154. V(A3,61,61,C2), V(5F,35,35,6A), V(F9,57,57,AE), V(D0,B9,B9,69), \
  155. V(91,86,86,17), V(58,C1,C1,99), V(27,1D,1D,3A), V(B9,9E,9E,27), \
  156. V(38,E1,E1,D9), V(13,F8,F8,EB), V(B3,98,98,2B), V(33,11,11,22), \
  157. V(BB,69,69,D2), V(70,D9,D9,A9), V(89,8E,8E,07), V(A7,94,94,33), \
  158. V(B6,9B,9B,2D), V(22,1E,1E,3C), V(92,87,87,15), V(20,E9,E9,C9), \
  159. V(49,CE,CE,87), V(FF,55,55,AA), V(78,28,28,50), V(7A,DF,DF,A5), \
  160. V(8F,8C,8C,03), V(F8,A1,A1,59), V(80,89,89,09), V(17,0D,0D,1A), \
  161. V(DA,BF,BF,65), V(31,E6,E6,D7), V(C6,42,42,84), V(B8,68,68,D0), \
  162. V(C3,41,41,82), V(B0,99,99,29), V(77,2D,2D,5A), V(11,0F,0F,1E), \
  163. V(CB,B0,B0,7B), V(FC,54,54,A8), V(D6,BB,BB,6D), V(3A,16,16,2C)
  164. #define V(a,b,c,d) 0x##a##b##c##d
  165. static const uint32_t FT0[256] = { FT };
  166. #undef V
  167. #if !defined(MBEDTLS_AES_FEWER_TABLES)
  168. #define V(a,b,c,d) 0x##b##c##d##a
  169. static const uint32_t FT1[256] = { FT };
  170. #undef V
  171. #define V(a,b,c,d) 0x##c##d##a##b
  172. static const uint32_t FT2[256] = { FT };
  173. #undef V
  174. #define V(a,b,c,d) 0x##d##a##b##c
  175. static const uint32_t FT3[256] = { FT };
  176. #undef V
  177. #endif /* !MBEDTLS_AES_FEWER_TABLES */
  178. #undef FT
  179. /*
  180. * Reverse S-box
  181. */
  182. static const unsigned char RSb[256] =
  183. {
  184. 0x52, 0x09, 0x6A, 0xD5, 0x30, 0x36, 0xA5, 0x38,
  185. 0xBF, 0x40, 0xA3, 0x9E, 0x81, 0xF3, 0xD7, 0xFB,
  186. 0x7C, 0xE3, 0x39, 0x82, 0x9B, 0x2F, 0xFF, 0x87,
  187. 0x34, 0x8E, 0x43, 0x44, 0xC4, 0xDE, 0xE9, 0xCB,
  188. 0x54, 0x7B, 0x94, 0x32, 0xA6, 0xC2, 0x23, 0x3D,
  189. 0xEE, 0x4C, 0x95, 0x0B, 0x42, 0xFA, 0xC3, 0x4E,
  190. 0x08, 0x2E, 0xA1, 0x66, 0x28, 0xD9, 0x24, 0xB2,
  191. 0x76, 0x5B, 0xA2, 0x49, 0x6D, 0x8B, 0xD1, 0x25,
  192. 0x72, 0xF8, 0xF6, 0x64, 0x86, 0x68, 0x98, 0x16,
  193. 0xD4, 0xA4, 0x5C, 0xCC, 0x5D, 0x65, 0xB6, 0x92,
  194. 0x6C, 0x70, 0x48, 0x50, 0xFD, 0xED, 0xB9, 0xDA,
  195. 0x5E, 0x15, 0x46, 0x57, 0xA7, 0x8D, 0x9D, 0x84,
  196. 0x90, 0xD8, 0xAB, 0x00, 0x8C, 0xBC, 0xD3, 0x0A,
  197. 0xF7, 0xE4, 0x58, 0x05, 0xB8, 0xB3, 0x45, 0x06,
  198. 0xD0, 0x2C, 0x1E, 0x8F, 0xCA, 0x3F, 0x0F, 0x02,
  199. 0xC1, 0xAF, 0xBD, 0x03, 0x01, 0x13, 0x8A, 0x6B,
  200. 0x3A, 0x91, 0x11, 0x41, 0x4F, 0x67, 0xDC, 0xEA,
  201. 0x97, 0xF2, 0xCF, 0xCE, 0xF0, 0xB4, 0xE6, 0x73,
  202. 0x96, 0xAC, 0x74, 0x22, 0xE7, 0xAD, 0x35, 0x85,
  203. 0xE2, 0xF9, 0x37, 0xE8, 0x1C, 0x75, 0xDF, 0x6E,
  204. 0x47, 0xF1, 0x1A, 0x71, 0x1D, 0x29, 0xC5, 0x89,
  205. 0x6F, 0xB7, 0x62, 0x0E, 0xAA, 0x18, 0xBE, 0x1B,
  206. 0xFC, 0x56, 0x3E, 0x4B, 0xC6, 0xD2, 0x79, 0x20,
  207. 0x9A, 0xDB, 0xC0, 0xFE, 0x78, 0xCD, 0x5A, 0xF4,
  208. 0x1F, 0xDD, 0xA8, 0x33, 0x88, 0x07, 0xC7, 0x31,
  209. 0xB1, 0x12, 0x10, 0x59, 0x27, 0x80, 0xEC, 0x5F,
  210. 0x60, 0x51, 0x7F, 0xA9, 0x19, 0xB5, 0x4A, 0x0D,
  211. 0x2D, 0xE5, 0x7A, 0x9F, 0x93, 0xC9, 0x9C, 0xEF,
  212. 0xA0, 0xE0, 0x3B, 0x4D, 0xAE, 0x2A, 0xF5, 0xB0,
  213. 0xC8, 0xEB, 0xBB, 0x3C, 0x83, 0x53, 0x99, 0x61,
  214. 0x17, 0x2B, 0x04, 0x7E, 0xBA, 0x77, 0xD6, 0x26,
  215. 0xE1, 0x69, 0x14, 0x63, 0x55, 0x21, 0x0C, 0x7D
  216. };
  217. /*
  218. * Reverse tables
  219. */
  220. #define RT \
  221. \
  222. V(50,A7,F4,51), V(53,65,41,7E), V(C3,A4,17,1A), V(96,5E,27,3A), \
  223. V(CB,6B,AB,3B), V(F1,45,9D,1F), V(AB,58,FA,AC), V(93,03,E3,4B), \
  224. V(55,FA,30,20), V(F6,6D,76,AD), V(91,76,CC,88), V(25,4C,02,F5), \
  225. V(FC,D7,E5,4F), V(D7,CB,2A,C5), V(80,44,35,26), V(8F,A3,62,B5), \
  226. V(49,5A,B1,DE), V(67,1B,BA,25), V(98,0E,EA,45), V(E1,C0,FE,5D), \
  227. V(02,75,2F,C3), V(12,F0,4C,81), V(A3,97,46,8D), V(C6,F9,D3,6B), \
  228. V(E7,5F,8F,03), V(95,9C,92,15), V(EB,7A,6D,BF), V(DA,59,52,95), \
  229. V(2D,83,BE,D4), V(D3,21,74,58), V(29,69,E0,49), V(44,C8,C9,8E), \
  230. V(6A,89,C2,75), V(78,79,8E,F4), V(6B,3E,58,99), V(DD,71,B9,27), \
  231. V(B6,4F,E1,BE), V(17,AD,88,F0), V(66,AC,20,C9), V(B4,3A,CE,7D), \
  232. V(18,4A,DF,63), V(82,31,1A,E5), V(60,33,51,97), V(45,7F,53,62), \
  233. V(E0,77,64,B1), V(84,AE,6B,BB), V(1C,A0,81,FE), V(94,2B,08,F9), \
  234. V(58,68,48,70), V(19,FD,45,8F), V(87,6C,DE,94), V(B7,F8,7B,52), \
  235. V(23,D3,73,AB), V(E2,02,4B,72), V(57,8F,1F,E3), V(2A,AB,55,66), \
  236. V(07,28,EB,B2), V(03,C2,B5,2F), V(9A,7B,C5,86), V(A5,08,37,D3), \
  237. V(F2,87,28,30), V(B2,A5,BF,23), V(BA,6A,03,02), V(5C,82,16,ED), \
  238. V(2B,1C,CF,8A), V(92,B4,79,A7), V(F0,F2,07,F3), V(A1,E2,69,4E), \
  239. V(CD,F4,DA,65), V(D5,BE,05,06), V(1F,62,34,D1), V(8A,FE,A6,C4), \
  240. V(9D,53,2E,34), V(A0,55,F3,A2), V(32,E1,8A,05), V(75,EB,F6,A4), \
  241. V(39,EC,83,0B), V(AA,EF,60,40), V(06,9F,71,5E), V(51,10,6E,BD), \
  242. V(F9,8A,21,3E), V(3D,06,DD,96), V(AE,05,3E,DD), V(46,BD,E6,4D), \
  243. V(B5,8D,54,91), V(05,5D,C4,71), V(6F,D4,06,04), V(FF,15,50,60), \
  244. V(24,FB,98,19), V(97,E9,BD,D6), V(CC,43,40,89), V(77,9E,D9,67), \
  245. V(BD,42,E8,B0), V(88,8B,89,07), V(38,5B,19,E7), V(DB,EE,C8,79), \
  246. V(47,0A,7C,A1), V(E9,0F,42,7C), V(C9,1E,84,F8), V(00,00,00,00), \
  247. V(83,86,80,09), V(48,ED,2B,32), V(AC,70,11,1E), V(4E,72,5A,6C), \
  248. V(FB,FF,0E,FD), V(56,38,85,0F), V(1E,D5,AE,3D), V(27,39,2D,36), \
  249. V(64,D9,0F,0A), V(21,A6,5C,68), V(D1,54,5B,9B), V(3A,2E,36,24), \
  250. V(B1,67,0A,0C), V(0F,E7,57,93), V(D2,96,EE,B4), V(9E,91,9B,1B), \
  251. V(4F,C5,C0,80), V(A2,20,DC,61), V(69,4B,77,5A), V(16,1A,12,1C), \
  252. V(0A,BA,93,E2), V(E5,2A,A0,C0), V(43,E0,22,3C), V(1D,17,1B,12), \
  253. V(0B,0D,09,0E), V(AD,C7,8B,F2), V(B9,A8,B6,2D), V(C8,A9,1E,14), \
  254. V(85,19,F1,57), V(4C,07,75,AF), V(BB,DD,99,EE), V(FD,60,7F,A3), \
  255. V(9F,26,01,F7), V(BC,F5,72,5C), V(C5,3B,66,44), V(34,7E,FB,5B), \
  256. V(76,29,43,8B), V(DC,C6,23,CB), V(68,FC,ED,B6), V(63,F1,E4,B8), \
  257. V(CA,DC,31,D7), V(10,85,63,42), V(40,22,97,13), V(20,11,C6,84), \
  258. V(7D,24,4A,85), V(F8,3D,BB,D2), V(11,32,F9,AE), V(6D,A1,29,C7), \
  259. V(4B,2F,9E,1D), V(F3,30,B2,DC), V(EC,52,86,0D), V(D0,E3,C1,77), \
  260. V(6C,16,B3,2B), V(99,B9,70,A9), V(FA,48,94,11), V(22,64,E9,47), \
  261. V(C4,8C,FC,A8), V(1A,3F,F0,A0), V(D8,2C,7D,56), V(EF,90,33,22), \
  262. V(C7,4E,49,87), V(C1,D1,38,D9), V(FE,A2,CA,8C), V(36,0B,D4,98), \
  263. V(CF,81,F5,A6), V(28,DE,7A,A5), V(26,8E,B7,DA), V(A4,BF,AD,3F), \
  264. V(E4,9D,3A,2C), V(0D,92,78,50), V(9B,CC,5F,6A), V(62,46,7E,54), \
  265. V(C2,13,8D,F6), V(E8,B8,D8,90), V(5E,F7,39,2E), V(F5,AF,C3,82), \
  266. V(BE,80,5D,9F), V(7C,93,D0,69), V(A9,2D,D5,6F), V(B3,12,25,CF), \
  267. V(3B,99,AC,C8), V(A7,7D,18,10), V(6E,63,9C,E8), V(7B,BB,3B,DB), \
  268. V(09,78,26,CD), V(F4,18,59,6E), V(01,B7,9A,EC), V(A8,9A,4F,83), \
  269. V(65,6E,95,E6), V(7E,E6,FF,AA), V(08,CF,BC,21), V(E6,E8,15,EF), \
  270. V(D9,9B,E7,BA), V(CE,36,6F,4A), V(D4,09,9F,EA), V(D6,7C,B0,29), \
  271. V(AF,B2,A4,31), V(31,23,3F,2A), V(30,94,A5,C6), V(C0,66,A2,35), \
  272. V(37,BC,4E,74), V(A6,CA,82,FC), V(B0,D0,90,E0), V(15,D8,A7,33), \
  273. V(4A,98,04,F1), V(F7,DA,EC,41), V(0E,50,CD,7F), V(2F,F6,91,17), \
  274. V(8D,D6,4D,76), V(4D,B0,EF,43), V(54,4D,AA,CC), V(DF,04,96,E4), \
  275. V(E3,B5,D1,9E), V(1B,88,6A,4C), V(B8,1F,2C,C1), V(7F,51,65,46), \
  276. V(04,EA,5E,9D), V(5D,35,8C,01), V(73,74,87,FA), V(2E,41,0B,FB), \
  277. V(5A,1D,67,B3), V(52,D2,DB,92), V(33,56,10,E9), V(13,47,D6,6D), \
  278. V(8C,61,D7,9A), V(7A,0C,A1,37), V(8E,14,F8,59), V(89,3C,13,EB), \
  279. V(EE,27,A9,CE), V(35,C9,61,B7), V(ED,E5,1C,E1), V(3C,B1,47,7A), \
  280. V(59,DF,D2,9C), V(3F,73,F2,55), V(79,CE,14,18), V(BF,37,C7,73), \
  281. V(EA,CD,F7,53), V(5B,AA,FD,5F), V(14,6F,3D,DF), V(86,DB,44,78), \
  282. V(81,F3,AF,CA), V(3E,C4,68,B9), V(2C,34,24,38), V(5F,40,A3,C2), \
  283. V(72,C3,1D,16), V(0C,25,E2,BC), V(8B,49,3C,28), V(41,95,0D,FF), \
  284. V(71,01,A8,39), V(DE,B3,0C,08), V(9C,E4,B4,D8), V(90,C1,56,64), \
  285. V(61,84,CB,7B), V(70,B6,32,D5), V(74,5C,6C,48), V(42,57,B8,D0)
  286. #define V(a,b,c,d) 0x##a##b##c##d
  287. static const uint32_t RT0[256] = { RT };
  288. #undef V
  289. #if !defined(MBEDTLS_AES_FEWER_TABLES)
  290. #define V(a,b,c,d) 0x##b##c##d##a
  291. static const uint32_t RT1[256] = { RT };
  292. #undef V
  293. #define V(a,b,c,d) 0x##c##d##a##b
  294. static const uint32_t RT2[256] = { RT };
  295. #undef V
  296. #define V(a,b,c,d) 0x##d##a##b##c
  297. static const uint32_t RT3[256] = { RT };
  298. #undef V
  299. #endif /* !MBEDTLS_AES_FEWER_TABLES */
  300. #undef RT
  301. /*
  302. * Round constants
  303. */
  304. static const uint32_t RCON[10] =
  305. {
  306. 0x00000001, 0x00000002, 0x00000004, 0x00000008,
  307. 0x00000010, 0x00000020, 0x00000040, 0x00000080,
  308. 0x0000001B, 0x00000036
  309. };
  310. #else /* MBEDTLS_AES_ROM_TABLES */
  311. /*
  312. * Forward S-box & tables
  313. */
  314. static unsigned char FSb[256];
  315. static uint32_t FT0[256];
  316. #if !defined(MBEDTLS_AES_FEWER_TABLES)
  317. static uint32_t FT1[256];
  318. static uint32_t FT2[256];
  319. static uint32_t FT3[256];
  320. #endif /* !MBEDTLS_AES_FEWER_TABLES */
  321. /*
  322. * Reverse S-box & tables
  323. */
  324. static unsigned char RSb[256];
  325. static uint32_t RT0[256];
  326. #if !defined(MBEDTLS_AES_FEWER_TABLES)
  327. static uint32_t RT1[256];
  328. static uint32_t RT2[256];
  329. static uint32_t RT3[256];
  330. #endif /* !MBEDTLS_AES_FEWER_TABLES */
  331. /*
  332. * Round constants
  333. */
  334. static uint32_t RCON[10];
  335. /*
  336. * Tables generation code
  337. */
  338. #define ROTL8(x) ( ( (x) << 8 ) & 0xFFFFFFFF ) | ( (x) >> 24 )
  339. #define XTIME(x) ( ( (x) << 1 ) ^ ( ( (x) & 0x80 ) ? 0x1B : 0x00 ) )
  340. #define MUL(x,y) ( ( (x) && (y) ) ? pow[(log[(x)]+log[(y)]) % 255] : 0 )
  341. static int aes_init_done = 0;
  342. static void aes_gen_tables( void )
  343. {
  344. int i, x, y, z;
  345. int pow[256];
  346. int log[256];
  347. /*
  348. * compute pow and log tables over GF(2^8)
  349. */
  350. for( i = 0, x = 1; i < 256; i++ )
  351. {
  352. pow[i] = x;
  353. log[x] = i;
  354. x = MBEDTLS_BYTE_0( x ^ XTIME( x ) );
  355. }
  356. /*
  357. * calculate the round constants
  358. */
  359. for( i = 0, x = 1; i < 10; i++ )
  360. {
  361. RCON[i] = (uint32_t) x;
  362. x = MBEDTLS_BYTE_0( XTIME( x ) );
  363. }
  364. /*
  365. * generate the forward and reverse S-boxes
  366. */
  367. FSb[0x00] = 0x63;
  368. RSb[0x63] = 0x00;
  369. for( i = 1; i < 256; i++ )
  370. {
  371. x = pow[255 - log[i]];
  372. y = x; y = MBEDTLS_BYTE_0( ( y << 1 ) | ( y >> 7 ) );
  373. x ^= y; y = MBEDTLS_BYTE_0( ( y << 1 ) | ( y >> 7 ) );
  374. x ^= y; y = MBEDTLS_BYTE_0( ( y << 1 ) | ( y >> 7 ) );
  375. x ^= y; y = MBEDTLS_BYTE_0( ( y << 1 ) | ( y >> 7 ) );
  376. x ^= y ^ 0x63;
  377. FSb[i] = (unsigned char) x;
  378. RSb[x] = (unsigned char) i;
  379. }
  380. /*
  381. * generate the forward and reverse tables
  382. */
  383. for( i = 0; i < 256; i++ )
  384. {
  385. x = FSb[i];
  386. y = MBEDTLS_BYTE_0( XTIME( x ) );
  387. z = MBEDTLS_BYTE_0( y ^ x );
  388. FT0[i] = ( (uint32_t) y ) ^
  389. ( (uint32_t) x << 8 ) ^
  390. ( (uint32_t) x << 16 ) ^
  391. ( (uint32_t) z << 24 );
  392. #if !defined(MBEDTLS_AES_FEWER_TABLES)
  393. FT1[i] = ROTL8( FT0[i] );
  394. FT2[i] = ROTL8( FT1[i] );
  395. FT3[i] = ROTL8( FT2[i] );
  396. #endif /* !MBEDTLS_AES_FEWER_TABLES */
  397. x = RSb[i];
  398. RT0[i] = ( (uint32_t) MUL( 0x0E, x ) ) ^
  399. ( (uint32_t) MUL( 0x09, x ) << 8 ) ^
  400. ( (uint32_t) MUL( 0x0D, x ) << 16 ) ^
  401. ( (uint32_t) MUL( 0x0B, x ) << 24 );
  402. #if !defined(MBEDTLS_AES_FEWER_TABLES)
  403. RT1[i] = ROTL8( RT0[i] );
  404. RT2[i] = ROTL8( RT1[i] );
  405. RT3[i] = ROTL8( RT2[i] );
  406. #endif /* !MBEDTLS_AES_FEWER_TABLES */
  407. }
  408. }
  409. #undef ROTL8
  410. #endif /* MBEDTLS_AES_ROM_TABLES */
  411. #if defined(MBEDTLS_AES_FEWER_TABLES)
  412. #define ROTL8(x) ( (uint32_t)( ( x ) << 8 ) + (uint32_t)( ( x ) >> 24 ) )
  413. #define ROTL16(x) ( (uint32_t)( ( x ) << 16 ) + (uint32_t)( ( x ) >> 16 ) )
  414. #define ROTL24(x) ( (uint32_t)( ( x ) << 24 ) + (uint32_t)( ( x ) >> 8 ) )
  415. #define AES_RT0(idx) RT0[idx]
  416. #define AES_RT1(idx) ROTL8( RT0[idx] )
  417. #define AES_RT2(idx) ROTL16( RT0[idx] )
  418. #define AES_RT3(idx) ROTL24( RT0[idx] )
  419. #define AES_FT0(idx) FT0[idx]
  420. #define AES_FT1(idx) ROTL8( FT0[idx] )
  421. #define AES_FT2(idx) ROTL16( FT0[idx] )
  422. #define AES_FT3(idx) ROTL24( FT0[idx] )
  423. #else /* MBEDTLS_AES_FEWER_TABLES */
  424. #define AES_RT0(idx) RT0[idx]
  425. #define AES_RT1(idx) RT1[idx]
  426. #define AES_RT2(idx) RT2[idx]
  427. #define AES_RT3(idx) RT3[idx]
  428. #define AES_FT0(idx) FT0[idx]
  429. #define AES_FT1(idx) FT1[idx]
  430. #define AES_FT2(idx) FT2[idx]
  431. #define AES_FT3(idx) FT3[idx]
  432. #endif /* MBEDTLS_AES_FEWER_TABLES */
  433. void mbedtls_aes_init( mbedtls_aes_context *ctx )
  434. {
  435. AES_VALIDATE( ctx != NULL );
  436. memset( ctx, 0, sizeof( mbedtls_aes_context ) );
  437. }
  438. void mbedtls_aes_free( mbedtls_aes_context *ctx )
  439. {
  440. if( ctx == NULL )
  441. return;
  442. mbedtls_platform_zeroize( ctx, sizeof( mbedtls_aes_context ) );
  443. }
  444. #if defined(MBEDTLS_CIPHER_MODE_XTS)
  445. void mbedtls_aes_xts_init( mbedtls_aes_xts_context *ctx )
  446. {
  447. AES_VALIDATE( ctx != NULL );
  448. mbedtls_aes_init( &ctx->crypt );
  449. mbedtls_aes_init( &ctx->tweak );
  450. }
  451. void mbedtls_aes_xts_free( mbedtls_aes_xts_context *ctx )
  452. {
  453. if( ctx == NULL )
  454. return;
  455. mbedtls_aes_free( &ctx->crypt );
  456. mbedtls_aes_free( &ctx->tweak );
  457. }
  458. #endif /* MBEDTLS_CIPHER_MODE_XTS */
  459. /*
  460. * AES key schedule (encryption)
  461. */
  462. #if !defined(MBEDTLS_AES_SETKEY_ENC_ALT)
  463. int mbedtls_aes_setkey_enc( mbedtls_aes_context *ctx, const unsigned char *key,
  464. unsigned int keybits )
  465. {
  466. unsigned int i;
  467. uint32_t *RK;
  468. AES_VALIDATE_RET( ctx != NULL );
  469. AES_VALIDATE_RET( key != NULL );
  470. switch( keybits )
  471. {
  472. case 128: ctx->nr = 10; break;
  473. case 192: ctx->nr = 12; break;
  474. case 256: ctx->nr = 14; break;
  475. default : return( MBEDTLS_ERR_AES_INVALID_KEY_LENGTH );
  476. }
  477. #if !defined(MBEDTLS_AES_ROM_TABLES)
  478. if( aes_init_done == 0 )
  479. {
  480. aes_gen_tables();
  481. aes_init_done = 1;
  482. }
  483. #endif
  484. #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16)
  485. if( aes_padlock_ace == -1 )
  486. aes_padlock_ace = mbedtls_padlock_has_support( MBEDTLS_PADLOCK_ACE );
  487. if( aes_padlock_ace )
  488. ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf );
  489. else
  490. #endif
  491. ctx->rk = RK = ctx->buf;
  492. #if defined(MBEDTLS_AESNI_C) && defined(MBEDTLS_HAVE_X86_64)
  493. if( mbedtls_aesni_has_support( MBEDTLS_AESNI_AES ) )
  494. return( mbedtls_aesni_setkey_enc( (unsigned char *) ctx->rk, key, keybits ) );
  495. #endif
  496. for( i = 0; i < ( keybits >> 5 ); i++ )
  497. {
  498. RK[i] = MBEDTLS_GET_UINT32_LE( key, i << 2 );
  499. }
  500. switch( ctx->nr )
  501. {
  502. case 10:
  503. for( i = 0; i < 10; i++, RK += 4 )
  504. {
  505. RK[4] = RK[0] ^ RCON[i] ^
  506. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( RK[3] ) ] ) ^
  507. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( RK[3] ) ] << 8 ) ^
  508. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( RK[3] ) ] << 16 ) ^
  509. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( RK[3] ) ] << 24 );
  510. RK[5] = RK[1] ^ RK[4];
  511. RK[6] = RK[2] ^ RK[5];
  512. RK[7] = RK[3] ^ RK[6];
  513. }
  514. break;
  515. case 12:
  516. for( i = 0; i < 8; i++, RK += 6 )
  517. {
  518. RK[6] = RK[0] ^ RCON[i] ^
  519. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( RK[5] ) ] ) ^
  520. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( RK[5] ) ] << 8 ) ^
  521. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( RK[5] ) ] << 16 ) ^
  522. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( RK[5] ) ] << 24 );
  523. RK[7] = RK[1] ^ RK[6];
  524. RK[8] = RK[2] ^ RK[7];
  525. RK[9] = RK[3] ^ RK[8];
  526. RK[10] = RK[4] ^ RK[9];
  527. RK[11] = RK[5] ^ RK[10];
  528. }
  529. break;
  530. case 14:
  531. for( i = 0; i < 7; i++, RK += 8 )
  532. {
  533. RK[8] = RK[0] ^ RCON[i] ^
  534. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( RK[7] ) ] ) ^
  535. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( RK[7] ) ] << 8 ) ^
  536. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( RK[7] ) ] << 16 ) ^
  537. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( RK[7] ) ] << 24 );
  538. RK[9] = RK[1] ^ RK[8];
  539. RK[10] = RK[2] ^ RK[9];
  540. RK[11] = RK[3] ^ RK[10];
  541. RK[12] = RK[4] ^
  542. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( RK[11] ) ] ) ^
  543. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( RK[11] ) ] << 8 ) ^
  544. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( RK[11] ) ] << 16 ) ^
  545. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( RK[11] ) ] << 24 );
  546. RK[13] = RK[5] ^ RK[12];
  547. RK[14] = RK[6] ^ RK[13];
  548. RK[15] = RK[7] ^ RK[14];
  549. }
  550. break;
  551. }
  552. return( 0 );
  553. }
  554. #endif /* !MBEDTLS_AES_SETKEY_ENC_ALT */
  555. /*
  556. * AES key schedule (decryption)
  557. */
  558. #if !defined(MBEDTLS_AES_SETKEY_DEC_ALT)
  559. int mbedtls_aes_setkey_dec( mbedtls_aes_context *ctx, const unsigned char *key,
  560. unsigned int keybits )
  561. {
  562. int i, j, ret;
  563. mbedtls_aes_context cty;
  564. uint32_t *RK;
  565. uint32_t *SK;
  566. AES_VALIDATE_RET( ctx != NULL );
  567. AES_VALIDATE_RET( key != NULL );
  568. mbedtls_aes_init( &cty );
  569. #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_PADLOCK_ALIGN16)
  570. if( aes_padlock_ace == -1 )
  571. aes_padlock_ace = mbedtls_padlock_has_support( MBEDTLS_PADLOCK_ACE );
  572. if( aes_padlock_ace )
  573. ctx->rk = RK = MBEDTLS_PADLOCK_ALIGN16( ctx->buf );
  574. else
  575. #endif
  576. ctx->rk = RK = ctx->buf;
  577. /* Also checks keybits */
  578. if( ( ret = mbedtls_aes_setkey_enc( &cty, key, keybits ) ) != 0 )
  579. goto exit;
  580. ctx->nr = cty.nr;
  581. #if defined(MBEDTLS_AESNI_C) && defined(MBEDTLS_HAVE_X86_64)
  582. if( mbedtls_aesni_has_support( MBEDTLS_AESNI_AES ) )
  583. {
  584. mbedtls_aesni_inverse_key( (unsigned char *) ctx->rk,
  585. (const unsigned char *) cty.rk, ctx->nr );
  586. goto exit;
  587. }
  588. #endif
  589. SK = cty.rk + cty.nr * 4;
  590. *RK++ = *SK++;
  591. *RK++ = *SK++;
  592. *RK++ = *SK++;
  593. *RK++ = *SK++;
  594. for( i = ctx->nr - 1, SK -= 8; i > 0; i--, SK -= 8 )
  595. {
  596. for( j = 0; j < 4; j++, SK++ )
  597. {
  598. *RK++ = AES_RT0( FSb[ MBEDTLS_BYTE_0( *SK ) ] ) ^
  599. AES_RT1( FSb[ MBEDTLS_BYTE_1( *SK ) ] ) ^
  600. AES_RT2( FSb[ MBEDTLS_BYTE_2( *SK ) ] ) ^
  601. AES_RT3( FSb[ MBEDTLS_BYTE_3( *SK ) ] );
  602. }
  603. }
  604. *RK++ = *SK++;
  605. *RK++ = *SK++;
  606. *RK++ = *SK++;
  607. *RK++ = *SK++;
  608. exit:
  609. mbedtls_aes_free( &cty );
  610. return( ret );
  611. }
  612. #endif /* !MBEDTLS_AES_SETKEY_DEC_ALT */
  613. #if defined(MBEDTLS_CIPHER_MODE_XTS)
  614. static int mbedtls_aes_xts_decode_keys( const unsigned char *key,
  615. unsigned int keybits,
  616. const unsigned char **key1,
  617. unsigned int *key1bits,
  618. const unsigned char **key2,
  619. unsigned int *key2bits )
  620. {
  621. const unsigned int half_keybits = keybits / 2;
  622. const unsigned int half_keybytes = half_keybits / 8;
  623. switch( keybits )
  624. {
  625. case 256: break;
  626. case 512: break;
  627. default : return( MBEDTLS_ERR_AES_INVALID_KEY_LENGTH );
  628. }
  629. *key1bits = half_keybits;
  630. *key2bits = half_keybits;
  631. *key1 = &key[0];
  632. *key2 = &key[half_keybytes];
  633. return 0;
  634. }
  635. int mbedtls_aes_xts_setkey_enc( mbedtls_aes_xts_context *ctx,
  636. const unsigned char *key,
  637. unsigned int keybits)
  638. {
  639. int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
  640. const unsigned char *key1, *key2;
  641. unsigned int key1bits, key2bits;
  642. AES_VALIDATE_RET( ctx != NULL );
  643. AES_VALIDATE_RET( key != NULL );
  644. ret = mbedtls_aes_xts_decode_keys( key, keybits, &key1, &key1bits,
  645. &key2, &key2bits );
  646. if( ret != 0 )
  647. return( ret );
  648. /* Set the tweak key. Always set tweak key for the encryption mode. */
  649. ret = mbedtls_aes_setkey_enc( &ctx->tweak, key2, key2bits );
  650. if( ret != 0 )
  651. return( ret );
  652. /* Set crypt key for encryption. */
  653. return mbedtls_aes_setkey_enc( &ctx->crypt, key1, key1bits );
  654. }
  655. int mbedtls_aes_xts_setkey_dec( mbedtls_aes_xts_context *ctx,
  656. const unsigned char *key,
  657. unsigned int keybits)
  658. {
  659. int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
  660. const unsigned char *key1, *key2;
  661. unsigned int key1bits, key2bits;
  662. AES_VALIDATE_RET( ctx != NULL );
  663. AES_VALIDATE_RET( key != NULL );
  664. ret = mbedtls_aes_xts_decode_keys( key, keybits, &key1, &key1bits,
  665. &key2, &key2bits );
  666. if( ret != 0 )
  667. return( ret );
  668. /* Set the tweak key. Always set tweak key for encryption. */
  669. ret = mbedtls_aes_setkey_enc( &ctx->tweak, key2, key2bits );
  670. if( ret != 0 )
  671. return( ret );
  672. /* Set crypt key for decryption. */
  673. return mbedtls_aes_setkey_dec( &ctx->crypt, key1, key1bits );
  674. }
  675. #endif /* MBEDTLS_CIPHER_MODE_XTS */
  676. #define AES_FROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \
  677. do \
  678. { \
  679. (X0) = *RK++ ^ AES_FT0( MBEDTLS_BYTE_0( Y0 ) ) ^ \
  680. AES_FT1( MBEDTLS_BYTE_1( Y1 ) ) ^ \
  681. AES_FT2( MBEDTLS_BYTE_2( Y2 ) ) ^ \
  682. AES_FT3( MBEDTLS_BYTE_3( Y3 ) ); \
  683. \
  684. (X1) = *RK++ ^ AES_FT0( MBEDTLS_BYTE_0( Y1 ) ) ^ \
  685. AES_FT1( MBEDTLS_BYTE_1( Y2 ) ) ^ \
  686. AES_FT2( MBEDTLS_BYTE_2( Y3 ) ) ^ \
  687. AES_FT3( MBEDTLS_BYTE_3( Y0 ) ); \
  688. \
  689. (X2) = *RK++ ^ AES_FT0( MBEDTLS_BYTE_0( Y2 ) ) ^ \
  690. AES_FT1( MBEDTLS_BYTE_1( Y3 ) ) ^ \
  691. AES_FT2( MBEDTLS_BYTE_2( Y0 ) ) ^ \
  692. AES_FT3( MBEDTLS_BYTE_3( Y1 ) ); \
  693. \
  694. (X3) = *RK++ ^ AES_FT0( MBEDTLS_BYTE_0( Y3 ) ) ^ \
  695. AES_FT1( MBEDTLS_BYTE_1( Y0 ) ) ^ \
  696. AES_FT2( MBEDTLS_BYTE_2( Y1 ) ) ^ \
  697. AES_FT3( MBEDTLS_BYTE_3( Y2 ) ); \
  698. } while( 0 )
  699. #define AES_RROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \
  700. do \
  701. { \
  702. (X0) = *RK++ ^ AES_RT0( MBEDTLS_BYTE_0( Y0 ) ) ^ \
  703. AES_RT1( MBEDTLS_BYTE_1( Y3 ) ) ^ \
  704. AES_RT2( MBEDTLS_BYTE_2( Y2 ) ) ^ \
  705. AES_RT3( MBEDTLS_BYTE_3( Y1 ) ); \
  706. \
  707. (X1) = *RK++ ^ AES_RT0( MBEDTLS_BYTE_0( Y1 ) ) ^ \
  708. AES_RT1( MBEDTLS_BYTE_1( Y0 ) ) ^ \
  709. AES_RT2( MBEDTLS_BYTE_2( Y3 ) ) ^ \
  710. AES_RT3( MBEDTLS_BYTE_3( Y2 ) ); \
  711. \
  712. (X2) = *RK++ ^ AES_RT0( MBEDTLS_BYTE_0( Y2 ) ) ^ \
  713. AES_RT1( MBEDTLS_BYTE_1( Y1 ) ) ^ \
  714. AES_RT2( MBEDTLS_BYTE_2( Y0 ) ) ^ \
  715. AES_RT3( MBEDTLS_BYTE_3( Y3 ) ); \
  716. \
  717. (X3) = *RK++ ^ AES_RT0( MBEDTLS_BYTE_0( Y3 ) ) ^ \
  718. AES_RT1( MBEDTLS_BYTE_1( Y2 ) ) ^ \
  719. AES_RT2( MBEDTLS_BYTE_2( Y1 ) ) ^ \
  720. AES_RT3( MBEDTLS_BYTE_3( Y0 ) ); \
  721. } while( 0 )
  722. /*
  723. * AES-ECB block encryption
  724. */
  725. #if !defined(MBEDTLS_AES_ENCRYPT_ALT)
  726. int mbedtls_internal_aes_encrypt( mbedtls_aes_context *ctx,
  727. const unsigned char input[16],
  728. unsigned char output[16] )
  729. {
  730. int i;
  731. uint32_t *RK = ctx->rk;
  732. struct
  733. {
  734. uint32_t X[4];
  735. uint32_t Y[4];
  736. } t;
  737. t.X[0] = MBEDTLS_GET_UINT32_LE( input, 0 ); t.X[0] ^= *RK++;
  738. t.X[1] = MBEDTLS_GET_UINT32_LE( input, 4 ); t.X[1] ^= *RK++;
  739. t.X[2] = MBEDTLS_GET_UINT32_LE( input, 8 ); t.X[2] ^= *RK++;
  740. t.X[3] = MBEDTLS_GET_UINT32_LE( input, 12 ); t.X[3] ^= *RK++;
  741. for( i = ( ctx->nr >> 1 ) - 1; i > 0; i-- )
  742. {
  743. AES_FROUND( t.Y[0], t.Y[1], t.Y[2], t.Y[3], t.X[0], t.X[1], t.X[2], t.X[3] );
  744. AES_FROUND( t.X[0], t.X[1], t.X[2], t.X[3], t.Y[0], t.Y[1], t.Y[2], t.Y[3] );
  745. }
  746. AES_FROUND( t.Y[0], t.Y[1], t.Y[2], t.Y[3], t.X[0], t.X[1], t.X[2], t.X[3] );
  747. t.X[0] = *RK++ ^ \
  748. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( t.Y[0] ) ] ) ^
  749. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( t.Y[1] ) ] << 8 ) ^
  750. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( t.Y[2] ) ] << 16 ) ^
  751. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( t.Y[3] ) ] << 24 );
  752. t.X[1] = *RK++ ^ \
  753. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( t.Y[1] ) ] ) ^
  754. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( t.Y[2] ) ] << 8 ) ^
  755. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( t.Y[3] ) ] << 16 ) ^
  756. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( t.Y[0] ) ] << 24 );
  757. t.X[2] = *RK++ ^ \
  758. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( t.Y[2] ) ] ) ^
  759. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( t.Y[3] ) ] << 8 ) ^
  760. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( t.Y[0] ) ] << 16 ) ^
  761. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( t.Y[1] ) ] << 24 );
  762. t.X[3] = *RK++ ^ \
  763. ( (uint32_t) FSb[ MBEDTLS_BYTE_0( t.Y[3] ) ] ) ^
  764. ( (uint32_t) FSb[ MBEDTLS_BYTE_1( t.Y[0] ) ] << 8 ) ^
  765. ( (uint32_t) FSb[ MBEDTLS_BYTE_2( t.Y[1] ) ] << 16 ) ^
  766. ( (uint32_t) FSb[ MBEDTLS_BYTE_3( t.Y[2] ) ] << 24 );
  767. MBEDTLS_PUT_UINT32_LE( t.X[0], output, 0 );
  768. MBEDTLS_PUT_UINT32_LE( t.X[1], output, 4 );
  769. MBEDTLS_PUT_UINT32_LE( t.X[2], output, 8 );
  770. MBEDTLS_PUT_UINT32_LE( t.X[3], output, 12 );
  771. mbedtls_platform_zeroize( &t, sizeof( t ) );
  772. return( 0 );
  773. }
  774. #endif /* !MBEDTLS_AES_ENCRYPT_ALT */
  775. #if !defined(MBEDTLS_DEPRECATED_REMOVED)
  776. void mbedtls_aes_encrypt( mbedtls_aes_context *ctx,
  777. const unsigned char input[16],
  778. unsigned char output[16] )
  779. {
  780. MBEDTLS_IGNORE_RETURN( mbedtls_internal_aes_encrypt( ctx, input, output ) );
  781. }
  782. #endif /* !MBEDTLS_DEPRECATED_REMOVED */
  783. /*
  784. * AES-ECB block decryption
  785. */
  786. #if !defined(MBEDTLS_AES_DECRYPT_ALT)
  787. int mbedtls_internal_aes_decrypt( mbedtls_aes_context *ctx,
  788. const unsigned char input[16],
  789. unsigned char output[16] )
  790. {
  791. int i;
  792. uint32_t *RK = ctx->rk;
  793. struct
  794. {
  795. uint32_t X[4];
  796. uint32_t Y[4];
  797. } t;
  798. t.X[0] = MBEDTLS_GET_UINT32_LE( input, 0 ); t.X[0] ^= *RK++;
  799. t.X[1] = MBEDTLS_GET_UINT32_LE( input, 4 ); t.X[1] ^= *RK++;
  800. t.X[2] = MBEDTLS_GET_UINT32_LE( input, 8 ); t.X[2] ^= *RK++;
  801. t.X[3] = MBEDTLS_GET_UINT32_LE( input, 12 ); t.X[3] ^= *RK++;
  802. for( i = ( ctx->nr >> 1 ) - 1; i > 0; i-- )
  803. {
  804. AES_RROUND( t.Y[0], t.Y[1], t.Y[2], t.Y[3], t.X[0], t.X[1], t.X[2], t.X[3] );
  805. AES_RROUND( t.X[0], t.X[1], t.X[2], t.X[3], t.Y[0], t.Y[1], t.Y[2], t.Y[3] );
  806. }
  807. AES_RROUND( t.Y[0], t.Y[1], t.Y[2], t.Y[3], t.X[0], t.X[1], t.X[2], t.X[3] );
  808. t.X[0] = *RK++ ^ \
  809. ( (uint32_t) RSb[ MBEDTLS_BYTE_0( t.Y[0] ) ] ) ^
  810. ( (uint32_t) RSb[ MBEDTLS_BYTE_1( t.Y[3] ) ] << 8 ) ^
  811. ( (uint32_t) RSb[ MBEDTLS_BYTE_2( t.Y[2] ) ] << 16 ) ^
  812. ( (uint32_t) RSb[ MBEDTLS_BYTE_3( t.Y[1] ) ] << 24 );
  813. t.X[1] = *RK++ ^ \
  814. ( (uint32_t) RSb[ MBEDTLS_BYTE_0( t.Y[1] ) ] ) ^
  815. ( (uint32_t) RSb[ MBEDTLS_BYTE_1( t.Y[0] ) ] << 8 ) ^
  816. ( (uint32_t) RSb[ MBEDTLS_BYTE_2( t.Y[3] ) ] << 16 ) ^
  817. ( (uint32_t) RSb[ MBEDTLS_BYTE_3( t.Y[2] ) ] << 24 );
  818. t.X[2] = *RK++ ^ \
  819. ( (uint32_t) RSb[ MBEDTLS_BYTE_0( t.Y[2] ) ] ) ^
  820. ( (uint32_t) RSb[ MBEDTLS_BYTE_1( t.Y[1] ) ] << 8 ) ^
  821. ( (uint32_t) RSb[ MBEDTLS_BYTE_2( t.Y[0] ) ] << 16 ) ^
  822. ( (uint32_t) RSb[ MBEDTLS_BYTE_3( t.Y[3] ) ] << 24 );
  823. t.X[3] = *RK++ ^ \
  824. ( (uint32_t) RSb[ MBEDTLS_BYTE_0( t.Y[3] ) ] ) ^
  825. ( (uint32_t) RSb[ MBEDTLS_BYTE_1( t.Y[2] ) ] << 8 ) ^
  826. ( (uint32_t) RSb[ MBEDTLS_BYTE_2( t.Y[1] ) ] << 16 ) ^
  827. ( (uint32_t) RSb[ MBEDTLS_BYTE_3( t.Y[0] ) ] << 24 );
  828. MBEDTLS_PUT_UINT32_LE( t.X[0], output, 0 );
  829. MBEDTLS_PUT_UINT32_LE( t.X[1], output, 4 );
  830. MBEDTLS_PUT_UINT32_LE( t.X[2], output, 8 );
  831. MBEDTLS_PUT_UINT32_LE( t.X[3], output, 12 );
  832. mbedtls_platform_zeroize( &t, sizeof( t ) );
  833. return( 0 );
  834. }
  835. #endif /* !MBEDTLS_AES_DECRYPT_ALT */
  836. #if !defined(MBEDTLS_DEPRECATED_REMOVED)
  837. void mbedtls_aes_decrypt( mbedtls_aes_context *ctx,
  838. const unsigned char input[16],
  839. unsigned char output[16] )
  840. {
  841. MBEDTLS_IGNORE_RETURN( mbedtls_internal_aes_decrypt( ctx, input, output ) );
  842. }
  843. #endif /* !MBEDTLS_DEPRECATED_REMOVED */
  844. /*
  845. * AES-ECB block encryption/decryption
  846. */
  847. int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx,
  848. int mode,
  849. const unsigned char input[16],
  850. unsigned char output[16] )
  851. {
  852. AES_VALIDATE_RET( ctx != NULL );
  853. AES_VALIDATE_RET( input != NULL );
  854. AES_VALIDATE_RET( output != NULL );
  855. AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT ||
  856. mode == MBEDTLS_AES_DECRYPT );
  857. #if defined(MBEDTLS_AESNI_C) && defined(MBEDTLS_HAVE_X86_64)
  858. if( mbedtls_aesni_has_support( MBEDTLS_AESNI_AES ) )
  859. return( mbedtls_aesni_crypt_ecb( ctx, mode, input, output ) );
  860. #endif
  861. #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_HAVE_X86)
  862. if( aes_padlock_ace )
  863. {
  864. if( mbedtls_padlock_xcryptecb( ctx, mode, input, output ) == 0 )
  865. return( 0 );
  866. // If padlock data misaligned, we just fall back to
  867. // unaccelerated mode
  868. //
  869. }
  870. #endif
  871. if( mode == MBEDTLS_AES_ENCRYPT )
  872. return( mbedtls_internal_aes_encrypt( ctx, input, output ) );
  873. else
  874. return( mbedtls_internal_aes_decrypt( ctx, input, output ) );
  875. }
  876. #if defined(MBEDTLS_CIPHER_MODE_CBC)
  877. /*
  878. * AES-CBC buffer encryption/decryption
  879. */
  880. int mbedtls_aes_crypt_cbc( mbedtls_aes_context *ctx,
  881. int mode,
  882. size_t length,
  883. unsigned char iv[16],
  884. const unsigned char *input,
  885. unsigned char *output )
  886. {
  887. int i;
  888. int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
  889. unsigned char temp[16];
  890. AES_VALIDATE_RET( ctx != NULL );
  891. AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT ||
  892. mode == MBEDTLS_AES_DECRYPT );
  893. AES_VALIDATE_RET( iv != NULL );
  894. AES_VALIDATE_RET( input != NULL );
  895. AES_VALIDATE_RET( output != NULL );
  896. if( length % 16 )
  897. return( MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH );
  898. #if defined(MBEDTLS_PADLOCK_C) && defined(MBEDTLS_HAVE_X86)
  899. if( aes_padlock_ace )
  900. {
  901. if( mbedtls_padlock_xcryptcbc( ctx, mode, length, iv, input, output ) == 0 )
  902. return( 0 );
  903. // If padlock data misaligned, we just fall back to
  904. // unaccelerated mode
  905. //
  906. }
  907. #endif
  908. if( mode == MBEDTLS_AES_DECRYPT )
  909. {
  910. while( length > 0 )
  911. {
  912. memcpy( temp, input, 16 );
  913. ret = mbedtls_aes_crypt_ecb( ctx, mode, input, output );
  914. if( ret != 0 )
  915. goto exit;
  916. for( i = 0; i < 16; i++ )
  917. output[i] = (unsigned char)( output[i] ^ iv[i] );
  918. memcpy( iv, temp, 16 );
  919. input += 16;
  920. output += 16;
  921. length -= 16;
  922. }
  923. }
  924. else
  925. {
  926. while( length > 0 )
  927. {
  928. for( i = 0; i < 16; i++ )
  929. output[i] = (unsigned char)( input[i] ^ iv[i] );
  930. ret = mbedtls_aes_crypt_ecb( ctx, mode, output, output );
  931. if( ret != 0 )
  932. goto exit;
  933. memcpy( iv, output, 16 );
  934. input += 16;
  935. output += 16;
  936. length -= 16;
  937. }
  938. }
  939. ret = 0;
  940. exit:
  941. return( ret );
  942. }
  943. #endif /* MBEDTLS_CIPHER_MODE_CBC */
  944. #if defined(MBEDTLS_CIPHER_MODE_XTS)
  945. typedef unsigned char mbedtls_be128[16];
  946. /*
  947. * GF(2^128) multiplication function
  948. *
  949. * This function multiplies a field element by x in the polynomial field
  950. * representation. It uses 64-bit word operations to gain speed but compensates
  951. * for machine endianess and hence works correctly on both big and little
  952. * endian machines.
  953. */
  954. static void mbedtls_gf128mul_x_ble( unsigned char r[16],
  955. const unsigned char x[16] )
  956. {
  957. uint64_t a, b, ra, rb;
  958. a = MBEDTLS_GET_UINT64_LE( x, 0 );
  959. b = MBEDTLS_GET_UINT64_LE( x, 8 );
  960. ra = ( a << 1 ) ^ 0x0087 >> ( 8 - ( ( b >> 63 ) << 3 ) );
  961. rb = ( a >> 63 ) | ( b << 1 );
  962. MBEDTLS_PUT_UINT64_LE( ra, r, 0 );
  963. MBEDTLS_PUT_UINT64_LE( rb, r, 8 );
  964. }
  965. /*
  966. * AES-XTS buffer encryption/decryption
  967. */
  968. int mbedtls_aes_crypt_xts( mbedtls_aes_xts_context *ctx,
  969. int mode,
  970. size_t length,
  971. const unsigned char data_unit[16],
  972. const unsigned char *input,
  973. unsigned char *output )
  974. {
  975. int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
  976. size_t blocks = length / 16;
  977. size_t leftover = length % 16;
  978. unsigned char tweak[16];
  979. unsigned char prev_tweak[16];
  980. unsigned char tmp[16];
  981. AES_VALIDATE_RET( ctx != NULL );
  982. AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT ||
  983. mode == MBEDTLS_AES_DECRYPT );
  984. AES_VALIDATE_RET( data_unit != NULL );
  985. AES_VALIDATE_RET( input != NULL );
  986. AES_VALIDATE_RET( output != NULL );
  987. /* Data units must be at least 16 bytes long. */
  988. if( length < 16 )
  989. return MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH;
  990. /* NIST SP 800-38E disallows data units larger than 2**20 blocks. */
  991. if( length > ( 1 << 20 ) * 16 )
  992. return MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH;
  993. /* Compute the tweak. */
  994. ret = mbedtls_aes_crypt_ecb( &ctx->tweak, MBEDTLS_AES_ENCRYPT,
  995. data_unit, tweak );
  996. if( ret != 0 )
  997. return( ret );
  998. while( blocks-- )
  999. {
  1000. size_t i;
  1001. if( leftover && ( mode == MBEDTLS_AES_DECRYPT ) && blocks == 0 )
  1002. {
  1003. /* We are on the last block in a decrypt operation that has
  1004. * leftover bytes, so we need to use the next tweak for this block,
  1005. * and this tweak for the lefover bytes. Save the current tweak for
  1006. * the leftovers and then update the current tweak for use on this,
  1007. * the last full block. */
  1008. memcpy( prev_tweak, tweak, sizeof( tweak ) );
  1009. mbedtls_gf128mul_x_ble( tweak, tweak );
  1010. }
  1011. for( i = 0; i < 16; i++ )
  1012. tmp[i] = input[i] ^ tweak[i];
  1013. ret = mbedtls_aes_crypt_ecb( &ctx->crypt, mode, tmp, tmp );
  1014. if( ret != 0 )
  1015. return( ret );
  1016. for( i = 0; i < 16; i++ )
  1017. output[i] = tmp[i] ^ tweak[i];
  1018. /* Update the tweak for the next block. */
  1019. mbedtls_gf128mul_x_ble( tweak, tweak );
  1020. output += 16;
  1021. input += 16;
  1022. }
  1023. if( leftover )
  1024. {
  1025. /* If we are on the leftover bytes in a decrypt operation, we need to
  1026. * use the previous tweak for these bytes (as saved in prev_tweak). */
  1027. unsigned char *t = mode == MBEDTLS_AES_DECRYPT ? prev_tweak : tweak;
  1028. /* We are now on the final part of the data unit, which doesn't divide
  1029. * evenly by 16. It's time for ciphertext stealing. */
  1030. size_t i;
  1031. unsigned char *prev_output = output - 16;
  1032. /* Copy ciphertext bytes from the previous block to our output for each
  1033. * byte of cyphertext we won't steal. At the same time, copy the
  1034. * remainder of the input for this final round (since the loop bounds
  1035. * are the same). */
  1036. for( i = 0; i < leftover; i++ )
  1037. {
  1038. output[i] = prev_output[i];
  1039. tmp[i] = input[i] ^ t[i];
  1040. }
  1041. /* Copy ciphertext bytes from the previous block for input in this
  1042. * round. */
  1043. for( ; i < 16; i++ )
  1044. tmp[i] = prev_output[i] ^ t[i];
  1045. ret = mbedtls_aes_crypt_ecb( &ctx->crypt, mode, tmp, tmp );
  1046. if( ret != 0 )
  1047. return ret;
  1048. /* Write the result back to the previous block, overriding the previous
  1049. * output we copied. */
  1050. for( i = 0; i < 16; i++ )
  1051. prev_output[i] = tmp[i] ^ t[i];
  1052. }
  1053. return( 0 );
  1054. }
  1055. #endif /* MBEDTLS_CIPHER_MODE_XTS */
  1056. #if defined(MBEDTLS_CIPHER_MODE_CFB)
  1057. /*
  1058. * AES-CFB128 buffer encryption/decryption
  1059. */
  1060. int mbedtls_aes_crypt_cfb128( mbedtls_aes_context *ctx,
  1061. int mode,
  1062. size_t length,
  1063. size_t *iv_off,
  1064. unsigned char iv[16],
  1065. const unsigned char *input,
  1066. unsigned char *output )
  1067. {
  1068. int c;
  1069. int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
  1070. size_t n;
  1071. AES_VALIDATE_RET( ctx != NULL );
  1072. AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT ||
  1073. mode == MBEDTLS_AES_DECRYPT );
  1074. AES_VALIDATE_RET( iv_off != NULL );
  1075. AES_VALIDATE_RET( iv != NULL );
  1076. AES_VALIDATE_RET( input != NULL );
  1077. AES_VALIDATE_RET( output != NULL );
  1078. n = *iv_off;
  1079. if( n > 15 )
  1080. return( MBEDTLS_ERR_AES_BAD_INPUT_DATA );
  1081. if( mode == MBEDTLS_AES_DECRYPT )
  1082. {
  1083. while( length-- )
  1084. {
  1085. if( n == 0 )
  1086. {
  1087. ret = mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv );
  1088. if( ret != 0 )
  1089. goto exit;
  1090. }
  1091. c = *input++;
  1092. *output++ = (unsigned char)( c ^ iv[n] );
  1093. iv[n] = (unsigned char) c;
  1094. n = ( n + 1 ) & 0x0F;
  1095. }
  1096. }
  1097. else
  1098. {
  1099. while( length-- )
  1100. {
  1101. if( n == 0 )
  1102. {
  1103. ret = mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv );
  1104. if( ret != 0 )
  1105. goto exit;
  1106. }
  1107. iv[n] = *output++ = (unsigned char)( iv[n] ^ *input++ );
  1108. n = ( n + 1 ) & 0x0F;
  1109. }
  1110. }
  1111. *iv_off = n;
  1112. ret = 0;
  1113. exit:
  1114. return( ret );
  1115. }
  1116. /*
  1117. * AES-CFB8 buffer encryption/decryption
  1118. */
  1119. int mbedtls_aes_crypt_cfb8( mbedtls_aes_context *ctx,
  1120. int mode,
  1121. size_t length,
  1122. unsigned char iv[16],
  1123. const unsigned char *input,
  1124. unsigned char *output )
  1125. {
  1126. int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
  1127. unsigned char c;
  1128. unsigned char ov[17];
  1129. AES_VALIDATE_RET( ctx != NULL );
  1130. AES_VALIDATE_RET( mode == MBEDTLS_AES_ENCRYPT ||
  1131. mode == MBEDTLS_AES_DECRYPT );
  1132. AES_VALIDATE_RET( iv != NULL );
  1133. AES_VALIDATE_RET( input != NULL );
  1134. AES_VALIDATE_RET( output != NULL );
  1135. while( length-- )
  1136. {
  1137. memcpy( ov, iv, 16 );
  1138. ret = mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv );
  1139. if( ret != 0 )
  1140. goto exit;
  1141. if( mode == MBEDTLS_AES_DECRYPT )
  1142. ov[16] = *input;
  1143. c = *output++ = (unsigned char)( iv[0] ^ *input++ );
  1144. if( mode == MBEDTLS_AES_ENCRYPT )
  1145. ov[16] = c;
  1146. memcpy( iv, ov + 1, 16 );
  1147. }
  1148. ret = 0;
  1149. exit:
  1150. return( ret );
  1151. }
  1152. #endif /* MBEDTLS_CIPHER_MODE_CFB */
  1153. #if defined(MBEDTLS_CIPHER_MODE_OFB)
  1154. /*
  1155. * AES-OFB (Output Feedback Mode) buffer encryption/decryption
  1156. */
  1157. int mbedtls_aes_crypt_ofb( mbedtls_aes_context *ctx,
  1158. size_t length,
  1159. size_t *iv_off,
  1160. unsigned char iv[16],
  1161. const unsigned char *input,
  1162. unsigned char *output )
  1163. {
  1164. int ret = 0;
  1165. size_t n;
  1166. AES_VALIDATE_RET( ctx != NULL );
  1167. AES_VALIDATE_RET( iv_off != NULL );
  1168. AES_VALIDATE_RET( iv != NULL );
  1169. AES_VALIDATE_RET( input != NULL );
  1170. AES_VALIDATE_RET( output != NULL );
  1171. n = *iv_off;
  1172. if( n > 15 )
  1173. return( MBEDTLS_ERR_AES_BAD_INPUT_DATA );
  1174. while( length-- )
  1175. {
  1176. if( n == 0 )
  1177. {
  1178. ret = mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, iv, iv );
  1179. if( ret != 0 )
  1180. goto exit;
  1181. }
  1182. *output++ = *input++ ^ iv[n];
  1183. n = ( n + 1 ) & 0x0F;
  1184. }
  1185. *iv_off = n;
  1186. exit:
  1187. return( ret );
  1188. }
  1189. #endif /* MBEDTLS_CIPHER_MODE_OFB */
  1190. #if defined(MBEDTLS_CIPHER_MODE_CTR)
  1191. /*
  1192. * AES-CTR buffer encryption/decryption
  1193. */
  1194. int mbedtls_aes_crypt_ctr( mbedtls_aes_context *ctx,
  1195. size_t length,
  1196. size_t *nc_off,
  1197. unsigned char nonce_counter[16],
  1198. unsigned char stream_block[16],
  1199. const unsigned char *input,
  1200. unsigned char *output )
  1201. {
  1202. int c, i;
  1203. int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
  1204. size_t n;
  1205. AES_VALIDATE_RET( ctx != NULL );
  1206. AES_VALIDATE_RET( nc_off != NULL );
  1207. AES_VALIDATE_RET( nonce_counter != NULL );
  1208. AES_VALIDATE_RET( stream_block != NULL );
  1209. AES_VALIDATE_RET( input != NULL );
  1210. AES_VALIDATE_RET( output != NULL );
  1211. n = *nc_off;
  1212. if ( n > 0x0F )
  1213. return( MBEDTLS_ERR_AES_BAD_INPUT_DATA );
  1214. while( length-- )
  1215. {
  1216. if( n == 0 ) {
  1217. ret = mbedtls_aes_crypt_ecb( ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block );
  1218. if( ret != 0 )
  1219. goto exit;
  1220. for( i = 16; i > 0; i-- )
  1221. if( ++nonce_counter[i - 1] != 0 )
  1222. break;
  1223. }
  1224. c = *input++;
  1225. *output++ = (unsigned char)( c ^ stream_block[n] );
  1226. n = ( n + 1 ) & 0x0F;
  1227. }
  1228. *nc_off = n;
  1229. ret = 0;
  1230. exit:
  1231. return( ret );
  1232. }
  1233. #endif /* MBEDTLS_CIPHER_MODE_CTR */
  1234. #endif /* !MBEDTLS_AES_ALT */
  1235. #if defined(MBEDTLS_SELF_TEST)
  1236. /*
  1237. * AES test vectors from:
  1238. *
  1239. * http://csrc.nist.gov/archive/aes/rijndael/rijndael-vals.zip
  1240. */
  1241. static const unsigned char aes_test_ecb_dec[3][16] =
  1242. {
  1243. { 0x44, 0x41, 0x6A, 0xC2, 0xD1, 0xF5, 0x3C, 0x58,
  1244. 0x33, 0x03, 0x91, 0x7E, 0x6B, 0xE9, 0xEB, 0xE0 },
  1245. { 0x48, 0xE3, 0x1E, 0x9E, 0x25, 0x67, 0x18, 0xF2,
  1246. 0x92, 0x29, 0x31, 0x9C, 0x19, 0xF1, 0x5B, 0xA4 },
  1247. { 0x05, 0x8C, 0xCF, 0xFD, 0xBB, 0xCB, 0x38, 0x2D,
  1248. 0x1F, 0x6F, 0x56, 0x58, 0x5D, 0x8A, 0x4A, 0xDE }
  1249. };
  1250. static const unsigned char aes_test_ecb_enc[3][16] =
  1251. {
  1252. { 0xC3, 0x4C, 0x05, 0x2C, 0xC0, 0xDA, 0x8D, 0x73,
  1253. 0x45, 0x1A, 0xFE, 0x5F, 0x03, 0xBE, 0x29, 0x7F },
  1254. { 0xF3, 0xF6, 0x75, 0x2A, 0xE8, 0xD7, 0x83, 0x11,
  1255. 0x38, 0xF0, 0x41, 0x56, 0x06, 0x31, 0xB1, 0x14 },
  1256. { 0x8B, 0x79, 0xEE, 0xCC, 0x93, 0xA0, 0xEE, 0x5D,
  1257. 0xFF, 0x30, 0xB4, 0xEA, 0x21, 0x63, 0x6D, 0xA4 }
  1258. };
  1259. #if defined(MBEDTLS_CIPHER_MODE_CBC)
  1260. static const unsigned char aes_test_cbc_dec[3][16] =
  1261. {
  1262. { 0xFA, 0xCA, 0x37, 0xE0, 0xB0, 0xC8, 0x53, 0x73,
  1263. 0xDF, 0x70, 0x6E, 0x73, 0xF7, 0xC9, 0xAF, 0x86 },
  1264. { 0x5D, 0xF6, 0x78, 0xDD, 0x17, 0xBA, 0x4E, 0x75,
  1265. 0xB6, 0x17, 0x68, 0xC6, 0xAD, 0xEF, 0x7C, 0x7B },
  1266. { 0x48, 0x04, 0xE1, 0x81, 0x8F, 0xE6, 0x29, 0x75,
  1267. 0x19, 0xA3, 0xE8, 0x8C, 0x57, 0x31, 0x04, 0x13 }
  1268. };
  1269. static const unsigned char aes_test_cbc_enc[3][16] =
  1270. {
  1271. { 0x8A, 0x05, 0xFC, 0x5E, 0x09, 0x5A, 0xF4, 0x84,
  1272. 0x8A, 0x08, 0xD3, 0x28, 0xD3, 0x68, 0x8E, 0x3D },
  1273. { 0x7B, 0xD9, 0x66, 0xD5, 0x3A, 0xD8, 0xC1, 0xBB,
  1274. 0x85, 0xD2, 0xAD, 0xFA, 0xE8, 0x7B, 0xB1, 0x04 },
  1275. { 0xFE, 0x3C, 0x53, 0x65, 0x3E, 0x2F, 0x45, 0xB5,
  1276. 0x6F, 0xCD, 0x88, 0xB2, 0xCC, 0x89, 0x8F, 0xF0 }
  1277. };
  1278. #endif /* MBEDTLS_CIPHER_MODE_CBC */
  1279. #if defined(MBEDTLS_CIPHER_MODE_CFB)
  1280. /*
  1281. * AES-CFB128 test vectors from:
  1282. *
  1283. * http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf
  1284. */
  1285. static const unsigned char aes_test_cfb128_key[3][32] =
  1286. {
  1287. { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6,
  1288. 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C },
  1289. { 0x8E, 0x73, 0xB0, 0xF7, 0xDA, 0x0E, 0x64, 0x52,
  1290. 0xC8, 0x10, 0xF3, 0x2B, 0x80, 0x90, 0x79, 0xE5,
  1291. 0x62, 0xF8, 0xEA, 0xD2, 0x52, 0x2C, 0x6B, 0x7B },
  1292. { 0x60, 0x3D, 0xEB, 0x10, 0x15, 0xCA, 0x71, 0xBE,
  1293. 0x2B, 0x73, 0xAE, 0xF0, 0x85, 0x7D, 0x77, 0x81,
  1294. 0x1F, 0x35, 0x2C, 0x07, 0x3B, 0x61, 0x08, 0xD7,
  1295. 0x2D, 0x98, 0x10, 0xA3, 0x09, 0x14, 0xDF, 0xF4 }
  1296. };
  1297. static const unsigned char aes_test_cfb128_iv[16] =
  1298. {
  1299. 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
  1300. 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F
  1301. };
  1302. static const unsigned char aes_test_cfb128_pt[64] =
  1303. {
  1304. 0x6B, 0xC1, 0xBE, 0xE2, 0x2E, 0x40, 0x9F, 0x96,
  1305. 0xE9, 0x3D, 0x7E, 0x11, 0x73, 0x93, 0x17, 0x2A,
  1306. 0xAE, 0x2D, 0x8A, 0x57, 0x1E, 0x03, 0xAC, 0x9C,
  1307. 0x9E, 0xB7, 0x6F, 0xAC, 0x45, 0xAF, 0x8E, 0x51,
  1308. 0x30, 0xC8, 0x1C, 0x46, 0xA3, 0x5C, 0xE4, 0x11,
  1309. 0xE5, 0xFB, 0xC1, 0x19, 0x1A, 0x0A, 0x52, 0xEF,
  1310. 0xF6, 0x9F, 0x24, 0x45, 0xDF, 0x4F, 0x9B, 0x17,
  1311. 0xAD, 0x2B, 0x41, 0x7B, 0xE6, 0x6C, 0x37, 0x10
  1312. };
  1313. static const unsigned char aes_test_cfb128_ct[3][64] =
  1314. {
  1315. { 0x3B, 0x3F, 0xD9, 0x2E, 0xB7, 0x2D, 0xAD, 0x20,
  1316. 0x33, 0x34, 0x49, 0xF8, 0xE8, 0x3C, 0xFB, 0x4A,
  1317. 0xC8, 0xA6, 0x45, 0x37, 0xA0, 0xB3, 0xA9, 0x3F,
  1318. 0xCD, 0xE3, 0xCD, 0xAD, 0x9F, 0x1C, 0xE5, 0x8B,
  1319. 0x26, 0x75, 0x1F, 0x67, 0xA3, 0xCB, 0xB1, 0x40,
  1320. 0xB1, 0x80, 0x8C, 0xF1, 0x87, 0xA4, 0xF4, 0xDF,
  1321. 0xC0, 0x4B, 0x05, 0x35, 0x7C, 0x5D, 0x1C, 0x0E,
  1322. 0xEA, 0xC4, 0xC6, 0x6F, 0x9F, 0xF7, 0xF2, 0xE6 },
  1323. { 0xCD, 0xC8, 0x0D, 0x6F, 0xDD, 0xF1, 0x8C, 0xAB,
  1324. 0x34, 0xC2, 0x59, 0x09, 0xC9, 0x9A, 0x41, 0x74,
  1325. 0x67, 0xCE, 0x7F, 0x7F, 0x81, 0x17, 0x36, 0x21,
  1326. 0x96, 0x1A, 0x2B, 0x70, 0x17, 0x1D, 0x3D, 0x7A,
  1327. 0x2E, 0x1E, 0x8A, 0x1D, 0xD5, 0x9B, 0x88, 0xB1,
  1328. 0xC8, 0xE6, 0x0F, 0xED, 0x1E, 0xFA, 0xC4, 0xC9,
  1329. 0xC0, 0x5F, 0x9F, 0x9C, 0xA9, 0x83, 0x4F, 0xA0,
  1330. 0x42, 0xAE, 0x8F, 0xBA, 0x58, 0x4B, 0x09, 0xFF },
  1331. { 0xDC, 0x7E, 0x84, 0xBF, 0xDA, 0x79, 0x16, 0x4B,
  1332. 0x7E, 0xCD, 0x84, 0x86, 0x98, 0x5D, 0x38, 0x60,
  1333. 0x39, 0xFF, 0xED, 0x14, 0x3B, 0x28, 0xB1, 0xC8,
  1334. 0x32, 0x11, 0x3C, 0x63, 0x31, 0xE5, 0x40, 0x7B,
  1335. 0xDF, 0x10, 0x13, 0x24, 0x15, 0xE5, 0x4B, 0x92,
  1336. 0xA1, 0x3E, 0xD0, 0xA8, 0x26, 0x7A, 0xE2, 0xF9,
  1337. 0x75, 0xA3, 0x85, 0x74, 0x1A, 0xB9, 0xCE, 0xF8,
  1338. 0x20, 0x31, 0x62, 0x3D, 0x55, 0xB1, 0xE4, 0x71 }
  1339. };
  1340. #endif /* MBEDTLS_CIPHER_MODE_CFB */
  1341. #if defined(MBEDTLS_CIPHER_MODE_OFB)
  1342. /*
  1343. * AES-OFB test vectors from:
  1344. *
  1345. * https://csrc.nist.gov/publications/detail/sp/800-38a/final
  1346. */
  1347. static const unsigned char aes_test_ofb_key[3][32] =
  1348. {
  1349. { 0x2B, 0x7E, 0x15, 0x16, 0x28, 0xAE, 0xD2, 0xA6,
  1350. 0xAB, 0xF7, 0x15, 0x88, 0x09, 0xCF, 0x4F, 0x3C },
  1351. { 0x8E, 0x73, 0xB0, 0xF7, 0xDA, 0x0E, 0x64, 0x52,
  1352. 0xC8, 0x10, 0xF3, 0x2B, 0x80, 0x90, 0x79, 0xE5,
  1353. 0x62, 0xF8, 0xEA, 0xD2, 0x52, 0x2C, 0x6B, 0x7B },
  1354. { 0x60, 0x3D, 0xEB, 0x10, 0x15, 0xCA, 0x71, 0xBE,
  1355. 0x2B, 0x73, 0xAE, 0xF0, 0x85, 0x7D, 0x77, 0x81,
  1356. 0x1F, 0x35, 0x2C, 0x07, 0x3B, 0x61, 0x08, 0xD7,
  1357. 0x2D, 0x98, 0x10, 0xA3, 0x09, 0x14, 0xDF, 0xF4 }
  1358. };
  1359. static const unsigned char aes_test_ofb_iv[16] =
  1360. {
  1361. 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
  1362. 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F
  1363. };
  1364. static const unsigned char aes_test_ofb_pt[64] =
  1365. {
  1366. 0x6B, 0xC1, 0xBE, 0xE2, 0x2E, 0x40, 0x9F, 0x96,
  1367. 0xE9, 0x3D, 0x7E, 0x11, 0x73, 0x93, 0x17, 0x2A,
  1368. 0xAE, 0x2D, 0x8A, 0x57, 0x1E, 0x03, 0xAC, 0x9C,
  1369. 0x9E, 0xB7, 0x6F, 0xAC, 0x45, 0xAF, 0x8E, 0x51,
  1370. 0x30, 0xC8, 0x1C, 0x46, 0xA3, 0x5C, 0xE4, 0x11,
  1371. 0xE5, 0xFB, 0xC1, 0x19, 0x1A, 0x0A, 0x52, 0xEF,
  1372. 0xF6, 0x9F, 0x24, 0x45, 0xDF, 0x4F, 0x9B, 0x17,
  1373. 0xAD, 0x2B, 0x41, 0x7B, 0xE6, 0x6C, 0x37, 0x10
  1374. };
  1375. static const unsigned char aes_test_ofb_ct[3][64] =
  1376. {
  1377. { 0x3B, 0x3F, 0xD9, 0x2E, 0xB7, 0x2D, 0xAD, 0x20,
  1378. 0x33, 0x34, 0x49, 0xF8, 0xE8, 0x3C, 0xFB, 0x4A,
  1379. 0x77, 0x89, 0x50, 0x8d, 0x16, 0x91, 0x8f, 0x03,
  1380. 0xf5, 0x3c, 0x52, 0xda, 0xc5, 0x4e, 0xd8, 0x25,
  1381. 0x97, 0x40, 0x05, 0x1e, 0x9c, 0x5f, 0xec, 0xf6,
  1382. 0x43, 0x44, 0xf7, 0xa8, 0x22, 0x60, 0xed, 0xcc,
  1383. 0x30, 0x4c, 0x65, 0x28, 0xf6, 0x59, 0xc7, 0x78,
  1384. 0x66, 0xa5, 0x10, 0xd9, 0xc1, 0xd6, 0xae, 0x5e },
  1385. { 0xCD, 0xC8, 0x0D, 0x6F, 0xDD, 0xF1, 0x8C, 0xAB,
  1386. 0x34, 0xC2, 0x59, 0x09, 0xC9, 0x9A, 0x41, 0x74,
  1387. 0xfc, 0xc2, 0x8b, 0x8d, 0x4c, 0x63, 0x83, 0x7c,
  1388. 0x09, 0xe8, 0x17, 0x00, 0xc1, 0x10, 0x04, 0x01,
  1389. 0x8d, 0x9a, 0x9a, 0xea, 0xc0, 0xf6, 0x59, 0x6f,
  1390. 0x55, 0x9c, 0x6d, 0x4d, 0xaf, 0x59, 0xa5, 0xf2,
  1391. 0x6d, 0x9f, 0x20, 0x08, 0x57, 0xca, 0x6c, 0x3e,
  1392. 0x9c, 0xac, 0x52, 0x4b, 0xd9, 0xac, 0xc9, 0x2a },
  1393. { 0xDC, 0x7E, 0x84, 0xBF, 0xDA, 0x79, 0x16, 0x4B,
  1394. 0x7E, 0xCD, 0x84, 0x86, 0x98, 0x5D, 0x38, 0x60,
  1395. 0x4f, 0xeb, 0xdc, 0x67, 0x40, 0xd2, 0x0b, 0x3a,
  1396. 0xc8, 0x8f, 0x6a, 0xd8, 0x2a, 0x4f, 0xb0, 0x8d,
  1397. 0x71, 0xab, 0x47, 0xa0, 0x86, 0xe8, 0x6e, 0xed,
  1398. 0xf3, 0x9d, 0x1c, 0x5b, 0xba, 0x97, 0xc4, 0x08,
  1399. 0x01, 0x26, 0x14, 0x1d, 0x67, 0xf3, 0x7b, 0xe8,
  1400. 0x53, 0x8f, 0x5a, 0x8b, 0xe7, 0x40, 0xe4, 0x84 }
  1401. };
  1402. #endif /* MBEDTLS_CIPHER_MODE_OFB */
  1403. #if defined(MBEDTLS_CIPHER_MODE_CTR)
  1404. /*
  1405. * AES-CTR test vectors from:
  1406. *
  1407. * http://www.faqs.org/rfcs/rfc3686.html
  1408. */
  1409. static const unsigned char aes_test_ctr_key[3][16] =
  1410. {
  1411. { 0xAE, 0x68, 0x52, 0xF8, 0x12, 0x10, 0x67, 0xCC,
  1412. 0x4B, 0xF7, 0xA5, 0x76, 0x55, 0x77, 0xF3, 0x9E },
  1413. { 0x7E, 0x24, 0x06, 0x78, 0x17, 0xFA, 0xE0, 0xD7,
  1414. 0x43, 0xD6, 0xCE, 0x1F, 0x32, 0x53, 0x91, 0x63 },
  1415. { 0x76, 0x91, 0xBE, 0x03, 0x5E, 0x50, 0x20, 0xA8,
  1416. 0xAC, 0x6E, 0x61, 0x85, 0x29, 0xF9, 0xA0, 0xDC }
  1417. };
  1418. static const unsigned char aes_test_ctr_nonce_counter[3][16] =
  1419. {
  1420. { 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00,
  1421. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 },
  1422. { 0x00, 0x6C, 0xB6, 0xDB, 0xC0, 0x54, 0x3B, 0x59,
  1423. 0xDA, 0x48, 0xD9, 0x0B, 0x00, 0x00, 0x00, 0x01 },
  1424. { 0x00, 0xE0, 0x01, 0x7B, 0x27, 0x77, 0x7F, 0x3F,
  1425. 0x4A, 0x17, 0x86, 0xF0, 0x00, 0x00, 0x00, 0x01 }
  1426. };
  1427. static const unsigned char aes_test_ctr_pt[3][48] =
  1428. {
  1429. { 0x53, 0x69, 0x6E, 0x67, 0x6C, 0x65, 0x20, 0x62,
  1430. 0x6C, 0x6F, 0x63, 0x6B, 0x20, 0x6D, 0x73, 0x67 },
  1431. { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
  1432. 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
  1433. 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
  1434. 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F },
  1435. { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
  1436. 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F,
  1437. 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
  1438. 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F,
  1439. 0x20, 0x21, 0x22, 0x23 }
  1440. };
  1441. static const unsigned char aes_test_ctr_ct[3][48] =
  1442. {
  1443. { 0xE4, 0x09, 0x5D, 0x4F, 0xB7, 0xA7, 0xB3, 0x79,
  1444. 0x2D, 0x61, 0x75, 0xA3, 0x26, 0x13, 0x11, 0xB8 },
  1445. { 0x51, 0x04, 0xA1, 0x06, 0x16, 0x8A, 0x72, 0xD9,
  1446. 0x79, 0x0D, 0x41, 0xEE, 0x8E, 0xDA, 0xD3, 0x88,
  1447. 0xEB, 0x2E, 0x1E, 0xFC, 0x46, 0xDA, 0x57, 0xC8,
  1448. 0xFC, 0xE6, 0x30, 0xDF, 0x91, 0x41, 0xBE, 0x28 },
  1449. { 0xC1, 0xCF, 0x48, 0xA8, 0x9F, 0x2F, 0xFD, 0xD9,
  1450. 0xCF, 0x46, 0x52, 0xE9, 0xEF, 0xDB, 0x72, 0xD7,
  1451. 0x45, 0x40, 0xA4, 0x2B, 0xDE, 0x6D, 0x78, 0x36,
  1452. 0xD5, 0x9A, 0x5C, 0xEA, 0xAE, 0xF3, 0x10, 0x53,
  1453. 0x25, 0xB2, 0x07, 0x2F }
  1454. };
  1455. static const int aes_test_ctr_len[3] =
  1456. { 16, 32, 36 };
  1457. #endif /* MBEDTLS_CIPHER_MODE_CTR */
  1458. #if defined(MBEDTLS_CIPHER_MODE_XTS)
  1459. /*
  1460. * AES-XTS test vectors from:
  1461. *
  1462. * IEEE P1619/D16 Annex B
  1463. * https://web.archive.org/web/20150629024421/http://grouper.ieee.org/groups/1619/email/pdf00086.pdf
  1464. * (Archived from original at http://grouper.ieee.org/groups/1619/email/pdf00086.pdf)
  1465. */
  1466. static const unsigned char aes_test_xts_key[][32] =
  1467. {
  1468. { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1469. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1470. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1471. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
  1472. { 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11,
  1473. 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11,
  1474. 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22,
  1475. 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 },
  1476. { 0xff, 0xfe, 0xfd, 0xfc, 0xfb, 0xfa, 0xf9, 0xf8,
  1477. 0xf7, 0xf6, 0xf5, 0xf4, 0xf3, 0xf2, 0xf1, 0xf0,
  1478. 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22,
  1479. 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 },
  1480. };
  1481. static const unsigned char aes_test_xts_pt32[][32] =
  1482. {
  1483. { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1484. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1485. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1486. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
  1487. { 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44,
  1488. 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44,
  1489. 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44,
  1490. 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44 },
  1491. { 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44,
  1492. 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44,
  1493. 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44,
  1494. 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44, 0x44 },
  1495. };
  1496. static const unsigned char aes_test_xts_ct32[][32] =
  1497. {
  1498. { 0x91, 0x7c, 0xf6, 0x9e, 0xbd, 0x68, 0xb2, 0xec,
  1499. 0x9b, 0x9f, 0xe9, 0xa3, 0xea, 0xdd, 0xa6, 0x92,
  1500. 0xcd, 0x43, 0xd2, 0xf5, 0x95, 0x98, 0xed, 0x85,
  1501. 0x8c, 0x02, 0xc2, 0x65, 0x2f, 0xbf, 0x92, 0x2e },
  1502. { 0xc4, 0x54, 0x18, 0x5e, 0x6a, 0x16, 0x93, 0x6e,
  1503. 0x39, 0x33, 0x40, 0x38, 0xac, 0xef, 0x83, 0x8b,
  1504. 0xfb, 0x18, 0x6f, 0xff, 0x74, 0x80, 0xad, 0xc4,
  1505. 0x28, 0x93, 0x82, 0xec, 0xd6, 0xd3, 0x94, 0xf0 },
  1506. { 0xaf, 0x85, 0x33, 0x6b, 0x59, 0x7a, 0xfc, 0x1a,
  1507. 0x90, 0x0b, 0x2e, 0xb2, 0x1e, 0xc9, 0x49, 0xd2,
  1508. 0x92, 0xdf, 0x4c, 0x04, 0x7e, 0x0b, 0x21, 0x53,
  1509. 0x21, 0x86, 0xa5, 0x97, 0x1a, 0x22, 0x7a, 0x89 },
  1510. };
  1511. static const unsigned char aes_test_xts_data_unit[][16] =
  1512. {
  1513. { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  1514. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
  1515. { 0x33, 0x33, 0x33, 0x33, 0x33, 0x00, 0x00, 0x00,
  1516. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
  1517. { 0x33, 0x33, 0x33, 0x33, 0x33, 0x00, 0x00, 0x00,
  1518. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
  1519. };
  1520. #endif /* MBEDTLS_CIPHER_MODE_XTS */
  1521. /*
  1522. * Checkup routine
  1523. */
  1524. int mbedtls_aes_self_test( int verbose )
  1525. {
  1526. int ret = 0, i, j, u, mode;
  1527. unsigned int keybits;
  1528. unsigned char key[32];
  1529. unsigned char buf[64];
  1530. const unsigned char *aes_tests;
  1531. #if defined(MBEDTLS_CIPHER_MODE_CBC) || defined(MBEDTLS_CIPHER_MODE_CFB)
  1532. unsigned char iv[16];
  1533. #endif
  1534. #if defined(MBEDTLS_CIPHER_MODE_CBC)
  1535. unsigned char prv[16];
  1536. #endif
  1537. #if defined(MBEDTLS_CIPHER_MODE_CTR) || defined(MBEDTLS_CIPHER_MODE_CFB) || \
  1538. defined(MBEDTLS_CIPHER_MODE_OFB)
  1539. size_t offset;
  1540. #endif
  1541. #if defined(MBEDTLS_CIPHER_MODE_CTR) || defined(MBEDTLS_CIPHER_MODE_XTS)
  1542. int len;
  1543. #endif
  1544. #if defined(MBEDTLS_CIPHER_MODE_CTR)
  1545. unsigned char nonce_counter[16];
  1546. unsigned char stream_block[16];
  1547. #endif
  1548. mbedtls_aes_context ctx;
  1549. memset( key, 0, 32 );
  1550. mbedtls_aes_init( &ctx );
  1551. /*
  1552. * ECB mode
  1553. */
  1554. for( i = 0; i < 6; i++ )
  1555. {
  1556. u = i >> 1;
  1557. keybits = 128 + u * 64;
  1558. mode = i & 1;
  1559. if( verbose != 0 )
  1560. mbedtls_printf( " AES-ECB-%3u (%s): ", keybits,
  1561. ( mode == MBEDTLS_AES_DECRYPT ) ? "dec" : "enc" );
  1562. memset( buf, 0, 16 );
  1563. if( mode == MBEDTLS_AES_DECRYPT )
  1564. {
  1565. ret = mbedtls_aes_setkey_dec( &ctx, key, keybits );
  1566. aes_tests = aes_test_ecb_dec[u];
  1567. }
  1568. else
  1569. {
  1570. ret = mbedtls_aes_setkey_enc( &ctx, key, keybits );
  1571. aes_tests = aes_test_ecb_enc[u];
  1572. }
  1573. /*
  1574. * AES-192 is an optional feature that may be unavailable when
  1575. * there is an alternative underlying implementation i.e. when
  1576. * MBEDTLS_AES_ALT is defined.
  1577. */
  1578. if( ret == MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED && keybits == 192 )
  1579. {
  1580. mbedtls_printf( "skipped\n" );
  1581. continue;
  1582. }
  1583. else if( ret != 0 )
  1584. {
  1585. goto exit;
  1586. }
  1587. for( j = 0; j < 10000; j++ )
  1588. {
  1589. ret = mbedtls_aes_crypt_ecb( &ctx, mode, buf, buf );
  1590. if( ret != 0 )
  1591. goto exit;
  1592. }
  1593. if( memcmp( buf, aes_tests, 16 ) != 0 )
  1594. {
  1595. ret = 1;
  1596. goto exit;
  1597. }
  1598. if( verbose != 0 )
  1599. mbedtls_printf( "passed\n" );
  1600. }
  1601. if( verbose != 0 )
  1602. mbedtls_printf( "\n" );
  1603. #if defined(MBEDTLS_CIPHER_MODE_CBC)
  1604. /*
  1605. * CBC mode
  1606. */
  1607. for( i = 0; i < 6; i++ )
  1608. {
  1609. u = i >> 1;
  1610. keybits = 128 + u * 64;
  1611. mode = i & 1;
  1612. if( verbose != 0 )
  1613. mbedtls_printf( " AES-CBC-%3u (%s): ", keybits,
  1614. ( mode == MBEDTLS_AES_DECRYPT ) ? "dec" : "enc" );
  1615. memset( iv , 0, 16 );
  1616. memset( prv, 0, 16 );
  1617. memset( buf, 0, 16 );
  1618. if( mode == MBEDTLS_AES_DECRYPT )
  1619. {
  1620. ret = mbedtls_aes_setkey_dec( &ctx, key, keybits );
  1621. aes_tests = aes_test_cbc_dec[u];
  1622. }
  1623. else
  1624. {
  1625. ret = mbedtls_aes_setkey_enc( &ctx, key, keybits );
  1626. aes_tests = aes_test_cbc_enc[u];
  1627. }
  1628. /*
  1629. * AES-192 is an optional feature that may be unavailable when
  1630. * there is an alternative underlying implementation i.e. when
  1631. * MBEDTLS_AES_ALT is defined.
  1632. */
  1633. if( ret == MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED && keybits == 192 )
  1634. {
  1635. mbedtls_printf( "skipped\n" );
  1636. continue;
  1637. }
  1638. else if( ret != 0 )
  1639. {
  1640. goto exit;
  1641. }
  1642. for( j = 0; j < 10000; j++ )
  1643. {
  1644. if( mode == MBEDTLS_AES_ENCRYPT )
  1645. {
  1646. unsigned char tmp[16];
  1647. memcpy( tmp, prv, 16 );
  1648. memcpy( prv, buf, 16 );
  1649. memcpy( buf, tmp, 16 );
  1650. }
  1651. ret = mbedtls_aes_crypt_cbc( &ctx, mode, 16, iv, buf, buf );
  1652. if( ret != 0 )
  1653. goto exit;
  1654. }
  1655. if( memcmp( buf, aes_tests, 16 ) != 0 )
  1656. {
  1657. ret = 1;
  1658. goto exit;
  1659. }
  1660. if( verbose != 0 )
  1661. mbedtls_printf( "passed\n" );
  1662. }
  1663. if( verbose != 0 )
  1664. mbedtls_printf( "\n" );
  1665. #endif /* MBEDTLS_CIPHER_MODE_CBC */
  1666. #if defined(MBEDTLS_CIPHER_MODE_CFB)
  1667. /*
  1668. * CFB128 mode
  1669. */
  1670. for( i = 0; i < 6; i++ )
  1671. {
  1672. u = i >> 1;
  1673. keybits = 128 + u * 64;
  1674. mode = i & 1;
  1675. if( verbose != 0 )
  1676. mbedtls_printf( " AES-CFB128-%3u (%s): ", keybits,
  1677. ( mode == MBEDTLS_AES_DECRYPT ) ? "dec" : "enc" );
  1678. memcpy( iv, aes_test_cfb128_iv, 16 );
  1679. memcpy( key, aes_test_cfb128_key[u], keybits / 8 );
  1680. offset = 0;
  1681. ret = mbedtls_aes_setkey_enc( &ctx, key, keybits );
  1682. /*
  1683. * AES-192 is an optional feature that may be unavailable when
  1684. * there is an alternative underlying implementation i.e. when
  1685. * MBEDTLS_AES_ALT is defined.
  1686. */
  1687. if( ret == MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED && keybits == 192 )
  1688. {
  1689. mbedtls_printf( "skipped\n" );
  1690. continue;
  1691. }
  1692. else if( ret != 0 )
  1693. {
  1694. goto exit;
  1695. }
  1696. if( mode == MBEDTLS_AES_DECRYPT )
  1697. {
  1698. memcpy( buf, aes_test_cfb128_ct[u], 64 );
  1699. aes_tests = aes_test_cfb128_pt;
  1700. }
  1701. else
  1702. {
  1703. memcpy( buf, aes_test_cfb128_pt, 64 );
  1704. aes_tests = aes_test_cfb128_ct[u];
  1705. }
  1706. ret = mbedtls_aes_crypt_cfb128( &ctx, mode, 64, &offset, iv, buf, buf );
  1707. if( ret != 0 )
  1708. goto exit;
  1709. if( memcmp( buf, aes_tests, 64 ) != 0 )
  1710. {
  1711. ret = 1;
  1712. goto exit;
  1713. }
  1714. if( verbose != 0 )
  1715. mbedtls_printf( "passed\n" );
  1716. }
  1717. if( verbose != 0 )
  1718. mbedtls_printf( "\n" );
  1719. #endif /* MBEDTLS_CIPHER_MODE_CFB */
  1720. #if defined(MBEDTLS_CIPHER_MODE_OFB)
  1721. /*
  1722. * OFB mode
  1723. */
  1724. for( i = 0; i < 6; i++ )
  1725. {
  1726. u = i >> 1;
  1727. keybits = 128 + u * 64;
  1728. mode = i & 1;
  1729. if( verbose != 0 )
  1730. mbedtls_printf( " AES-OFB-%3u (%s): ", keybits,
  1731. ( mode == MBEDTLS_AES_DECRYPT ) ? "dec" : "enc" );
  1732. memcpy( iv, aes_test_ofb_iv, 16 );
  1733. memcpy( key, aes_test_ofb_key[u], keybits / 8 );
  1734. offset = 0;
  1735. ret = mbedtls_aes_setkey_enc( &ctx, key, keybits );
  1736. /*
  1737. * AES-192 is an optional feature that may be unavailable when
  1738. * there is an alternative underlying implementation i.e. when
  1739. * MBEDTLS_AES_ALT is defined.
  1740. */
  1741. if( ret == MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED && keybits == 192 )
  1742. {
  1743. mbedtls_printf( "skipped\n" );
  1744. continue;
  1745. }
  1746. else if( ret != 0 )
  1747. {
  1748. goto exit;
  1749. }
  1750. if( mode == MBEDTLS_AES_DECRYPT )
  1751. {
  1752. memcpy( buf, aes_test_ofb_ct[u], 64 );
  1753. aes_tests = aes_test_ofb_pt;
  1754. }
  1755. else
  1756. {
  1757. memcpy( buf, aes_test_ofb_pt, 64 );
  1758. aes_tests = aes_test_ofb_ct[u];
  1759. }
  1760. ret = mbedtls_aes_crypt_ofb( &ctx, 64, &offset, iv, buf, buf );
  1761. if( ret != 0 )
  1762. goto exit;
  1763. if( memcmp( buf, aes_tests, 64 ) != 0 )
  1764. {
  1765. ret = 1;
  1766. goto exit;
  1767. }
  1768. if( verbose != 0 )
  1769. mbedtls_printf( "passed\n" );
  1770. }
  1771. if( verbose != 0 )
  1772. mbedtls_printf( "\n" );
  1773. #endif /* MBEDTLS_CIPHER_MODE_OFB */
  1774. #if defined(MBEDTLS_CIPHER_MODE_CTR)
  1775. /*
  1776. * CTR mode
  1777. */
  1778. for( i = 0; i < 6; i++ )
  1779. {
  1780. u = i >> 1;
  1781. mode = i & 1;
  1782. if( verbose != 0 )
  1783. mbedtls_printf( " AES-CTR-128 (%s): ",
  1784. ( mode == MBEDTLS_AES_DECRYPT ) ? "dec" : "enc" );
  1785. memcpy( nonce_counter, aes_test_ctr_nonce_counter[u], 16 );
  1786. memcpy( key, aes_test_ctr_key[u], 16 );
  1787. offset = 0;
  1788. if( ( ret = mbedtls_aes_setkey_enc( &ctx, key, 128 ) ) != 0 )
  1789. goto exit;
  1790. len = aes_test_ctr_len[u];
  1791. if( mode == MBEDTLS_AES_DECRYPT )
  1792. {
  1793. memcpy( buf, aes_test_ctr_ct[u], len );
  1794. aes_tests = aes_test_ctr_pt[u];
  1795. }
  1796. else
  1797. {
  1798. memcpy( buf, aes_test_ctr_pt[u], len );
  1799. aes_tests = aes_test_ctr_ct[u];
  1800. }
  1801. ret = mbedtls_aes_crypt_ctr( &ctx, len, &offset, nonce_counter,
  1802. stream_block, buf, buf );
  1803. if( ret != 0 )
  1804. goto exit;
  1805. if( memcmp( buf, aes_tests, len ) != 0 )
  1806. {
  1807. ret = 1;
  1808. goto exit;
  1809. }
  1810. if( verbose != 0 )
  1811. mbedtls_printf( "passed\n" );
  1812. }
  1813. if( verbose != 0 )
  1814. mbedtls_printf( "\n" );
  1815. #endif /* MBEDTLS_CIPHER_MODE_CTR */
  1816. #if defined(MBEDTLS_CIPHER_MODE_XTS)
  1817. {
  1818. static const int num_tests =
  1819. sizeof(aes_test_xts_key) / sizeof(*aes_test_xts_key);
  1820. mbedtls_aes_xts_context ctx_xts;
  1821. /*
  1822. * XTS mode
  1823. */
  1824. mbedtls_aes_xts_init( &ctx_xts );
  1825. for( i = 0; i < num_tests << 1; i++ )
  1826. {
  1827. const unsigned char *data_unit;
  1828. u = i >> 1;
  1829. mode = i & 1;
  1830. if( verbose != 0 )
  1831. mbedtls_printf( " AES-XTS-128 (%s): ",
  1832. ( mode == MBEDTLS_AES_DECRYPT ) ? "dec" : "enc" );
  1833. memset( key, 0, sizeof( key ) );
  1834. memcpy( key, aes_test_xts_key[u], 32 );
  1835. data_unit = aes_test_xts_data_unit[u];
  1836. len = sizeof( *aes_test_xts_ct32 );
  1837. if( mode == MBEDTLS_AES_DECRYPT )
  1838. {
  1839. ret = mbedtls_aes_xts_setkey_dec( &ctx_xts, key, 256 );
  1840. if( ret != 0)
  1841. goto exit;
  1842. memcpy( buf, aes_test_xts_ct32[u], len );
  1843. aes_tests = aes_test_xts_pt32[u];
  1844. }
  1845. else
  1846. {
  1847. ret = mbedtls_aes_xts_setkey_enc( &ctx_xts, key, 256 );
  1848. if( ret != 0)
  1849. goto exit;
  1850. memcpy( buf, aes_test_xts_pt32[u], len );
  1851. aes_tests = aes_test_xts_ct32[u];
  1852. }
  1853. ret = mbedtls_aes_crypt_xts( &ctx_xts, mode, len, data_unit,
  1854. buf, buf );
  1855. if( ret != 0 )
  1856. goto exit;
  1857. if( memcmp( buf, aes_tests, len ) != 0 )
  1858. {
  1859. ret = 1;
  1860. goto exit;
  1861. }
  1862. if( verbose != 0 )
  1863. mbedtls_printf( "passed\n" );
  1864. }
  1865. if( verbose != 0 )
  1866. mbedtls_printf( "\n" );
  1867. mbedtls_aes_xts_free( &ctx_xts );
  1868. }
  1869. #endif /* MBEDTLS_CIPHER_MODE_XTS */
  1870. ret = 0;
  1871. exit:
  1872. if( ret != 0 && verbose != 0 )
  1873. mbedtls_printf( "failed\n" );
  1874. mbedtls_aes_free( &ctx );
  1875. return( ret );
  1876. }
  1877. #endif /* MBEDTLS_SELF_TEST */
  1878. #endif /* MBEDTLS_AES_C */