Searched refs:CreateRevocationList (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.15.txt | 22 pkg crypto/x509, func CreateRevocationList(io.Reader, *RevocationList, *Certificate, crypto.Signer)…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/ |
D | x509_test.go | 2788 crl, err := CreateRevocationList(rand.Reader, tc.template, tc.issuer, tc.key) 3641 crlDER, err := CreateRevocationList(rand.Reader, &RevocationList{ 3779 …crlDER, err := CreateRevocationList(rand.Reader, &RevocationList{Number: big.NewInt(1)}, crlIssuer…
|
D | x509.go | 2307 func CreateRevocationList(rand io.Reader, template *RevocationList, issuer *Certificate, priv crypt… func
|