| /openbsd-src/lib/libssl/ |
| H A D | ssl_sigalgs.c | 33 .key_type = EVP_PKEY_RSA, 39 .key_type = EVP_PKEY_EC, 46 .key_type = EVP_PKEY_RSA, 52 .key_type = EVP_PKEY_EC, 59 .key_type = EVP_PKEY_RSA, 65 .key_type = EVP_PKEY_EC, 72 .key_type = EVP_PKEY_RSA, 79 .key_type = EVP_PKEY_RSA, 86 .key_type = EVP_PKEY_RSA, 93 .key_type = EVP_PKEY_RSA, [all …]
|
| /openbsd-src/regress/lib/libssl/certs/ |
| H A D | make-certs.sh | 88 local key_type=$1 90 alg=${key_type%:*} 91 param=${key_type#*:} 94 echo "-newkey ${key_type}"; 98 echo "Unknown key type ${key_type}" >&2 104 local name=$1 file=$2 key_type=$3 106 key_args=$(key_type_to_args "${key_type}") 115 local name=$1 file=$2 issuer_file=$3 key_type=$4 117 key_args=$(key_type_to_args "${key_type}") 129 local name=$1 file=$2 issuer_file=$3 key_type=$4 [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | stl_set.h | 93 typedef _Key key_type; typedef 98 typedef _Rb_tree<key_type, value_type, 170 size_type erase(const key_type& __x) { in erase() 181 size_type count(const key_type& __x) const { in count() 187 iterator find(const key_type& __x) { return _M_t.find(__x); } in find() 188 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() 189 iterator lower_bound(const key_type& __x) { in lower_bound() 192 const_iterator lower_bound(const key_type& __x) const { in lower_bound() 195 iterator upper_bound(const key_type& __x) { in upper_bound() 198 const_iterator upper_bound(const key_type& __x) const { in upper_bound() [all …]
|
| H A D | stl_multiset.h | 94 typedef _Key key_type; typedef 99 typedef _Rb_tree<key_type, value_type, 173 size_type erase(const key_type& __x) { in erase() 184 size_type count(const key_type& __x) const { return _M_t.count(__x); } in count() 188 iterator find(const key_type& __x) { return _M_t.find(__x); } in find() 189 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() 190 iterator lower_bound(const key_type& __x) { in lower_bound() 193 const_iterator lower_bound(const key_type& __x) const { in lower_bound() 196 iterator upper_bound(const key_type& __x) { in upper_bound() 199 const_iterator upper_bound(const key_type& __x) const { in upper_bound() [all …]
|
| H A D | stl_map.h | 98 typedef _Key key_type; typedef 117 typedef _Rb_tree<key_type, value_type, 311 operator[](const key_type& __k) 403 erase(const key_type& __x) { return _M_t.erase(__x); } in erase() 468 find(const key_type& __x) { return _M_t.find(__x); } in find() 482 find(const key_type& __x) const { return _M_t.find(__x); } in find() 493 count(const key_type& __x) const in count() 508 lower_bound(const key_type& __x) { return _M_t.lower_bound(__x); } in lower_bound() 522 lower_bound(const key_type& __x) const { return _M_t.lower_bound(__x); } in lower_bound() 532 upper_bound(const key_type& __x) { return _M_t.upper_bound(__x); } in upper_bound() [all …]
|
| H A D | stl_multimap.h | 112 typedef _Key key_type; typedef 131 typedef _Rb_tree<key_type, value_type, 389 erase(const key_type& __x) { return _M_t.erase(__x); } in erase() 455 find(const key_type& __x) { return _M_t.find(__x); } in find() 469 find(const key_type& __x) const { return _M_t.find(__x); } in find() 477 count(const key_type& __x) const { return _M_t.count(__x); } in count() 491 lower_bound(const key_type& __x) { return _M_t.lower_bound(__x); } in lower_bound() 505 lower_bound(const key_type& __x) const { return _M_t.lower_bound(__x); } in lower_bound() 513 upper_bound(const key_type& __x) { return _M_t.upper_bound(__x); } in upper_bound() 522 upper_bound(const key_type& __x) const { return _M_t.upper_bound(__x); } in upper_bound() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 152 using key_type = Key; 165 static lookup_type Lookup(data_type B, key_type K) { 169 static data_type Set(data_type B, key_type K, value_type E, 174 static data_type Remove(data_type B, key_type K, context_type F) { 178 static bool Contains(data_type B, key_type K) { 200 using key_type = Key; 211 static data_type Add(data_type B, key_type K, context_type F) { 215 static data_type Remove(data_type B, key_type K, context_type F) { 219 static bool Contains(data_type B, key_type K) { 240 using key_type = T; [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | stl_map.h | 96 typedef _Key key_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 131 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 342 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() [all …]
|
| H A D | stl_multiset.h | 101 typedef _Key key_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 111 typedef _Rb_tree<key_type, value_type, _Identity<value_type>, in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 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() [all …]
|
| H A D | stl_set.h | 106 typedef _Key key_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 116 typedef _Rb_tree<key_type, value_type, _Identity<value_type>, in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 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() [all …]
|
| H A D | stl_multimap.h | 95 typedef _Key key_type; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef 130 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() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | MapLattice.h | 44 using key_type = Key; 58 insert(const std::pair<const key_type, mapped_type> &P) { in insert() argument 62 std::pair<iterator, bool> insert(std::pair<const key_type, mapped_type> &&P) { in insert() argument 85 bool contains(const key_type &K) const { return C.find(K) != C.end(); } in contains() 87 iterator find(const key_type &K) { return C.find(K); } in find() 88 const_iterator find(const key_type &K) const { return C.find(K); } in find() 90 mapped_type &operator[](const key_type &K) { return C[K]; }
|
| /openbsd-src/gnu/llvm/libcxx/include/ext/ |
| H A D | hash_set | 26 typedef Value key_type; 27 typedef key_type value_type; 69 size_type erase(const key_type& k); 78 iterator find(const key_type& k); 79 const_iterator find(const key_type& k) const; 80 size_type count(const key_type& k) const; 81 pair<iterator, iterator> equal_range(const key_type& k); 82 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 112 typedef Value key_type; 113 typedef key_type value_type; [all …]
|
| H A D | hash_map | 26 typedef Key key_type; 31 typedef pair<const key_type, mapped_type> value_type; 73 size_type erase(const key_type& k); 82 iterator find(const key_type& k); 83 const_iterator find(const key_type& k) const; 84 size_type count(const key_type& k) const; 85 pair<iterator, iterator> equal_range(const key_type& k); 86 pair<const_iterator, const_iterator> equal_range(const key_type& k) const; 88 mapped_type& operator[](const key_type& k); 118 typedef Key key_type; [all …]
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | map | 26 typedef Key key_type; 28 typedef pair<const key_type, mapped_type> value_type; 120 mapped_type& operator[](const key_type& k); 121 mapped_type& operator[](key_type&& k); 123 mapped_type& at(const key_type& k); 124 const mapped_type& at(const key_type& k) const; 144 node_type extract(const key_type& x); // C++17 149 pair<iterator, bool> try_emplace(const key_type& k, Args&&... args); // C++17 151 pair<iterator, bool> try_emplace(key_type&& k, Args&&... args); // C++17 153 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args); // C++17 [all …]
|
| H A D | set | 26 typedef Key key_type; 27 typedef key_type value_type; 120 node_type extract(const key_type& x); // C++17 126 size_type erase(const key_type& k); 151 iterator find(const key_type& k); 152 const_iterator find(const key_type& k) const; 160 size_type count(const key_type& k) const; 162 bool contains(const key_type& x) const; // C++20 165 iterator lower_bound(const key_type& k); 166 const_iterator lower_bound(const key_type& k) const; [all …]
|
| H A D | unordered_map | 28 typedef Key key_type; 33 typedef pair<const key_type, mapped_type> value_type; 128 node_type extract(const key_type& x); // C++17 133 pair<iterator, bool> try_emplace(const key_type& k, Args&&... args); // C++17 135 pair<iterator, bool> try_emplace(key_type&& k, Args&&... args); // C++17 137 iterator try_emplace(const_iterator hint, const key_type& k, Args&&... args); // C++17 139 iterator try_emplace(const_iterator hint, key_type&& k, Args&&... args); // C++17 141 pair<iterator, bool> insert_or_assign(const key_type& k, M&& obj); // C++17 143 pair<iterator, bool> insert_or_assign(key_type&& k, M&& obj); // C++17 145 iterator insert_or_assign(const_iterator hint, const key_type& k, M&& obj); // C++17 [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
| H A D | set.h | 57 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 D | multiset.h | 57 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 D | multimap.h | 57 typedef _Key key_type; typedef 175 erase(const key_type& __x) in erase() 216 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() 230 lower_bound(const key_type& __x) const in lower_bound() 234 upper_bound(const key_type& __x) in upper_bound() 238 upper_bound(const key_type& __x) const in upper_bound() 242 equal_range(const key_type& __x) in equal_range() 252 equal_range(const key_type& __x) const in equal_range()
|
| H A D | map.h | 57 typedef _Key key_type; typedef 189 erase(const key_type& __x) in erase() 229 find(const key_type& __x) in find() 233 find(const key_type& __x) const in find() 239 lower_bound(const key_type& __x) in lower_bound() 243 lower_bound(const key_type& __x) const in lower_bound() 247 upper_bound(const key_type& __x) in upper_bound() 251 upper_bound(const key_type& __x) const in upper_bound() 255 equal_range(const key_type& __x) in equal_range() 265 equal_range(const key_type& __x) const in equal_range()
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | convert_arm_neon.py | 76 key_type = 0 80 key_type = 1 92 key_type += 1 152 if key_type != 0 and key_type == i:
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/ |
| H A D | trie_policy.hpp | 83 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
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/ |
| H A D | basic_tree_policy_base.hpp | 71 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
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| H A D | cond_key_dtor_entry_dealtor.hpp | 64 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()
|