Home
last modified time | relevance | path

Searched refs:InsecureAlgorithmError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dx509.go806 type InsecureAlgorithmError SignatureAlgorithm type
808 func (e InsecureAlgorithmError) Error() string {
912 return InsecureAlgorithmError(algo)
917 return InsecureAlgorithmError(algo)
Dx509_test.go1826 if got := fmt.Sprint(InsecureAlgorithmError(tt.sa)); got != tt.want {
1880 if _, ok := err.(InsecureAlgorithmError); !ok {
1897 if _, ok := err.(InsecureAlgorithmError); !ok {
3637 } else if _, ok := err.(InsecureAlgorithmError); !ok {
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.6.txt14 pkg crypto/x509, method (InsecureAlgorithmError) Error() string
16 pkg crypto/x509, type InsecureAlgorithmError int
/aosp_15_r20/prebuilts/go/linux-x86/doc/
Dgodebug.md344 controlled by the [`x509sha1` setting](/pkg/crypto/x509#InsecureAlgorithmError).