Home
last modified time | relevance | path

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

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