Home
last modified time | relevance | path

Searched refs:key_type (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd-12.1/contrib/ntp/libntp/
H A Dssl_init.c102 int key_type; in keytype_from_text() local
127 key_type = OBJ_sn2nid(upcased); in keytype_from_text()
131 key_type = NID_cmac; in keytype_from_text()
141 key_type = 0; in keytype_from_text()
145 key_type = NID_md5; in keytype_from_text()
148 if (!key_type) { in keytype_from_text()
154 md = EVP_get_digestbynid(key_type); in keytype_from_text()
159 if (key_type == NID_cmac) { in keytype_from_text()
171 keytype_name(key_type)); in keytype_from_text()
174 keytype_name(key_type)); in keytype_from_text()
[all …]
/freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c79 u_int32_t key_type; in ar9300_reset_key_cache_entry() local
121 key_type == AR_KEYTABLE_TYPE_128) { in ar9300_reset_key_cache_entry()
195 u_int32_t key_type; in ar9300_set_key_cache_entry() local
214 key_type = AR_KEYTABLE_TYPE_AES; in ar9300_set_key_cache_entry()
223 key_type = AR_KEYTABLE_TYPE_CCM; in ar9300_set_key_cache_entry()
226 key_type = AR_KEYTABLE_TYPE_TKIP; in ar9300_set_key_cache_entry()
241 key_type = AR_KEYTABLE_TYPE_40; in ar9300_set_key_cache_entry()
243 key_type = AR_KEYTABLE_TYPE_104; in ar9300_set_key_cache_entry()
245 key_type = AR_KEYTABLE_TYPE_128; in ar9300_set_key_cache_entry()
249 key_type = AR_KEYTABLE_TYPE_CLR; in ar9300_set_key_cache_entry()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h150 using key_type = Key;
163 static lookup_type Lookup(data_type B, key_type K) {
167 static data_type Set(data_type B, key_type K, value_type E,
172 static data_type Remove(data_type B, key_type K, context_type F) {
176 static bool Contains(data_type B, key_type K) {
198 using key_type = Key;
209 static data_type Add(data_type B, key_type K, context_type F) {
217 static bool Contains(data_type B, key_type K) {
238 using key_type = T;
241 static data_type Add(data_type L, key_type K, context_type F) {
[all …]
H A DProgramState.h411 add(typename ProgramStateTrait<T>::key_type K) const;
421 get(typename ProgramStateTrait<T>::key_type key) const { in get()
431 remove(typename ProgramStateTrait<T>::key_type K) const;
435 remove(typename ProgramStateTrait<T>::key_type K,
446 set(typename ProgramStateTrait<T>::key_type K,
451 set(typename ProgramStateTrait<T>::key_type K,
456 bool contains(typename ProgramStateTrait<T>::key_type key) const { in contains()
627 typename ProgramStateTrait<T>::key_type K, in set()
637 typename ProgramStateTrait<T>::key_type K, in add()
645 typename ProgramStateTrait<T>::key_type K, in remove()
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_map.h342 operator[](const key_type& __k) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
364 at(const key_type& __k) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
373 at(const key_type& __k) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
468 erase(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
541 find(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
556 find(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
568 count(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
583 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
598 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
608 upper_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
[all …]
H A Dstl_multiset.h101 typedef _Key key_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
360 erase(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
396 count(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
414 find(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
418 find(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
435 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
439 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
451 upper_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
455 upper_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
476 equal_range(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
[all …]
H A Dstl_set.h106 typedef _Key key_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
372 erase(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
411 count(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
429 find(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
433 find(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
450 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
454 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
466 upper_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
470 upper_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
491 equal_range(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
[all …]
H A Dstl_multimap.h130 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
405 erase(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
478 find(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
493 find(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
502 count(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
517 lower_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
532 lower_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
542 upper_bound(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
552 upper_bound(const key_type& __x) const in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
569 equal_range(const key_type& __x) in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
[all …]
/freebsd-12.1/contrib/libc++/include/
H A Dmap119 mapped_type& operator[](const key_type& k);
120 mapped_type& operator[](key_type&& k);
122 mapped_type& at(const key_type& k);
166 size_type erase(const key_type& k);
189 iterator find(const key_type& k);
380 size_type erase(const key_type& k);
403 iterator find(const key_type& k);
1128 mapped_type& operator[](key_type&& __k);
1300 size_type erase(const key_type& __k)
1326 node_type extract(key_type const& __key)
[all …]
H A Dset127 size_type erase(const key_type& k);
152 iterator find(const key_type& k);
327 size_type erase(const key_type& k);
352 iterator find(const key_type& k);
682 size_type erase(const key_type& __k)
708 node_type extract(key_type const& __key)
788 iterator lower_bound(const key_type& __k)
806 iterator upper_bound(const key_type& __k)
1194 node_type extract(key_type const& __key)
1276 iterator lower_bound(const key_type& __k)
[all …]
H A Dunordered_map152 size_type erase(const key_type& k);
175 iterator find(const key_type& k);
177 size_type count(const key_type& k) const;
182 mapped_type& operator[](key_type&& k);
184 mapped_type& at(const key_type& k);
191 size_type bucket(const key_type& k) const;
333 size_type erase(const key_type& k);
356 iterator find(const key_type& k);
358 size_type count(const key_type& k) const;
1216 node_type extract(key_type const& __key)
[all …]
H A Dunordered_set126 size_type erase(const key_type& k);
147 iterator find(const key_type& k);
148 const_iterator find(const key_type& k) const;
149 size_type count(const key_type& k) const;
157 size_type bucket(const key_type& k) const;
290 size_type erase(const key_type& k);
311 iterator find(const key_type& k);
313 size_type count(const key_type& k) const;
321 size_type bucket(const key_type& k) const;
618 node_type extract(key_type const& __key)
[all …]
/freebsd-12.1/contrib/libc++/include/ext/
H A Dhash_set27 typedef Value key_type;
70 size_type erase(const key_type& k);
79 iterator find(const key_type& k);
80 const_iterator find(const key_type& k) const;
81 size_type count(const key_type& k) const;
82 pair<iterator, iterator> equal_range(const key_type& k);
156 size_type erase(const key_type& k);
165 iterator find(const key_type& k);
166 const_iterator find(const key_type& k) const;
167 size_type count(const key_type& k) const;
[all …]
H A Dhash_map71 size_type erase(const key_type& k);
80 iterator find(const key_type& k);
81 const_iterator find(const key_type& k) const;
82 size_type count(const key_type& k) const;
86 mapped_type& operator[](const key_type& k);
161 size_type erase(const key_type& k);
170 iterator find(const key_type& k);
171 const_iterator find(const key_type& k) const;
172 size_type count(const key_type& k) const;
588 mapped_type& operator[](const key_type& __k);
[all …]
/freebsd-12.1/contrib/bearssl/tools/
H A Dxmem.c83 pk2->key_type = pk->key_type; in xpkeydup()
84 switch (pk->key_type) { in xpkeydup()
99 (unsigned)pk->key_type); in xpkeydup()
113 switch (pk->key_type) { in xfreepkey()
124 (unsigned)pk->key_type); in xfreepkey()
/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dmultiset.h57 typedef _Key key_type; typedef
173 erase(const key_type& __x) in erase()
214 find(const key_type& __x) in find()
220 find(const key_type& __x) const in find()
226 lower_bound(const key_type& __x) in lower_bound()
232 lower_bound(const key_type& __x) const in lower_bound()
236 upper_bound(const key_type& __x) in upper_bound()
242 upper_bound(const key_type& __x) const in upper_bound()
246 equal_range(const key_type& __x) in equal_range()
258 equal_range(const key_type& __x) const in equal_range()
H A Dset.h57 typedef _Key key_type; typedef
178 erase(const key_type& __x) in erase()
219 find(const key_type& __x) in find()
225 find(const key_type& __x) const in find()
231 lower_bound(const key_type& __x) in lower_bound()
237 lower_bound(const key_type& __x) const in lower_bound()
241 upper_bound(const key_type& __x) in upper_bound()
247 upper_bound(const key_type& __x) const in upper_bound()
251 equal_range(const key_type& __x) in equal_range()
263 equal_range(const key_type& __x) const in equal_range()
H A Dmultimap.h57 typedef _Key key_type; typedef
173 erase(const key_type& __x) in erase()
214 find(const key_type& __x) in find()
218 find(const key_type& __x) const in find()
224 lower_bound(const key_type& __x) in lower_bound()
228 lower_bound(const key_type& __x) const in lower_bound()
232 upper_bound(const key_type& __x) in upper_bound()
236 upper_bound(const key_type& __x) const in upper_bound()
240 equal_range(const key_type& __x) in equal_range()
250 equal_range(const key_type& __x) const in equal_range()
H A Dmap.h57 typedef _Key key_type; typedef
187 erase(const key_type& __x) in erase()
227 find(const key_type& __x) in find()
231 find(const key_type& __x) const in find()
237 lower_bound(const key_type& __x) in lower_bound()
241 lower_bound(const key_type& __x) const in lower_bound()
245 upper_bound(const key_type& __x) in upper_bound()
249 upper_bound(const key_type& __x) const in upper_bound()
253 equal_range(const key_type& __x) in equal_range()
263 equal_range(const key_type& __x) const in equal_range()
H A Dhash_multimap.h59 typedef typename _Base::key_type key_type; typedef
155 find(const key_type& __key) in find()
159 find(const key_type& __key) const in find()
165 equal_range(const key_type& __key) in equal_range()
175 equal_range(const key_type& __key) const in equal_range()
185 erase(const key_type& __key) in erase()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp83 typedef String key_type; typedef
84 typedef typename Allocator::template rebind<key_type>::other key_rebind;
163 typedef typename base_type::key_type key_type; typedef in pb_ds::trie_prefix_search_node_update
264 typedef typename base_type::key_type key_type; typedef in pb_ds::trie_order_statistics_node_update
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp71 typedef typename value_type::first_type key_type; typedef
76 key_type>::type>::other::const_reference
128 typedef value_type key_type; typedef
133 key_type>::type>::other::const_reference
/freebsd-12.1/crypto/openssl/apps/
H A Dpkeyutl.c23 const char *keyfile, int keyform, int key_type,
88 int keysize = -1, pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in pkeyutl_main() local
147 key_type = KEY_PUBKEY; in pkeyutl_main()
150 key_type = KEY_CERT; in pkeyutl_main()
178 key_type = KEY_NONE; in pkeyutl_main()
216 ctx = init_ctx(kdfalg, &keysize, inkey, keyform, key_type, in pkeyutl_main()
366 const char *keyfile, int keyform, int key_type, in init_ctx() argument
378 && (key_type != KEY_PRIVKEY && kdfalg == NULL)) { in init_ctx()
386 switch (key_type) { in init_ctx()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcond_key_dtor_entry_dealtor.hpp64 typedef typename HT_Map::key_type key_type; typedef in pb_ds::detail::PB_DS_CKDED_CLASS_NAME
114 m_p_e->m_value.first.~key_type(); in ~PB_DS_CKDED_CLASS_NAME()
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dhash_map92 typedef typename _Ht::key_type key_type;
214 find(const key_type& __key)
218 find(const key_type& __key) const
222 operator[](const key_type& __key)
226 count(const key_type& __key) const
230 equal_range(const key_type& __key)
238 erase(const key_type& __key)
314 typedef typename _Ht::key_type key_type;
436 find(const key_type& __key)
440 find(const key_type& __key) const
[all …]

12345