Searched refs:PreSharedKey (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | key_agreement.go | 858 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
|
D | runner.go | 2144 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"),
|
D | common.go | 370 PreSharedKey []byte member
|