Home
last modified time | relevance | path

Searched refs:keyAlgorithm_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp86 keyAlgorithm_ = other.keyAlgorithm_; in operator =()
112 keyAlgorithm_ = ALGORITHM_RSA; in DecodeData()
116 keyAlgorithm_ = ALGORITHM_DSA; in DecodeData()
120 keyAlgorithm_ = ALGORITHM_DH; in DecodeData()
124 keyAlgorithm_ = ALGORITHM_EC; in DecodeData()
148 keyAlgorithm_ = algorithm; in DecodeData()
169 keyAlgorithm_ = algorithm; in DecodeDer()
251 keyAlgorithm_ = algorithm; in DecodePem()
319 return keyAlgorithm_; in Algorithm()
324 switch (keyAlgorithm_) { in handle()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_key.h73 KeyAlgorithm keyAlgorithm_ = OPAQUE; variable