Print this page
3882 remove xmod & friends


  61 /* ARGSUSED */
  62 void aes_encrypt_impl(const uint32_t rk[], int Nr, const uint32_t pt[4],
  63         uint32_t ct[4]) {
  64 }
  65 /* ARGSUSED */
  66 void aes_decrypt_impl(const uint32_t rk[], int Nr, const uint32_t ct[4],
  67         uint32_t pt[4]) {
  68 }
  69 
  70 #else   /* lint || __lint */
  71 
  72         .section        ".text",#alloc,#execinstr
  73         .file   "aes_crypt_asm.s"
  74 
  75         .register       %g2,#scratch
  76         .register       %g3,#scratch
  77 
  78         .section        ".text",#alloc
  79         .align  8192
  80 
  81 /* EXPORT DELETE START */
  82 
  83 !
  84 ! CONSTANT POOL
  85 !
  86 Te0:
  87         .word   1584
  88         .word   1661148456
  89         .word   1984
  90         .word   2080629792
  91         .word   1904
  92         .word   1996733640
  93         .word   1968
  94         .word   2063850600
  95         .word   2040
  96         .word   -234385304
  97         .word   1712
  98         .word   1795382760
  99         .word   1776
 100         .word   1862499720
 101         .word   1160
 102         .word   -989451616


5850         .type   Td4,#object
5851         .size   Td4,1024
5852 
5853 !
5854 ! CONSTANT POOL
5855 !
5856 rcon:
5857         .word   16777216
5858         .word   33554432
5859         .word   67108864
5860         .word   134217728
5861         .word   268435456
5862         .word   536870912
5863         .word   1073741824
5864         .word   -2147483648
5865         .word   452984832
5866         .word   905969664
5867         .type   rcon,#object
5868         .size   rcon,40
5869 
5870 /* EXPORT DELETE END */
5871 
5872 ! Begin Disassembling Stabs
5873         .xstabs ".stab.index","Xa ; O ; P ; V=3.1 ; R=WorkShop Compilers 5.0 99/02/25 C 5.0 patch 107289-01",60,0,0,0   ! (/tmp/acompAAA5jaWsZ:1)
5874 ! End Disassembling Stabs
5875 
5876 ! Begin Disassembling Ident
5877         .ident  "cg: WorkShop Compilers 5.0 99/04/15 Compiler Common 5.0 Patch 107357-02"       ! (NO SOURCE LINE)
5878         .ident  "acomp: WorkShop Compilers 5.0 99/02/25 C 5.0 patch 107289-01"  ! (/tmp/acompAAA5jaWsZ:4675)
5879 ! End Disassembling Ident
5880 
5881 #endif  /* lint || __lint */


  61 /* ARGSUSED */
  62 void aes_encrypt_impl(const uint32_t rk[], int Nr, const uint32_t pt[4],
  63         uint32_t ct[4]) {
  64 }
  65 /* ARGSUSED */
  66 void aes_decrypt_impl(const uint32_t rk[], int Nr, const uint32_t ct[4],
  67         uint32_t pt[4]) {
  68 }
  69 
  70 #else   /* lint || __lint */
  71 
  72         .section        ".text",#alloc,#execinstr
  73         .file   "aes_crypt_asm.s"
  74 
  75         .register       %g2,#scratch
  76         .register       %g3,#scratch
  77 
  78         .section        ".text",#alloc
  79         .align  8192
  80 


  81 !
  82 ! CONSTANT POOL
  83 !
  84 Te0:
  85         .word   1584
  86         .word   1661148456
  87         .word   1984
  88         .word   2080629792
  89         .word   1904
  90         .word   1996733640
  91         .word   1968
  92         .word   2063850600
  93         .word   2040
  94         .word   -234385304
  95         .word   1712
  96         .word   1795382760
  97         .word   1776
  98         .word   1862499720
  99         .word   1160
 100         .word   -989451616


5848         .type   Td4,#object
5849         .size   Td4,1024
5850 
5851 !
5852 ! CONSTANT POOL
5853 !
5854 rcon:
5855         .word   16777216
5856         .word   33554432
5857         .word   67108864
5858         .word   134217728
5859         .word   268435456
5860         .word   536870912
5861         .word   1073741824
5862         .word   -2147483648
5863         .word   452984832
5864         .word   905969664
5865         .type   rcon,#object
5866         .size   rcon,40
5867 


5868 ! Begin Disassembling Stabs
5869         .xstabs ".stab.index","Xa ; O ; P ; V=3.1 ; R=WorkShop Compilers 5.0 99/02/25 C 5.0 patch 107289-01",60,0,0,0   ! (/tmp/acompAAA5jaWsZ:1)
5870 ! End Disassembling Stabs
5871 
5872 ! Begin Disassembling Ident
5873         .ident  "cg: WorkShop Compilers 5.0 99/04/15 Compiler Common 5.0 Patch 107357-02"       ! (NO SOURCE LINE)
5874         .ident  "acomp: WorkShop Compilers 5.0 99/02/25 C 5.0 patch 107289-01"  ! (/tmp/acompAAA5jaWsZ:4675)
5875 ! End Disassembling Ident
5876 
5877 #endif  /* lint || __lint */