package checktest
Import Path
crypto/internal/fips140/check/checktest (on go.dev)
Dependency Relation
imports 3 packages, and imported by 0 packages
Involved Source Files
asm_stub.go
Package checktest defines some code and data for use in
the crypto/internal/fips140/check test.
asm.s
asm_amd64.s
Package-Level Functions (total 3)
func PtrStaticData() *uint32 func PtrStaticText() unsafe.Pointer func TEXT()
Package-Level Variables (total 5)
DATA needs to have both a pointer and an int so that _some_ of it gets
initialized at link time, so it is treated as DATA and not BSS.
The pointer is deferred to init time.
The linkname here disables asan registration of this global,
because asan gets mad about rodata globals.
The pages are generated with Golds v0.7.3-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |