Searched refs:ECB (Results 1 – 25 of 58) sorted by relevance
123
16 # AES 128 ECB tests (from FIPS-197 test vectors, encrypt)18 AES-128-ECB:000102030405060708090A0B0C0D0E0F::00112233445566778899AABBCCDDEEFF:69C4E0D86A7B0430D8CD…20 # AES 192 ECB tests (from FIPS-197 test vectors, encrypt)22 AES-192-ECB:000102030405060708090A0B0C0D0E0F1011121314151617::00112233445566778899AABBCCDDEEFF:DDA9…24 # AES 256 ECB tests (from FIPS-197 test vectors, encrypt)26 AES-256-ECB:000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F::00112233445566778899A…28 # AES 128 ECB tests (from NIST test vectors, encrypt)30 #AES-128-ECB:00000000000000000000000000000000::00000000000000000000000000000000:C34C052CC0DA8D73451…32 # AES 128 ECB tests (from NIST test vectors, decrypt)34 #AES-128-ECB:00000000000000000000000000000000::44416AC2D1F53C583303917E6BE9EBE0:0000000000000000000…[all …]
172 BLOCK_CIPHER_def1(cname, ecb, ecb, ECB, kstruct, nid, block_size, key_len, \
95 } ECB; typedef101 ECB ecb;123 static ECB *readlist[IPXSOCKETS];171 static void IPX_ListenForPacket(ECB *ecb) in IPX_ListenForPacket()203 ECB *ecb; in ProcessReadyList()204 ECB *prev; in ProcessReadyList()449 ECB *ecb; in IPX_Read()
32 public static class ECB class in AES35 public ECB() in ECB() method in AES.ECB
146 : CAST5-ECB : cast5-ecb368 : RC2-ECB : rc2-ecb379 : RC5-ECB : rc5-ecb403 : IDEA-ECB : idea-ecb410 : BF-ECB : bf-ecb621 algorithm 6 : DES-ECB : des-ecb843 aes 1 : AES-128-ECB : aes-128-ecb850 aes 21 : AES-192-ECB : aes-192-ecb857 aes 41 : AES-256-ECB : aes-256-ecb1215 # Definitions for Camellia cipher - ECB, CFB, OFB MODE[all …]
157 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC} = {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}180 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC} = {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}233 …A0C91BC942}") = "icupkg", "..\tools\icupkg\icupkg.vcproj", "{62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}"526 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|Win32.ActiveCfg = Debug|Win32527 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|Win32.Build.0 = Debug|Win32528 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|x64.ActiveCfg = Debug|x64529 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|x64.Build.0 = Debug|x64530 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Release|Win32.ActiveCfg = Release|Win32531 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Release|Win32.Build.0 = Release|Win32532 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Release|x64.ActiveCfg = Release|x64[all …]
103 enum desmode { CBC, ECB }; enumerator
102 Select ECB110 option is used then triple ECB encryption is performed.
150 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC} = {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}174 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC} = {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}227 …A0C91BC942}") = "icupkg", "..\tools\icupkg\icupkg.vcproj", "{62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}"532 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|Win32.ActiveCfg = Debug|Win32533 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|Win32.Build.0 = Debug|Win32534 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|x64.ActiveCfg = Debug|x64535 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Debug|x64.Build.0 = Debug|x64536 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Release|Win32.ActiveCfg = Release|Win32537 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Release|Win32.Build.0 = Release|Win32538 {62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}.Release|x64.ActiveCfg = Release|x64[all …]
152 0EC8..0ECB:122884 1ECB=0069 03231663 FA99>6ECB2045 2F90B>6ECB
152 0EC8..0ECB:1221061 1ECB=0069 03232992 FA99>6ECB5512 2F90B>6ECB
839 1ECA>1ECB2752 FA99>6ECB5097 2F90B>6ECB
183 the key setup, ECB decrypt and encrypt and test vector routines. After that all five chaining mode…403 LibTomCrypt provides several block ciphers with an ECB block mode interface. It is important to fi…404 should never use the ECB modes directly to encrypt data. Instead you should use the ECB functions …405 or use one of the provided chaining modes. All of the ciphers are written as ECB interfaces since …431 \subsection{ECB Encryption and Decryption}432 To encrypt or decrypt a block in ECB mode there are these two functions per cipher:496 An example snippet that encodes a block with Blowfish in ECB mode.770 \subsubsection{ECB Mode}771 \index{ECB mode}772 ECB or Electronic Codebook Mode is the simplest method to use. It is given as:[all …]
337 …-- Updated API for ECB and CBC shell code. Now can process N whole blocks in one call (like $DEIT…338 …-- Introduced a new "hardware accel" framework that can be used to speed up cipher ECB, CBC and CT…343 …-- x86_prof now uses ECB shell code (hint: accelerators) and outputs cycles per BLOCK not byte. T…357 -- Added CCM acelerator callbacks to the list [now supports ECB, CTR, CBC and now CCM].581 … -- updated ECB, OCB and CBC decrypt functions to detect when "encrypt only" descriptor is used.1056 …-- The ECB/CBC/OFB/CFB/CTR wrappers now check that the cipher is valid in the encrypt/decrypt calls1346 …-- Added OFB, CFB and ECB generic wrappers for the symmetric ciphers to round out the implementati…
914 1ECB ; Soft_Dotted
857 1ECB;1ECB;0069 0323;1ECB;0069 0323;13960 FA99;6ECB;6ECB;6ECB;6ECB;16480 2F90B;6ECB;6ECB;6ECB;6ECB;17378 … 0F71 0EC8 0EB8 0ECB 0062;0061 0EB8 0EC8 0ECB 0F71 0062;0061 0EB8 0EC8 0ECB 0F71 0062;0061 0EB8 0E…17379 0061 0ECB 0F71 0EC8 0EB8 0062;0061 0EB8 0ECB 0EC8 0F71 0062;0061 0EB8 0ECB 0EC8 0F71 0062;0061 0EB8…
831 1ECB ; Soft_Dotted
705 1ECB ; Lower
857 1ECB;1ECB;0069 0323;1ECB;0069 0323;13949 FA99;6ECB;6ECB;6ECB;6ECB;16369 2F90B;6ECB;6ECB;6ECB;6ECB;17225 … 0F71 0EC8 0EB8 0ECB 0062;0061 0EB8 0EC8 0ECB 0F71 0062;0061 0EB8 0EC8 0ECB 0F71 0062;0061 0EB8 0E…17226 0061 0ECB 0F71 0EC8 0EB8 0062;0061 0EB8 0ECB 0EC8 0F71 0062;0061 0EB8 0ECB 0EC8 0F71 0062;0061 0EB8…
1418 ị ị Ị Ị # 1ECB
997 1ECA; 1ECB; MAP
1006 1ECA; 1ECB; MAP
1007 1ECA; 1ECB; MAP