Home
last modified time | relevance | path

Searched refs:KT_RSA (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/acme-client/
H A Dparse.h31 KT_RSA = 0, enumerator
H A Dkeyproc.c126 case KT_RSA: in keyproc()
H A Dparse.y281 keytype : RSA { $$ = KT_RSA; }
283 | { $$ = KT_RSA; }
1033 case KT_RSA: in kt2txt()
H A Dacctproc.c491 case KT_RSA: in acctproc()
/openbsd/usr.bin/ssh/
H A Dssh-keyscan.c58 #define KT_RSA (1<<1) macro
69 int get_keytypes = KT_RSA|KT_ECDSA|KT_ED25519|KT_ECDSA_SK|KT_ED25519_SK;
223 case KT_RSA: in keygrab_ssh2()
727 get_keytypes |= KT_RSA; in main()