Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: openssl/crypto/des/asm/des_enc.m4

Issue 9254031: Upgrade chrome's OpenSSL to same version Android ships with. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/openssl/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « openssl/crypto/des/asm/des686.pl ('k') | openssl/crypto/des/des-lib.com » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ! des_enc.m4 1 ! des_enc.m4
2 ! des_enc.S (generated from des_enc.m4) 2 ! des_enc.S (generated from des_enc.m4)
3 ! 3 !
4 ! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file. 4 ! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file.
5 ! 5 !
6 ! Version 1.0. 32-bit version. 6 ! Version 1.0. 32-bit version.
7 ! 7 !
8 ! June 8, 2000. 8 ! June 8, 2000.
9 ! 9 !
10 ! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation 10 ! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 .word 0x0f0f0f0f ! offset 256 1947 .word 0x0f0f0f0f ! offset 256
1948 .word 0x0000ffff ! 260 1948 .word 0x0000ffff ! 260
1949 .word 0x33333333 ! 264 1949 .word 0x33333333 ! 264
1950 .word 0x00ff00ff ! 268 1950 .word 0x00ff00ff ! 268
1951 .word 0x55555555 ! 272 1951 .word 0x55555555 ! 272
1952 1952
1953 .word 0 ! 276 1953 .word 0 ! 276
1954 .word LOOPS ! 280 1954 .word LOOPS ! 280
1955 .word 0x0000FC00 ! 284 1955 .word 0x0000FC00 ! 284
1956 1956
1957 » .type» .PIC.DES_SPtrans,#object 1957 » .global»DES_SPtrans
1958 » .size» .PIC.DES_SPtrans,2048 1958 » .type» DES_SPtrans,#object
1959 » .size» DES_SPtrans,2048
1959 .align 64 1960 .align 64
1961 DES_SPtrans:
1960 .PIC.DES_SPtrans: 1962 .PIC.DES_SPtrans:
1961 ! nibble 0 1963 ! nibble 0
1962 .word 0x02080800, 0x00080000, 0x02000002, 0x02080802 1964 .word 0x02080800, 0x00080000, 0x02000002, 0x02080802
1963 .word 0x02000000, 0x00080802, 0x00080002, 0x02000002 1965 .word 0x02000000, 0x00080802, 0x00080002, 0x02000002
1964 .word 0x00080802, 0x02080800, 0x02080000, 0x00000802 1966 .word 0x00080802, 0x02080800, 0x02080000, 0x00000802
1965 .word 0x02000802, 0x02000000, 0x00000000, 0x00080002 1967 .word 0x02000802, 0x02000000, 0x00000000, 0x00080002
1966 .word 0x00080000, 0x00000002, 0x02000800, 0x00080800 1968 .word 0x00080000, 0x00000002, 0x02000800, 0x00080800
1967 .word 0x02080802, 0x02080000, 0x00000802, 0x02000800 1969 .word 0x02080802, 0x02080000, 0x00000802, 0x02000800
1968 .word 0x00000002, 0x00000800, 0x00080800, 0x02080002 1970 .word 0x00000002, 0x00000800, 0x00080800, 0x02080002
1969 .word 0x00000800, 0x02000802, 0x02080002, 0x00000000 1971 .word 0x00000800, 0x02000802, 0x02080002, 0x00000000
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
2088 .word 0x00800000, 0x00020000, 0x20820000, 0x00000080 2090 .word 0x00800000, 0x00020000, 0x20820000, 0x00000080
2089 .word 0x00800000, 0x00020000, 0x20000080, 0x20820080 2091 .word 0x00800000, 0x00020000, 0x20000080, 0x20820080
2090 .word 0x00020080, 0x20000000, 0x00000000, 0x00820000 2092 .word 0x00020080, 0x20000000, 0x00000000, 0x00820000
2091 .word 0x20800080, 0x20020080, 0x20020000, 0x00800080 2093 .word 0x20800080, 0x20020080, 0x20020000, 0x00800080
2092 .word 0x20820000, 0x00000080, 0x00800080, 0x20020000 2094 .word 0x20820000, 0x00000080, 0x00800080, 0x20020000
2093 .word 0x20820080, 0x00800000, 0x20800000, 0x20000080 2095 .word 0x20820080, 0x00800000, 0x20800000, 0x20000080
2094 .word 0x00820000, 0x00020080, 0x20020080, 0x20800000 2096 .word 0x00820000, 0x00020080, 0x20020080, 0x20800000
2095 .word 0x00000080, 0x20820000, 0x00820080, 0x00000000 2097 .word 0x00000080, 0x20820000, 0x00820080, 0x00000000
2096 .word 0x20000000, 0x20800080, 0x00020000, 0x00820080 2098 .word 0x20000000, 0x20800080, 0x00020000, 0x00820080
2097 2099
OLDNEW
« no previous file with comments | « openssl/crypto/des/asm/des686.pl ('k') | openssl/crypto/des/des-lib.com » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698