Home
last modified time | relevance | path

Searched refs:sshkey_impl_from_type (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssh/
H A Dsshkey.c174 sshkey_impl_from_type(int type) in sshkey_impl_from_type() function
231 if ((impl = sshkey_impl_from_type(type)) == NULL) in sshkey_type_is_cert()
419 if ((impl = sshkey_impl_from_type(type)) == NULL) in sshkey_type_is_valid_ca()
719 (impl = sshkey_impl_from_type(type)) == NULL) in sshkey_new()
793 if ((impl = sshkey_impl_from_type(k->type)) != NULL && in sshkey_free_contents()
847 if ((impl = sshkey_impl_from_type(a->type)) == NULL) in sshkey_equal_public()
900 if ((impl = sshkey_impl_from_type(type)) == NULL) in to_blob_buf()
1321 if (ret->type != KEY_UNSPEC && sshkey_impl_from_type(ret->type) == NULL) in sshkey_read()
1514 if ((impl = sshkey_impl_from_type(type)) == NULL) in sshkey_generate()
2030 if ((impl = sshkey_impl_from_type(type)) == NULL) { in sshkey_from_blob_internal()
[all …]
H A Dssh_namespace.h878 #define sshkey_impl_from_type Fssh_sshkey_impl_from_type macro