Searched refs:PreSharedKey (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | key_agreement.go | 803 if config.PreSharedKey == nil { 818 otherSecret = make([]byte, len(config.PreSharedKey)) 820 return makePSKPremaster(otherSecret, config.PreSharedKey), nil 861 if config.PreSharedKey == nil { 865 otherSecret = make([]byte, len(config.PreSharedKey)) 867 return makePSKPremaster(otherSecret, config.PreSharedKey), ckx, nil
|
D | common.go | 472 PreSharedKey []byte member
|
D | runner.go | 3366 PreSharedKey: []byte(psk), 3390 PreSharedKey: []byte(psk), 3417 PreSharedKey: []byte(psk), 3440 PreSharedKey: []byte(psk), 3551 PreSharedKey: []byte("secret"), 3563 PreSharedKey: []byte("secret"), 4106 PreSharedKey: []byte("secret"), 4123 PreSharedKey: []byte("secret"), 4845 PreSharedKey: []byte("secret"), 4855 PreSharedKey: []byte("secret"),
|