Searched refs:Key (Results 1 - 25 of 188) sorted by relevance

12345678

/freebsd-10.0-release/crypto/openssh/
H A Dauthfile.h18 int key_save_private(Key *, const char *, const char *, const char *);
20 Key *key_load_cert(const char *);
21 Key *key_load_public(const char *, char **);
22 Key *key_load_public_type(int, const char *, char **);
23 Key *key_parse_private(Buffer *, const char *, const char *, char **);
24 Key *key_load_private(const char *, const char *, char **);
25 Key *key_load_private_cert(int, const char *, const char *, int *);
26 Key *key_load_private_type(int, const char *, const char *, char **, int *);
27 Key *key_load_private_pem(int, int, const char *, char **);
29 int key_in_file(Key *, cons
[all...]
H A Dkey.h36 typedef struct Key Key; typedef in typeref:struct:Key
74 Key *signature_key;
77 struct Key { struct
91 Key *key_new(int);
92 void key_add_private(Key *);
93 Key *key_new_private(int);
94 void key_free(Key *);
95 Key *key_demote(const Key *);
[all...]
H A Dssh-pkcs11.h19 int pkcs11_add_provider(char *, char *, Key ***);
H A Dkrl.h44 void ssh_krl_set_sign_key(struct ssh_krl *krl, const Key *sign_key);
46 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const Key *ca_key,
48 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const Key *ca_key,
50 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const Key *ca_key,
52 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const Key *key);
53 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const Key *key);
54 int ssh_krl_revoke_key(struct ssh_krl *krl, const Key *key);
55 int ssh_krl_to_blob(struct ssh_krl *krl, Buffer *buf, const Key **sign_keys,
58 const Key **sign_ca_keys, u_int nsign_ca_keys);
59 int ssh_krl_check_key(struct ssh_krl *krl, const Key *ke
[all...]
H A Dauthfd.h76 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
77 Key *ssh_get_next_identity(AuthenticationConnection *, char **, int);
78 int ssh_add_identity_constrained(AuthenticationConnection *, Key *,
80 int ssh_remove_identity(AuthenticationConnection *, Key *);
87 ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],
91 ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, u_int *, u_char *,
H A Dhostfile.h29 Key *key;
38 HostStatus check_key_in_hostkeys(struct hostkeys *, Key *,
43 int hostfile_read_key(char **, int *, Key *);
44 int add_host_to_hostfile(const char *, const char *, const Key *, int);
H A Ddns.h52 int verify_host_key_dns(const char *, struct sockaddr *, Key *, int *);
53 int export_dns_rr(const char *, Key *, FILE *, int);
H A Dauth.h114 int auth_rhosts_rsa(Authctxt *, char *, Key *);
117 int auth_rsa_challenge_dialog(Key *);
118 BIGNUM *auth_rsa_generate_challenge(Key *);
119 int auth_rsa_verify_response(Key *, BIGNUM *, u_char[]);
120 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
122 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
123 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
124 int user_key_allowed(struct passwd *, Key *);
125 void pubkey_auth_info(Authctxt *, const Key *, const char *, ...)
193 int auth_key_is_revoked(Key *);
[all...]
H A Dmonitor_wrap.h43 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
48 int mm_key_allowed(enum mm_keytype, char *, char *, Key *);
49 int mm_user_key_allowed(struct passwd *, Key *);
50 int mm_hostbased_key_allowed(struct passwd *, char *, char *, Key *);
51 int mm_auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
52 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
53 int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
54 int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);
55 BIGNUM *mm_auth_rsa_generate_challenge(Key *);
89 /* Key expor
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dtraits.hpp56 template<typename Key,
66 Key,
72 Key,
78 Key,
83 Key,
92 template<typename Key,
101 Key,
107 Key,
113 Key,
118 Key,
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dtraits.hpp57 template<typename Key,
67 Key,
73 Key,
79 Key,
84 Key,
93 template<typename Key,
101 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
103 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
105 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
107 Key,
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { argument
26 table_t::iterator I = InternTable.find(Key);
30 entry_t *S = entry_t::Create(Key.begin(), Key.end());
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DLambdaMangleContext.cpp26 QualType Key = local
31 Key = Context.getCanonicalType(Key);
32 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp60 template<typename Key, class Cmp_Fn>
64 operator()(const Key& r_lhs, const Key& r_rhs) const
H A Dhash_eq_fn.hpp58 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
62 template<typename Key, class Eq_Fn, class Allocator>
65 hash_eq_fn<Key, Eq_Fn, Allocator, false>
70 template<typename Key, class Eq_Fn, class Allocator>
71 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
75 typedef typename Allocator::template rebind<Key>::other key_allocator;
117 template<typename Key, class Eq_Fn, class Allocator>
120 hash_eq_fn<Key, Eq_Fn, Allocator, true>
125 template<typename Key, class Eq_Fn, class Allocator>
126 struct hash_eq_fn<Key, Eq_F
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp58 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
61 typedef value_type_base<Key, Mapped, Alloc, Store_Extra> type;
64 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
66 : public vt_base_selector<Key, Mapped, Alloc, Store_Extra>::type
68 typedef typename Alloc::template rebind<Key>::other key_allocator;
80 typename no_throw_copies<Key, Mapped>::indicator m_no_throw_copies_indicator;
H A Dbasic_types.hpp59 template<typename Key, typename Mapped, typename Allocator, bool Store_Hash>
66 template<typename Key, typename Mapped, typename Allocator>
67 struct value_type_base<Key, Mapped, Allocator, false>
76 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
93 template<typename Key, typename Mapped, typename Allocator>
94 struct value_type_base<Key, Mapped, Allocator, true>
103 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
118 template<typename Key, typename Allocator>
121 value_type_base<Key, null_mapped_type, Allocator, false>
127 template<typename Key, typenam
[all...]
H A Dcontainer_base_dispatch.hpp113 template<typename Key, typename Mapped, typename Data_Structure_Taq,
117 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
118 struct container_base_dispatch<Key, Mapped, list_update_tag,
128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
131 template<typename Key, typename Policy_Tl, typename Alloc>
132 struct container_base_dispatch<Key, null_mapped_type, list_update_tag,
142 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type;
145 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
146 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
153 typedef pat_trie_data_<Key, Mappe
[all...]
H A Dstandard_policies.hpp63 template<typename Key>
66 typedef __gnu_cxx::hash< Key> type;
69 template<typename Key>
72 typedef std::equal_to< Key> type;
138 template<typename Key>
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DSubtargetFeature.h35 const char *Key; // K-V key string member in struct:llvm::SubtargetFeatureKV
42 return strcmp(Key, S.Key) < 0;
52 const char *Key; // K-V key string member in struct:llvm::SubtargetInfoKV
57 return strcmp(Key, S.Key) < 0;
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringSet.h30 bool insert(StringRef Key) { argument
35 assert(!Key.empty());
36 StringMapEntry<char> &Entry = this->GetOrCreateValue(Key);
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dnull_node_metadata.hpp56 template<typename Key, class Data, class Allocator>
60 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator;
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp57 template<typename Key,
67 Key,
77 Key,
86 Key,
124 template<typename Key,
133 Key,
143 Key,
152 Key,
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_pass2.c69 for(sp=Syntax;sp->Key;sp++)
70 if(!strcmp(p+3,sp->Key))
86 (!strcmp(sp->Key,"FR") || !strcmp(sp->Key,"DR"))) {
104 sp->Key,name);
111 sp->Key,name);
112 if (sp->Key[1] == 'R')
121 sp->Key,name);
128 sp->Key,name);
137 sp->Key,nam
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp59 template<typename Key, typename Hash_Fn, typename Allocator,
64 template<typename Key, typename Hash_Fn, typename Allocator, \
68 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
75 template<typename Key, typename Hash_Fn, typename Allocator,
77 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
84 typedef typename Allocator::template rebind< Key>::other key_allocator;
146 template<typename Key, typename Hash_Fn, typename Allocator, \
150 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
157 template<typename Key, typename Hash_Fn, typename Allocator,
159 class ranged_hash_fn<Key, Hash_F
[all...]

Completed in 246 milliseconds

12345678