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