func encoding/hex.DecodeString

4 uses

	encoding/hex (current package)
		hex.go#L110: func DecodeString(s string) ([]byte, error) {

	crypto/x509
		pem_decrypt.go#L139: 	iv, err := hex.DecodeString(hexIV)

	github.com/aws/aws-sdk-go-v2/aws/signer/v4
		middleware.go#L358: 				return hex.DecodeString(sig)
		middleware.go#L364: 		return hex.DecodeString(sig)