Searched defs:KT_RSA (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/ | ||
D | ssl_identity.h | 32 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_ECDSA }; enumerator |
/external/openssh/ | ||
D | ssh-keyscan.c | 60 #define KT_RSA (1<<1) macro |