Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setIndicator (0.07 sec)

  1. lib/fips140/v1.0.0.zip

    don't need to explicitly annotate fully non-approved services. //go:linkname getIndicator crypto/internal/fips140.getIndicator func getIndicator() uint8 //go:linkname setIndicator crypto/internal/fips140.setIndicator func setIndicator(uint8) const ( indicatorUnset uint8 = iota indicatorFalse indicatorTrue ) // ResetServiceIndicato clears the service indicator for the running goroutine. func ResetServiceIndicato() { setIndicator(indicatorUnset) } // ServiceIndicator returns true if and only if all services...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top