github.com/JimmyHuang454/JLS-go@v0.0.0-20230831150107-90d536585ba0/boring/sig/sig_other.s (about) 1 // Copyright 2017 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // These functions are no-ops. 6 // On amd64 they have recognizable implementations, so that you can 7 // search a particular binary to see if they are present. 8 // On other platforms (those using this source file), they don't. 9 10 //go:build !amd64 11 // +build !amd64 12 13 TEXT ·BoringCrypto(SB),$0 14 RET 15 16 TEXT ·FIPSOnly(SB),$0 17 RET 18 19 TEXT ·StandardCrypto(SB),$0 20 RET