Sign in
flutter
/
third_party
/
openssl
/
refs/heads/upstream/OpenSSL-fips-2_0-dev
/
.
/
c6x
/
fipscanister.cmd
blob: a06ee15cb3c63f298499fa2981f10cf295403e49 [
file
] [
edit
]
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
)
}
}