-
Notifications
You must be signed in to change notification settings - Fork 17.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dev.boringcrypto] all: merge master into dev.boringcrypto
Change-Id: I52009bf809dda4fbcff03aa82d0ea8aa2a978fa2
- Loading branch information
Showing
801 changed files
with
20,788 additions
and
7,251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pkg crypto/x509, method (*CertPool) Clone() *CertPool #35044 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pkg hash/maphash, func Bytes(Seed, []uint8) uint64 #42710 | ||
pkg hash/maphash, func String(Seed, string) uint64 #42710 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pkg sort, func Find(int, func(int) int) (int, bool) #50340 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pkg crypto/x509, func ParseRevocationList([]uint8) (*RevocationList, error) #50674 | ||
pkg crypto/x509, method (*RevocationList) CheckSignatureFrom(*Certificate) error #50674 | ||
pkg crypto/x509, type RevocationList struct, AuthorityKeyId []uint8 #50674 | ||
pkg crypto/x509, type RevocationList struct, Extensions []pkix.Extension #50674 | ||
pkg crypto/x509, type RevocationList struct, Issuer pkix.Name #50674 | ||
pkg crypto/x509, type RevocationList struct, Raw []uint8 #50674 | ||
pkg crypto/x509, type RevocationList struct, RawIssuer []uint8 #50674 | ||
pkg crypto/x509, type RevocationList struct, RawTBSRevocationList []uint8 #50674 | ||
pkg crypto/x509, type RevocationList struct, Signature []uint8 #50674 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
pkg go/doc, method (*Package) HTML(string) []uint8 #51082 | ||
pkg go/doc, method (*Package) Markdown(string) []uint8 #51082 | ||
pkg go/doc, method (*Package) Parser() *comment.Parser #51082 | ||
pkg go/doc, method (*Package) Printer() *comment.Printer #51082 | ||
pkg go/doc, method (*Package) Synopsis(string) string #51082 | ||
pkg go/doc, method (*Package) Text(string) []uint8 #51082 | ||
pkg go/doc/comment, func DefaultLookupPackage(string) (string, bool) #51082 | ||
pkg go/doc/comment, method (*DocLink) DefaultURL(string) string #51082 | ||
pkg go/doc/comment, method (*Heading) DefaultID() string #51082 | ||
pkg go/doc/comment, method (*List) BlankBefore() bool #51082 | ||
pkg go/doc/comment, method (*List) BlankBetween() bool #51082 | ||
pkg go/doc/comment, method (*Parser) Parse(string) *Doc #51082 | ||
pkg go/doc/comment, method (*Printer) Comment(*Doc) []uint8 #51082 | ||
pkg go/doc/comment, method (*Printer) HTML(*Doc) []uint8 #51082 | ||
pkg go/doc/comment, method (*Printer) Markdown(*Doc) []uint8 #51082 | ||
pkg go/doc/comment, method (*Printer) Text(*Doc) []uint8 #51082 | ||
pkg go/doc/comment, type Block interface, unexported methods #51082 | ||
pkg go/doc/comment, type Code struct #51082 | ||
pkg go/doc/comment, type Code struct, Text string #51082 | ||
pkg go/doc/comment, type Doc struct #51082 | ||
pkg go/doc/comment, type Doc struct, Content []Block #51082 | ||
pkg go/doc/comment, type Doc struct, Links []*LinkDef #51082 | ||
pkg go/doc/comment, type DocLink struct #51082 | ||
pkg go/doc/comment, type DocLink struct, ImportPath string #51082 | ||
pkg go/doc/comment, type DocLink struct, Name string #51082 | ||
pkg go/doc/comment, type DocLink struct, Recv string #51082 | ||
pkg go/doc/comment, type DocLink struct, Text []Text #51082 | ||
pkg go/doc/comment, type Heading struct #51082 | ||
pkg go/doc/comment, type Heading struct, Text []Text #51082 | ||
pkg go/doc/comment, type Italic string #51082 | ||
pkg go/doc/comment, type Link struct #51082 | ||
pkg go/doc/comment, type Link struct, Auto bool #51082 | ||
pkg go/doc/comment, type Link struct, Text []Text #51082 | ||
pkg go/doc/comment, type Link struct, URL string #51082 | ||
pkg go/doc/comment, type LinkDef struct #51082 | ||
pkg go/doc/comment, type LinkDef struct, Text string #51082 | ||
pkg go/doc/comment, type LinkDef struct, URL string #51082 | ||
pkg go/doc/comment, type LinkDef struct, Used bool #51082 | ||
pkg go/doc/comment, type List struct #51082 | ||
pkg go/doc/comment, type List struct, ForceBlankBefore bool #51082 | ||
pkg go/doc/comment, type List struct, ForceBlankBetween bool #51082 | ||
pkg go/doc/comment, type List struct, Items []*ListItem #51082 | ||
pkg go/doc/comment, type ListItem struct #51082 | ||
pkg go/doc/comment, type ListItem struct, Content []Block #51082 | ||
pkg go/doc/comment, type ListItem struct, Number string #51082 | ||
pkg go/doc/comment, type Paragraph struct #51082 | ||
pkg go/doc/comment, type Paragraph struct, Text []Text #51082 | ||
pkg go/doc/comment, type Parser struct #51082 | ||
pkg go/doc/comment, type Parser struct, LookupPackage func(string) (string, bool) #51082 | ||
pkg go/doc/comment, type Parser struct, LookupSym func(string, string) bool #51082 | ||
pkg go/doc/comment, type Parser struct, Words map[string]string #51082 | ||
pkg go/doc/comment, type Plain string #51082 | ||
pkg go/doc/comment, type Printer struct #51082 | ||
pkg go/doc/comment, type Printer struct, DocLinkBaseURL string #51082 | ||
pkg go/doc/comment, type Printer struct, DocLinkURL func(*DocLink) string #51082 | ||
pkg go/doc/comment, type Printer struct, HeadingID func(*Heading) string #51082 | ||
pkg go/doc/comment, type Printer struct, HeadingLevel int #51082 | ||
pkg go/doc/comment, type Printer struct, TextCodePrefix string #51082 | ||
pkg go/doc/comment, type Printer struct, TextPrefix string #51082 | ||
pkg go/doc/comment, type Printer struct, TextWidth int #51082 | ||
pkg go/doc/comment, type Text interface, unexported methods #51082 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pkg encoding/binary, func AppendUvarint([]uint8, uint64) []uint8 #51644 | ||
pkg encoding/binary, func AppendVarint([]uint8, int64) []uint8 #51644 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// Copyright 2022 The Go Authors. All rights reserved. | ||
// Use of this source code is governed by a BSD-style | ||
// license that can be found in the LICENSE file. | ||
package main | ||
|
||
// #include <complex.h> | ||
import "C" | ||
|
||
//export exportComplex64 | ||
func exportComplex64(v complex64) complex64 { | ||
return v | ||
} | ||
|
||
//export exportComplex128 | ||
func exportComplex128(v complex128) complex128 { | ||
return v | ||
} | ||
|
||
//export exportComplexfloat | ||
func exportComplexfloat(v C.complexfloat) C.complexfloat { | ||
return v | ||
} | ||
|
||
//export exportComplexdouble | ||
func exportComplexdouble(v C.complexdouble) C.complexdouble { | ||
return v | ||
} | ||
|
||
func main() {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.