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.go645 if config.PreSharedKey == nil {
660 otherSecret = make([]byte, len(config.PreSharedKey))
662 return makePSKPremaster(otherSecret, config.PreSharedKey), nil
703 if config.PreSharedKey == nil {
707 otherSecret = make([]byte, len(config.PreSharedKey))
709 return makePSKPremaster(otherSecret, config.PreSharedKey), ckx, nil
Dcommon.go445 PreSharedKey []byte member
Drunner.go2829 PreSharedKey: []byte(psk),
2854 PreSharedKey: []byte(psk),
2882 PreSharedKey: []byte(psk),
2907 PreSharedKey: []byte(psk),
3019 PreSharedKey: []byte("secret"),
3031 PreSharedKey: []byte("secret"),
3585 PreSharedKey: []byte("secret"),
3602 PreSharedKey: []byte("secret"),
4476 PreSharedKey: []byte("secret"),
4486 PreSharedKey: []byte("secret"),