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

  • 796efcf
  • /
  • crypto
  • /
  • sm3
  • /
  • 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:2fa54a4a8bc5e0e64be30fbba368174f28a6f76c
directory badge Iframe embedding
swh:1:dir:0a00b127cc865ead75a3552fbceb2882a47bc206
build.info
LIBS=../../libcrypto

IF[{- !$disabled{sm3} -}]
  IF[{- !$disabled{asm} -}]
    $SM3ASM_aarch64=sm3-armv8.S
    $SM3DEF_aarch64=OPENSSL_SM3_ASM

    # Now that we have defined all the arch specific variables, use the
    # appropriate ones, and define the appropriate macros
    IF[$SM3ASM_{- $target{asm_arch} -}]
      $SM3ASM=$SM3ASM_{- $target{asm_arch} -}
      $SM3DEF=$SM3DEF_{- $target{asm_arch} -}
    ENDIF
  ENDIF

  SOURCE[../../libcrypto]=sm3.c legacy_sm3.c $SM3ASM
  DEFINE[../../libcrypto]=$SM3DEF

  GENERATE[sm3-armv8.S]=asm/sm3-armv8.pl
  INCLUDE[sm3-armv8.o]=..
ENDIF

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

back to top