Lines Matching refs:secureOption
37 void MockOneWayParamOptions(Socket::NetAddress &address, TLSSecureOptions &secureOption, TLSConnectOptions &options)
39 secureOption.SetKey(SecureData(TlsUtilsTest::ChangeToFile(PRIVATE_KEY_PEM)));
40 secureOption.SetCert(TlsUtilsTest::ChangeToFile(CLIENT_CRT));
43 options.SetTlsSecureOptions(secureOption);
49 TLSSecureOptions secureOption;
53 secureOption.SetCaChain(caVec);
54 MockOneWayParamOptions(address, secureOption, options);
63 TLSSecureOptions secureOption;
66 secureOption.SetCaChain(caVec);
67 secureOption.SetCipherSuite("AES256-SHA256");
70 secureOption.SetProtocolChain(protocolVec);
72 MockOneWayParamOptions(address, secureOption, options);
155 TLSSecureOptions secureOption;
159 secureOption.SetCaChain(caVec);
160 MockOneWayParamOptions(address, secureOption, options);