Searched defs:KT_DEFAULT (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsslidentity.h115 // KT_DEFAULT is currently an alias for KT_RSA. This is likely to change.
118 // TODO(hbos,torbjorng): Don't change KT_DEFAULT without first updating
121 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA }; enumerator in enum:rtc::KeyType
138 explicit KeyParams(KeyType key_type = KT_DEFAULT);

Completed in 73 milliseconds