Searched refs:key_type (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-11-stable/contrib/ntp/libntp/
H A Dssl_init.c102 int key_type; local
127 key_type = OBJ_sn2nid(upcased);
130 if (!key_type && !strncmp(CMAC, upcased, strlen(CMAC) + 1)) {
131 key_type = NID_cmac;
141 key_type = 0;
144 if (!key_type && 'm' == tolower((unsigned char)text[0])) {
145 key_type = NID_md5;
148 if (!key_type) {
154 md = EVP_get_digestbynid(key_type);
159 if (key_type
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp60 typedef std::string key_type; typedef in class:sample_trie_e_access_traits
65 key_type>::other::const_reference
/freebsd-11-stable/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 class:pb_ds::detail::PB_DS_CKDED_CLASS_NAME
114 m_p_e->m_value.first.~key_type();
/freebsd-11-stable/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 in struct:pb_ds::detail::basic_tree_policy_base
76 key_type>::type>::other::const_reference
128 typedef value_type key_type; typedef in struct:pb_ds::detail::basic_tree_policy_base
133 key_type>::type>::other::const_reference
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h149 using key_type = Key;
162 static lookup_type Lookup(data_type B, key_type K) {
166 static data_type Set(data_type B, key_type K, value_type E,
171 static data_type Remove(data_type B, key_type K, context_type F) {
175 static bool Contains(data_type B, key_type K) {
197 using key_type = Key;
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
216 static bool Contains(data_type B, key_type K) {
237 using key_type
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_multimap.h78 * keys). For a @c multimap<Key,T> the key_type is Key, the mapped_type
95 typedef _Key key_type; typedef in class:multimap
130 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
405 erase(const key_type& __x)
478 find(const key_type& __x)
493 find(const key_type& __x) const
502 count(const key_type& __x) const
517 lower_bound(const key_type& __x)
532 lower_bound(const key_type& __x) const
542 upper_bound(const key_type
[all...]
H A Dstl_multiset.h78 * keys). For a @c multiset<Key> the key_type and value_type are Key.
101 typedef _Key key_type; typedef in class:multiset
111 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
360 erase(const key_type& __x)
396 count(const key_type& __x) const
414 find(const key_type& __x)
418 find(const key_type& __x) const
435 lower_bound(const key_type& __x)
439 lower_bound(const key_type& __x) const
451 upper_bound(const key_type
[all...]
H A Dstl_set.h106 typedef _Key key_type; typedef in class:set
116 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
372 erase(const key_type& __x)
411 count(const key_type& __x) const
429 find(const key_type& __x)
433 find(const key_type& __x) const
450 lower_bound(const key_type& __x)
454 lower_bound(const key_type& __x) const
466 upper_bound(const key_type& __x)
470 upper_bound(const key_type
[all...]
H A Dstl_map.h80 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
96 typedef _Key key_type; typedef in class:map
131 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>,
342 operator[](const key_type& __k)
364 at(const key_type& __k)
373 at(const key_type& __k) const
468 erase(const key_type& __x)
541 find(const key_type& __x)
556 find(const key_type& __x) const
568 count(const key_type
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c79 u_int32_t key_type; local
90 key_type = OS_REG_READ(ah, AR_KEYTABLE_TYPE(entry));
101 if (key_type == AR_KEYTABLE_TYPE_TKIP && IS_MIC_ENABLED(ah)) {
118 if (key_type == AR_KEYTABLE_TYPE_TKIP ||
119 key_type == AR_KEYTABLE_TYPE_40 ||
120 key_type == AR_KEYTABLE_TYPE_104 ||
121 key_type == AR_KEYTABLE_TYPE_128) {
195 u_int32_t key_type; local
214 key_type = AR_KEYTABLE_TYPE_AES;
223 key_type
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dtree_policy.hpp85 typedef typename base_type::key_type key_type; typedef in class:pb_ds::tree_order_statistics_node_update
H A Dtrie_policy.hpp83 typedef String key_type; typedef in struct:pb_ds::string_trie_e_access_traits
84 typedef typename Allocator::template rebind<key_type>::other key_rebind;
163 typedef typename base_type::key_type key_type; typedef in class:pb_ds::trie_prefix_search_node_update
264 typedef typename base_type::key_type key_type; typedef in class:pb_ds::trie_order_statistics_node_update
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dmultiset.h57 typedef _Key key_type; typedef in class:std::__debug::multiset
173 erase(const key_type& __x)
214 find(const key_type& __x)
220 find(const key_type& __x) const
226 lower_bound(const key_type& __x)
232 lower_bound(const key_type& __x) const
236 upper_bound(const key_type& __x)
242 upper_bound(const key_type& __x) const
246 equal_range(const key_type& __x)
258 equal_range(const key_type
[all...]
H A Dset.h57 typedef _Key key_type; typedef in class:std::__debug::set
178 erase(const key_type& __x)
219 find(const key_type& __x)
225 find(const key_type& __x) const
231 lower_bound(const key_type& __x)
237 lower_bound(const key_type& __x) const
241 upper_bound(const key_type& __x)
247 upper_bound(const key_type& __x) const
251 equal_range(const key_type& __x)
263 equal_range(const key_type
[all...]
H A Dmap.h57 typedef _Key key_type; typedef in class:std::__debug::map
187 erase(const key_type& __x)
227 find(const key_type& __x)
231 find(const key_type& __x) const
237 lower_bound(const key_type& __x)
241 lower_bound(const key_type& __x) const
245 upper_bound(const key_type& __x)
249 upper_bound(const key_type& __x) const
253 equal_range(const key_type& __x)
263 equal_range(const key_type
[all...]
H A Dmultimap.h57 typedef _Key key_type; typedef in class:std::__debug::multimap
173 erase(const key_type& __x)
214 find(const key_type& __x)
218 find(const key_type& __x) const
224 lower_bound(const key_type& __x)
228 lower_bound(const key_type& __x) const
232 upper_bound(const key_type& __x)
236 upper_bound(const key_type& __x) const
240 equal_range(const key_type& __x)
250 equal_range(const key_type
[all...]
H A Dhash_map.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_map
173 find(const key_type& __key)
177 find(const key_type& __key) const
184 equal_range(const key_type& __key)
194 equal_range(const key_type& __key) const
204 erase(const key_type& __key)
H A Dhash_multimap.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_multimap
155 find(const key_type& __key)
159 find(const key_type& __key) const
165 equal_range(const key_type& __key)
175 equal_range(const key_type& __key) const
185 erase(const key_type& __key)
H A Dhash_multiset.h59 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_multiset
150 find(const key_type& __key) const
156 equal_range(const key_type& __key) const
166 erase(const key_type& __key)
H A Dhash_set.h58 typedef typename _Base::key_type key_type; typedef in class:__gnu_cxx::__debug::hash_set
163 find(const key_type& __key) const
169 equal_range(const key_type& __key) const
179 erase(const key_type& __key)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp69 typedef typename key_allocator::value_type key_type; typedef in struct:pb_ds::detail::types_traits
/freebsd-11-stable/crypto/openssl/apps/
H A Drsautl.c93 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
153 key_type = KEY_PUBKEY;
155 key_type = KEY_CERT;
192 if (need_priv && (key_type != KEY_PRIVKEY)) {
205 switch (key_type) {
H A Dpkeyutl.c76 const char *keyfile, int keyform, int key_type,
94 int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; local
175 key_type = KEY_PUBKEY;
177 key_type = KEY_CERT;
220 ctx = init_ctx(&keysize, inkey, keyform, key_type,
407 const char *keyfile, int keyform, int key_type,
419 && (key_type != KEY_PRIVKEY)) {
427 switch (key_type) {
406 init_ctx(int *pkeysize, const char *keyfile, int keyform, int key_type, char *passargin, int pkey_op, ENGINE *e, int engine_impl) argument
/freebsd-11-stable/contrib/ntp/sntp/
H A Dcrypto.c38 int key_type; local
41 key_type = keytype_from_text(macname, NULL);
45 if (key_type == NID_cmac) {
93 if (!EVP_DigestInit_ex(ctx, EVP_get_digestbynid(key_type), NULL)) {
114 EVP_DigestInit(ctx, EVP_get_digestbynid(key_type));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h30 using key_type = const T;
66 using key_type = typename ValInfo::key_type;
118 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
261 using key_type = typename ValInfo::key_type;
329 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D));

Completed in 354 milliseconds

1234