Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • a94f8cb
  • /
  • crypto
  • /
  • rc4
  • /
  • build.info
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:c7f17ca5f55bf89aa742d900f56102ab7a306cc7
directory badge Iframe embedding
swh:1:dir:fcadbd3c8b162cbb9b17639f10d57fc6ecd1e96b
build.info
LIBS=../../libcrypto

$RC4ASM=rc4_enc.c rc4_skey.c
IF[{- !$disabled{asm} -}]
  $RC4ASM_x86=rc4-586.s
  $RC4ASM_x86_64=rc4-x86_64.s rc4-md5-x86_64.s
  $RC4ASM_s390x=rc4-s390x.s
  $RC4ASM_parisc11=rc4-parisc.s
  $RC4ASM_parisc20_64=$RC4ASM_parisc11
  $RC4ASM_c64xplus=rc4-c64xplus.s

  # Now that we have defined all the arch specific variables, use the
  # appropriate one, and define the appropriate macros
  IF[$RC4ASM_{- $target{asm_arch} -}]
    $RC4ASM=$RC4ASM_{- $target{asm_arch} -}
    $RC4DEF=RC4_ASM
  ENDIF
ENDIF

SOURCE[../../libcrypto]=$RC4ASM

# When all deprecated symbols are removed, libcrypto doesn't export the
# rc4 functions, so we must include them directly in liblegacy.a
IF[{- $disabled{'deprecated-3.0'} -}]
  SOURCE[../../providers/liblegacy.a]=$RC4ASM
ENDIF

GENERATE[rc4-586.s]=asm/rc4-586.pl
DEPEND[rc4-586.s]=../perlasm/x86asm.pl

GENERATE[rc4-x86_64.s]=asm/rc4-x86_64.pl
GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl

GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl
GENERATE[rc4-c64xplus.s]=asm/rc4-c64xplus.pl
GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top