Searched defs:Nb (Results 1 – 2 of 2) sorted by relevance
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | crypto-aes.js | 39 function SubBytes(s, Nb) { // apply SBox to state S [§5.1.1] argument 47 function ShiftRows(s, Nb) { // shift row r of state S left by r bytes [§5.1.2] argument 57 function MixColumns(s, Nb) { // combine bytes of each col of state S [§5.1.3] argument 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4] argument
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | crypto-aes.js | 39 function SubBytes(s, Nb) { // apply SBox to state S [§5.1.1] argument 47 function ShiftRows(s, Nb) { // shift row r of state S left by r bytes [§5.1.2] argument 57 function MixColumns(s, Nb) { // combine bytes of each col of state S [§5.1.3] argument 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4] argument
|