Home
last modified time | relevance | path

Searched refs:NROUNDS (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/p5-Crypt-Blowfish/Crypt-Blowfish-2.14/
H A D_blowfish.c27 #define NROUNDS 16 macro
39 IntU32 p[2][NROUNDS+2],
47 static IntU32 p_init[NROUNDS+2] =
358 left = left ^ P[NROUNDS] ;
359 right = right ^ P[NROUNDS+1] ;
410 for( i=0 ; i<NROUNDS+2 ; ++i )
413 bfkey->p[1][NROUNDS+1-i] = p_init[i] ;
450 for (i=0 ; i<NROUNDS+2 ; ++i)
459 for (i = 0 ; i<NROUNDS+2 ; i+=2)
463 bfkey->p[1][NROUNDS+1-i] = dspace[0] ;
[all …]
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/avx/
H A Daes_ecb_by4_avx.asm152 %if %%NROUNDS >= 12
160 %if %%NROUNDS == 14
168 %if %%NROUNDS == 10
225 %if %%NROUNDS >= 12
231 %if %%NROUNDS == 14
237 %if %%NROUNDS == 10
322 %if %%NROUNDS >= 12
337 %if %%NROUNDS == 14
446 %if %%NROUNDS >= 12
462 %if %%NROUNDS == 14
[all …]
H A Dmb_mgr_aes_ccm_auth_submit_flush_avx.asm79 %ifndef NROUNDS
80 %define NROUNDS 9 ; AES-CCM-128
146 %rep NROUNDS
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/sse/
H A Daes_ecb_by4_sse.asm152 %if %%NROUNDS >= 12
160 %if %%NROUNDS == 14
168 %if %%NROUNDS == 10
225 %if %%NROUNDS >= 12
231 %if %%NROUNDS == 14
237 %if %%NROUNDS == 10
322 %if %%NROUNDS >= 12
337 %if %%NROUNDS == 14
446 %if %%NROUNDS >= 12
462 %if %%NROUNDS == 14
[all …]
H A Dmb_mgr_aes_ccm_auth_submit_flush_sse.asm89 %ifndef NROUNDS
90 %define NROUNDS 9 ; AES-CCM-128
157 %rep NROUNDS
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/avx512/
H A Dcntr_vaes_avx512.asm434 %rep (%%NROUNDS + 2)
438 %%NROUNDS
502 %rep (%%NROUNDS + 2)
505 %%ZT5, %%ZT6, %%ZT7, %%ZT8, 16, %%NROUNDS
643 %rep (%%NROUNDS + 2)
647 %%NROUNDS
758 %rep (%%NROUNDS + 2)
927 %%IA0, %%IA1, %%MASKREG, %%SHUFREG, %%NROUNDS, \
937 %%IA0, %%IA1, %%MASKREG, %%SHUFREG, %%NROUNDS, \
947 %%IA0, %%IA1, %%MASKREG, %%SHUFREG, %%NROUNDS, \
[all …]
H A Daes_cbcs_enc_vaes_avx512.asm180 ; - performs AES encrypt rounds 1-NROUNDS
187 %define %%NROUNDS %5 ; [in] number of aes rounds
196 %rep (%%NROUNDS + 1)
198 %if ROUND <= %%NROUNDS
239 %define %%NROUNDS %6 ;; [in] Number of AES rounds; numerical value
299 AESENC_ROUNDS_x16 %%B0L00_03, %%B0L04_07, %%B0L08_11, %%B0L12_15, %%NROUNDS
324 AESENC_ROUNDS_x16 %%B1L00_03, %%B1L04_07, %%B1L08_11, %%B1L12_15, %%NROUNDS
349 AESENC_ROUNDS_x16 %%B2L00_03, %%B2L04_07, %%B2L08_11, %%B2L12_15, %%NROUNDS
374 AESENC_ROUNDS_x16 %%B3L00_03, %%B3L04_07, %%B3L08_11, %%B3L12_15, %%NROUNDS
423 %define %%NROUNDS %5 ;; [in] Number of AES rounds; numerical value
[all …]
H A Daes_cbc_dec_vaes_avx512.asm87 %define %%NROUNDS %2 ; [in] numerical value, number of AES rounds
92 %rep (%%NROUNDS + 2)
179 %rep (%%NROUNDS + 2)
183 %%num_final_blocks, %%NROUNDS
229 %define %%NROUNDS %13 ; [in] number of rounds; numerical value
H A Dmb_mgr_aes_ccm_auth_submit_flush_vaes_avx512.asm121 %ifndef NROUNDS
122 %define NROUNDS 9 ; AES-CCM-128
192 %rep NROUNDS
226 %if NROUNDS == 9 ;; 11 round keys
306 %rep NROUNDS + 2
H A Daes_docsis_dec_vaes_avx512.asm428 %rep (%%NROUNDS + 2)
433 %%NUMBL, %%NROUNDS
650 %rep (%%NROUNDS + 2)
656 16, %%NROUNDS
827 %%NROUNDS, \
894 %%KEYS, %%ZIV, %%NROUNDS, \
929 %%KEYS, %%ZIV, %%NROUNDS, \
1147 %%KEYS, %%ZIV, %%NROUNDS, \
1179 %%KEYS, %%ZIV, %%NROUNDS, \
1300 %rep %%NROUNDS
[all …]
H A Daes_cbc_enc_vaes_avx512.asm287 ; - performs AES encrypt rounds 1-NROUNDS
295 %define %%NROUNDS %6 ; [in] number of aes rounds
303 %rep (%%NROUNDS + 1)
305 %if ROUND <= %%NROUNDS
346 %define %%NROUNDS %6 ;; [in] Number of AES rounds; numerical value
432 AESENC_ROUNDS_x16 %%B0L00_03, %%B0L04_07, %%B0L08_11, %%B0L12_15, %%KP, %%NROUNDS
441 AESENC_ROUNDS_x16 %%B1L00_03, %%B1L04_07, %%B1L08_11, %%B1L12_15, %%KP, %%NROUNDS
450 AESENC_ROUNDS_x16 %%B2L00_03, %%B2L04_07, %%B2L08_11, %%B2L12_15, %%KP, %%NROUNDS
459 AESENC_ROUNDS_x16 %%B3L00_03, %%B3L04_07, %%B3L08_11, %%B3L12_15, %%KP, %%NROUNDS
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/archivers/unrar-iconv/unrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/archivers/unrar/unrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/archivers/libunrar6/unrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
69 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
97 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dcrypt2.cpp1 #define NROUNDS 32 macro
77 for(int I=0;I<NROUNDS;I++) in EncryptBlock20()
136 for(int I=NROUNDS-1;I>=0;I--) in DecryptBlock20()
/dports/security/putty/putty-0.76/
H A Dsshsha3.c25 #define NROUNDS 24 /* would differ for other word sizes */ macro
26 static const uint64_t round_constants[NROUNDS];
40 for (unsigned round = 0; round < NROUNDS; round++) { in keccak_transform()
/dports/security/putty-nogtk/putty-0.76/
H A Dsshsha3.c25 #define NROUNDS 24 /* would differ for other word sizes */ macro
26 static const uint64_t round_constants[NROUNDS];
40 for (unsigned round = 0; round < NROUNDS; round++) { in keccak_transform()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshsha3.c25 #define NROUNDS 24 /* would differ for other word sizes */ macro
26 static const uint64_t round_constants[NROUNDS];
40 for (unsigned round = 0; round < NROUNDS; round++) { in keccak_transform()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Drijndael.h12 #define NROUNDS(keybits) ((keybits)/32+6) macro

123