checktest
packagestandard libraryThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package checktest defines some code and data for use inthe crypto/internal/fips140/check test.
Index¶
Constants¶
This section is empty.
Variables¶
var BSS *int
var DATA = struct {P *intXint}{&NOPTRDATA, 3}
DATA needs to have both a pointer and an int so that _some_ of it getsinitialized at link time, so it is treated as DATA and not BSS.The pointer is deferred to init time.
var NOPTRBSSint
var NOPTRDATAint = 1
var RODATAint32// set to 2 in asm.s
The linkname here disables asan registration of this global,because asan gets mad about rodata globals.
Functions¶
funcPtrStaticData¶
func PtrStaticData() *uint32
funcPtrStaticText¶
Types¶
This section is empty.