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

12345678

/freebsd-11.0-release/crypto/openssh/
H A Dkey.h31 typedef struct sshkey Key; typedef in typeref:struct:sshkey
62 void key_add_private(Key *);
63 Key *key_new_private(int);
64 void key_free(Key *);
65 Key *key_demote(const Key *);
66 int key_write(const Key *, FILE *);
67 int key_read(Key *, char **);
69 Key *key_generate(int, u_int);
70 Key *key_from_privat
[all...]
H A Dkey.c24 key_add_private(Key *k)
32 Key *
35 Key *ret = NULL;
43 key_read(Key *ret, char **cpp)
49 key_write(const Key *key, FILE *f)
54 Key *
58 Key *ret = NULL;
66 key_cert_copy(const Key *from_key, Key *to_key)
74 Key *
[all...]
H A Dauth.h119 int auth_rhosts_rsa(Authctxt *, char *, Key *);
122 int auth_rsa_challenge_dialog(Key *);
123 BIGNUM *auth_rsa_generate_challenge(Key *);
124 int auth_rsa_verify_response(Key *, BIGNUM *, u_char[]);
125 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
127 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
128 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
129 int user_key_allowed(struct passwd *, Key *, int);
130 void pubkey_auth_info(Authctxt *, const Key *, const char *, ...)
198 int auth_key_is_revoked(Key *);
[all...]
H A Dmonitor_wrap.h43 int mm_key_sign(Key *, u_char **, u_int *, const u_char *, u_int, const char *);
48 int mm_key_allowed(enum mm_keytype, char *, char *, Key *, int);
49 int mm_user_key_allowed(struct passwd *, Key *, int);
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...]
H A Dsshconnect.h29 Key **keys;
44 int verify_host_key(char *, struct sockaddr *, Key *);
58 void maybe_add_key_to_agent(char *, Key *, char *, char *);
/freebsd-11.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-11.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-11.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-11.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-11.0-release/contrib/llvm/lib/Support/
H A DOptions.cpp25 void OptionRegistry::addOption(void *Key, cl::Option *O) { argument
26 assert(Options.find(Key) == Options.end() &&
28 Options.insert(std::make_pair(Key, O));
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);
/freebsd-11.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-11.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-11.0-release/contrib/llvm/include/llvm/ADT/
H A DStringSet.h32 std::pair<typename base::iterator, bool> insert(StringRef Key) { argument
33 assert(!Key.empty());
34 return base::insert(std::make_pair(Key, '\0'));
H A DSparseSet.h74 unsigned operator()(const KeyT &Key) const {
75 return KeyFunctorT()(Key);
205 assert(Idx < Universe && "Key out of range");
221 /// @param Key A valid key to find.
224 iterator find(const KeyT &Key) {
225 return findIndex(KeyIndexOf(Key));
228 const_iterator find(const KeyT &Key) const {
229 return const_cast<SparseSet*>(this)->findIndex(KeyIndexOf(Key));
232 /// count - Returns 1 if this set contains an element identified by Key,
235 size_type count(const KeyT &Key) cons
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DSubtargetFeature.h53 const char *Key; // K-V key string member in struct:llvm::SubtargetFeatureKV
60 return StringRef(Key) < S;
65 return StringRef(Key) < StringRef(Other.Key);
75 const char *Key; // K-V key string member in struct:llvm::SubtargetInfoKV
80 return StringRef(Key) < S;
/freebsd-11.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-11.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...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetRecip.h38 void setDefaults(StringRef Key, bool Enable, unsigned RefSteps);
43 bool isEnabled(StringRef Key) const;
47 unsigned getRefinementSteps(StringRef Key) const;
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dcond_key_dtor_entry_dealtor.hpp75 m_p_nd->m_value.first.~Key();
/freebsd-11.0-release/crypto/heimdal/lib/hdb/
H A Dhdb-protos.h96 Key **/*key*/);
200 hdb_free_key (Key */*key*/);
206 Key */*keys*/);
217 Key **/*ret_key_set*/,
226 Key **/*keys*/,
290 Key **/*key*/);
329 Key */*k*/);
334 Key */*k*/,
374 Key */*k*/);
379 Key */*
[all...]

Completed in 124 milliseconds

12345678