func crypto/fips140.WithoutEnforcement
10 uses
crypto/fips140 (current package)
enforcement.go#L21: func WithoutEnforcement(f func()) {
crypto/hpke
pq.go#L173: fips140.WithoutEnforcement(func() { // Hybrid of ML-KEM, which is Approved.
pq.go#L194: fips140.WithoutEnforcement(func() { // Hybrid of ML-KEM, which is Approved.
pq.go#L204: fips140.WithoutEnforcement(func() {
pq.go#L273: fips140.WithoutEnforcement(func() { // Hybrid of ML-KEM, which is Approved.
pq.go#L343: fips140.WithoutEnforcement(func() { // Hybrid of ML-KEM, which is Approved.
pq.go#L350: fips140.WithoutEnforcement(func() {
crypto/tls
key_schedule.go#L174: fips140.WithoutEnforcement(func() { // Hybrid of ML-KEM, which is Approved.
key_schedule.go#L217: fips140.WithoutEnforcement(func() { // Hybrid of ML-KEM, which is Approved.
key_schedule.go#L256: fips140.WithoutEnforcement(func() { // Hybrid of ML-KEM, which is Approved.
 |
The pages are generated with Golds v0.8.4. (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. |