Home
last modified time | relevance | path

Searched refs:genericKey_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp80 if (other.genericKey_ != nullptr) { in operator =()
81 genericKey_ = EVP_PKEY_new(); in operator =()
82 genericKey_ = other.genericKey_; in operator =()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_key.h68 EVP_PKEY *genericKey_ = nullptr; variable
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp230 tlsKeyOpaque.genericKey_ = EVP_PKEY_new();