Searched refs:MM_RSAUSERKEY (Results 1 – 2 of 2) sorted by relevance
34 enum mm_keytype {MM_NOKEY, MM_HOSTKEY, MM_USERKEY, MM_RSAHOSTKEY, MM_RSAUSERKEY}; enumerator
1679 key_blobtype = MM_RSAUSERKEY; in mm_answer_rsa_keyallowed()1705 if (key_blobtype != MM_RSAUSERKEY && key_blobtype != MM_RSAHOSTKEY) in mm_answer_rsa_challenge()1747 if (key_blobtype != MM_RSAUSERKEY && key_blobtype != MM_RSAHOSTKEY) in mm_answer_rsa_response()1760 auth_method = key_blobtype == MM_RSAUSERKEY ? "rsa" : "rhosts-rsa"; in mm_answer_rsa_response()