Home
last modified time | relevance | path

Searched defs:ktype (Results 1 – 19 of 19) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dssh-ed25519-sk.c99 ssh_ed25519_sk_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ed25519_sk_deserialize_public()
112 ssh_ed25519_sk_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ed25519_sk_deserialize_private()
132 char *ktype = NULL; in ssh_ed25519_sk_verify() local
H A Dssh-ed25519.c103 ssh_ed25519_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ed25519_deserialize_public()
121 ssh_ed25519_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ed25519_deserialize_private()
211 char *ktype = NULL; in ssh_ed25519_verify() local
H A Dssh-xmss.c132 ssh_xmss_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_xmss_deserialize_public()
164 ssh_xmss_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_xmss_deserialize_private()
283 char *ktype = NULL; in ssh_xmss_verify() local
H A Dssh-ecdsa-sk.c128 ssh_ecdsa_sk_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ecdsa_sk_deserialize_public()
141 ssh_ecdsa_sk_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ecdsa_sk_deserialize_private()
247 char *ktype = NULL, *webauthn_origin = NULL; in ssh_ecdsa_sk_verify() local
H A Dssh-ecdsa.c157 ssh_ecdsa_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ecdsa_deserialize_public()
200 ssh_ecdsa_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ecdsa_deserialize_private()
303 char *ktype = NULL; in ssh_ecdsa_verify() local
H A Dssh-dss.c201 ssh_dss_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_dss_deserialize_public()
238 ssh_dss_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_dss_deserialize_private()
340 char *ktype = NULL; in ssh_dss_verify() local
H A Dssh-rsa.c186 ssh_rsa_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_rsa_deserialize_public()
216 ssh_rsa_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_rsa_deserialize_private()
H A Dssh_api.c533 int ktype, r; in _ssh_order_hostkeyalgs() local
H A Dhostfile.c763 char *line = NULL, ktype[128]; in hostkeys_foreach_file() local
H A Dsshconnect.c728 const char *ktype = sshkey_ssh_name(key); in hostkey_accepted_by_hostkeyalgs() local
H A Dsshkey.c298 int ktype; in sshkey_match_keyname_to_sigalgs() local
1901 char *ktype = NULL; in sshkey_from_blob_internal() local
H A Dsshconnect2.c127 int ktype; in order_hostkeyalgs() local
H A Dssh-keygen.c483 int r, rlen, ktype; in do_convert_private_ssh2() local
/dflybsd-src/sys/dev/drm/
H A Dlinux_kobject.c30 int kobject_init_and_add(struct kobject *kobj, struct kobj_type *ktype, in kobject_init_and_add()
/dflybsd-src/sys/dev/drm/include/linux/
H A Dkobject.h53 struct kobj_type *ktype; member
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-objcp-common.c147 tree ktype = CONST_CAST_TREE (type); in cp_get_debug_type() local
/dflybsd-src/crypto/libressl/crypto/dh/
H A Ddh_ameth.c319 const char *ktype = NULL; in do_dh_print() local
/dflybsd-src/crypto/libressl/crypto/dsa/
H A Ddsa_ameth.c390 const char *ktype = NULL; in do_dsa_print() local
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec_ameth.c439 do_EC_KEY_print(BIO * bp, const EC_KEY * x, int off, int ktype) in do_EC_KEY_print()