Home
last modified time | relevance | path

Searched refs:ParsePublicKey (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go395 hrssPublicKey, ok := hrss.ParsePublicKey(peerKey[32:])
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go1033 func ParsePublicKey(in []byte) (*PublicKey, bool) { func