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

  • 2eddee9
  • /
  • crypto
  • /
  • md5
  • /
  • 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:d4494b274d6c3cd51c72705942b99f2176213b87
directory badge Iframe embedding
swh:1:dir:fe8d42f1be7101558275f36505cee3717b21beae
build.info
LIBS=../../libcrypto

$MD5ASM=
IF[{- !$disabled{asm} -}]
  $MD5ASM_x86=md5-586.s
  $MD5ASM_x86_64=md5-x86_64.s
  $MD5ASM_sparcv9=md5-sparcv9.S

  # Now that we have defined all the arch specific variables, use the
  # appropriate one, and define the appropriate macros
  IF[$MD5ASM_{- $target{asm_arch} -}]
    $MD5ASM=$MD5ASM_{- $target{asm_arch} -}
    $MD5DEF=MD5_ASM
  ENDIF
ENDIF

SOURCE[../../libcrypto]=md5_dgst.c md5_one.c md5_sha1.c $MD5ASM

# Implementations are now spread across several libraries, so the defines
# need to be applied to all affected libraries and modules.
DEFINE[../../libcrypto]=$MD5DEF
DEFINE[../../providers/libimplementations.a]=$MD5DEF

GENERATE[md5-586.s]=asm/md5-586.pl

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

GENERATE[md5-sparcv9.S]=asm/md5-sparcv9.pl
INCLUDE[md5-sparcv9.o]=..

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

back to top