Home
last modified time | relevance | path

Searched defs:tlsKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp76 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
93 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
102 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
113 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
124 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
153 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
163 TLSKey tlsKey = TLSKey(structureData, ALGORITHM_RSA, keyPass); variable
240 TLSKey tlsKey = TLSKey(data, ALGORITHM_DSA, keyPass); variable
H A DTlsConfigurationTest.cpp82 TLSKey tlsKey = tlsConfiguration.GetPrivateKey(); variable