Home
last modified time | relevance | path

Searched defs:Nb (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
Dcrypto-aes.js39 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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dcrypto-aes.js39 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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dcrypto-aes.js39 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/pdfium/core/src/fdrm/crypto/
Dfx_crypt_aes.cpp32 int Nb, Nr; member
652 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local
680 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local
716 static const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local
770 static const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local
798 static const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local
834 static const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h858 auto Nb = Vs.traverse(Body, Vs.lazyCtx(Ctx)); in traverse() local
893 auto Nb = Vs.traverse(Body, Vs.lazyCtx(Ctx)); in traverse() local
/external/chromium_org/third_party/dom_distiller_js/package/js/
Ddomdistiller.js396 function Nb(a){var b,c,d;hv[d=++iv]=Nb;(jv[d]=Uy+Yy,a).c=yw;for(jv[d]=Uy+vy,b=0;(jv[d]=Uy+vy,b)<(jv… class