Print this page
first pass

*** 39,50 **** * * cc -c -xarch=v8plus -KPIC -DPIC des_crypt_asm.s or * cc -c -arch=v9 -KPIC -DPIC des_crypt_asm.s * for .so use * - * EXPORT DELETE START - * * The tables were generated by a C program, compiled into the C version * of this function, from which a .s was generated by the C compiler and * that .s was used as a starting point for this one, in particular for * the data definitions. It is important, though that the tables and * the code both remain in the text section and in this order, otherwise, --- 39,48 ----
*** 78,89 **** * * The end of each round is overlapped with the beginning of the next * one since after the first 6 S-box lookups all the bits necessary * for one S-box lookup in the next round can be computed (by xor-ing * the next key schedule item to the partially computed next R). - * - * EXPORT DELETE END */ #if defined(lint) || defined(__lint) /* LINTED */ /* Nothing to be linted in this file, its pure assembly source */ --- 76,85 ----
*** 95,106 **** .file "encrypt_asm.S" .section ".text",#alloc .align 32 - /* EXPORT DELETE START */ - ! ! CONSTANT POOL ! des_sbox_table: --- 91,100 ----
*** 3647,3654 **** .word 1086374080 .word -1061109568 .type des_fp_table,#object .size des_fp_table,1024 - /* EXPORT DELETE END */ - #endif /* lint || __lint */ --- 3641,3646 ----