const crypto.SHA1
15 uses
crypto (current package)
crypto.go#L29: case SHA1:
crypto.go#L71: SHA1 // import crypto/sha1
crypto.go#L94: SHA1: 20,
crypto/rsa
pkcs1v15.go#L267: crypto.SHA1: {0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0e, 0x03, 0x02, 0x1a, 0x05, 0x00, 0x04, 0x14},
crypto/sha1
sha1.go#L20: crypto.RegisterHash(crypto.SHA1, New)
crypto/tls
auth.go#L113: hash = crypto.SHA1
auth.go#L136: return signatureECDSA, crypto.SHA1, nil
auth.go#L164: {PKCS1WithSHA1, 15 + crypto.SHA1.Size() + 11, VersionTLS12},
handshake_client_tls13.go#L692: if sigType == signaturePKCS1v15 || sigHash == crypto.SHA1 {
handshake_server_tls13.go#L988: if sigType == signaturePKCS1v15 || sigHash == crypto.SHA1 {
crypto/x509
x509.go#L371: {SHA1WithRSA, "SHA1-RSA", oidSignatureSHA1WithRSA, asn1.NullRawValue, RSA, crypto.SHA1, false},
x509.go#L372: {SHA1WithRSA, "SHA1-RSA", oidISOSignatureSHA1WithRSA, asn1.NullRawValue, RSA, crypto.SHA1, false},
x509.go#L379: {DSAWithSHA1, "DSA-SHA1", oidSignatureDSAWithSHA1, emptyRawValue, DSA, crypto.SHA1, false},
x509.go#L381: {ECDSAWithSHA1, "ECDSA-SHA1", oidSignatureECDSAWithSHA1, emptyRawValue, ECDSA, crypto.SHA1, false},
x509.go#L913: case crypto.SHA1:
 |
The pages are generated with Golds v0.7.6. (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. |