Home
last modified time | relevance | path

Searched refs:PreSharedKey (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go858 if config.PreSharedKey == nil {
873 otherSecret = make([]byte, len(config.PreSharedKey))
875 return makePSKPremaster(otherSecret, config.PreSharedKey), nil
916 if config.PreSharedKey == nil {
920 otherSecret = make([]byte, len(config.PreSharedKey))
922 return makePSKPremaster(otherSecret, config.PreSharedKey), ckx, nil
Drunner.go2144 PreSharedKey: []byte(psk),
2167 PreSharedKey: []byte(psk),
2184 PreSharedKey: []byte(psk),
2199 PreSharedKey: []byte(psk),
2216 PreSharedKey: []byte(psk),
2229 PreSharedKey: []byte(psk),
2808 PreSharedKey: []byte("secret"),
2817 PreSharedKey: []byte("secret"),
Dcommon.go370 PreSharedKey []byte member