Searched refs:keyAlgorithm_ (Results 1 – 2 of 2) sorted by relevance
86 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()
73 KeyAlgorithm keyAlgorithm_ = OPAQUE; variable