Home
last modified time | relevance | path

Searched defs:PublicKeyECDSA (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Decdsa.go28 type PublicKeyECDSA struct { struct
29 key *C.GO_EC_KEY
32 func (k *PublicKeyECDSA) finalize() {
133 func VerifyECDSA(pub *PublicKeyECDSA, hash []byte, sig []byte) bool {
Dnotboring.go54 type PublicKeyECDSA struct{ _ int } argument
69 func VerifyECDSA(pub *PublicKeyECDSA, hash []byte, sig []byte) bool {