Lines Matching defs:k
76 Key *k; in key_new() local
134 key_add_private(Key *k) in key_add_private()
174 Key *k = key_new(type); in key_new_private() local
199 key_free(Key *k) in key_free()
327 key_fingerprint_raw(Key *k, enum fp_type dgst_type, u_int *dgst_raw_length) in key_fingerprint_raw()
492 key_fingerprint_randomart(u_char *dgst_raw, u_int dgst_raw_len, const Key *k) in key_fingerprint_randomart()
568 key_fingerprint(Key *k, enum fp_type dgst_type, enum fp_rep dgst_rep) in key_fingerprint()
658 Key *k; in key_read() local
890 key_type(const Key *k) in key_type()
920 key_cert_type(const Key *k) in key_cert_type()
979 key_ssh_name(const Key *k) in key_ssh_name()
985 key_ssh_name_plain(const Key *k) in key_ssh_name_plain()
992 key_size(const Key *k) in key_size()
1065 key_ecdsa_key_to_nid(EC_KEY *k) in key_ecdsa_key_to_nid()
1129 Key *k = key_new(KEY_UNSPEC); in key_generate() local
1201 key_from_private(const Key *k) in key_from_private()
1709 key_demote(const Key *k) in key_demote()
1772 key_is_cert(const Key *k) in key_is_cert()
1808 key_to_certified(Key *k, int legacy) in key_to_certified()
1834 key_drop_cert(Key *k) in key_drop_cert()
1862 key_certify(Key *k, Key *ca) in key_certify()
1974 key_cert_check_authority(const Key *k, int want_host, int require_principal, in key_cert_check_authority()
2027 key_cert_is_legacy(Key *k) in key_cert_is_legacy()