Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Decdh.go37 func NewPublicKeyECDH(curve string, bytes []byte) (*PublicKeyECDH, error) { func
Dnotboring.go120 func NewPublicKeyECDH(string, []byte) (*PublicKeyECDH, error) { panic("boringcrypto: not availabl… func