Home
last modified time | relevance | path

Searched defs:LoadX509KeyPair (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dtls.go176 func LoadX509KeyPair(certFile, keyFile string) (cert Credential, err error) { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dtls.go176 func LoadX509KeyPair(certFile, keyFile string) (cert Credential, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dtls.go235 func LoadX509KeyPair(certFile, keyFile string) (Certificate, error) { func