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

  • 5efee53
  • /
  • c6x
  • /
  • fipscanister.cmd
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:a06ee15cb3c63f298499fa2981f10cf295403e49
directory badge Iframe embedding
swh:1:dir:496be66023001ffba98f962648848bf868320f80
fipscanister.cmd
SECTIONS
{
    .text:
    {
	*(.fips_text:start)
	*(.text)
	*(.const:aes_asm)
	*(.const:sha_asm)
	*(.const:des_sptrans)
	*(.switch)
	*(.fips_text:end)
    }
    .const:
    {
	*(.fips_const:start)
	*(.const)
	*(.fips_const:end)
    }
}

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

back to top