Lines Matching refs:KEY_RSA
95 { "ssh-rsa", "RSA", KEY_RSA, 0, 0, 0 },
96 { "rsa-sha2-256", "RSA", KEY_RSA, 0, 0, 1 },
97 { "rsa-sha2-512", "RSA", KEY_RSA, 0, 0, 1 },
276 case KEY_RSA: in sshkey_size()
297 case KEY_RSA: in sshkey_type_is_valid_ca()
321 return KEY_RSA; in sshkey_type_plain()
479 case KEY_RSA: in sshkey_new()
537 case KEY_RSA: in sshkey_add_private()
593 case KEY_RSA: in sshkey_free()
672 case KEY_RSA: in sshkey_equal_public()
778 case KEY_RSA: in to_blob_buf()
1270 case KEY_RSA: in sshkey_read()
1338 case KEY_RSA: in sshkey_read()
1690 case KEY_RSA: in sshkey_generate()
1801 case KEY_RSA: in sshkey_from_private()
2002 case KEY_RSA: in sshkey_from_blob_internal()
2204 case KEY_RSA: in sshkey_sign()
2236 case KEY_RSA: in sshkey_verify()
2273 case KEY_RSA: in sshkey_demote()
2345 case KEY_RSA: in sshkey_to_certified()
2590 case KEY_RSA: in sshkey_private_serialize()
2767 case KEY_RSA: in sshkey_private_deserialize()
2829 case KEY_RSA: in sshkey_private_deserialize()
3540 case KEY_RSA: in sshkey_private_pem_to_blob()
3580 case KEY_RSA: in sshkey_private_to_fileblob()
3845 (type == KEY_UNSPEC || type == KEY_RSA)) { in sshkey_parse_private_pem_fileblob()
3851 prv->type = KEY_RSA; in sshkey_parse_private_pem_fileblob()
3931 case KEY_RSA: in sshkey_parse_private_fileblob_type()