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

123456

/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-weak-test-chains.sh38 for key_type in $key_types
40 try echo 1 > out/$key_type-intermediate-serial
71 for key_type in $key_types
73 key_size=$(echo "$key_type" | sed -E 's/-.+//')
74 algo=$(echo "$key_type" | sed -E 's/.+-//')
82 -out out/$key_type-intermediate.key $key_size
85 for key_type in $key_types
87 key_size=$(echo "$key_type" | sed -E 's/-.+//')
88 algo=$(echo "$key_type" | sed -E 's/.+-//')
98 -out out/$key_type
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables.h77 PrefetchData(PrefetchKeyType key_type, const std::string& primary_key);
82 bool is_host() const { return key_type == PREFETCH_KEY_TYPE_HOST; }
85 PrefetchKeyType key_type; // Not const to be able to assign. member in struct:predictors::ResourcePrefetchPredictorTables::PrefetchData
111 PrefetchKeyType key_type);
128 void GetAllDataHelper(PrefetchKeyType key_type,
132 void DeleteDataHelper(PrefetchKeyType key_type,
H A Dresource_prefetcher_manager.cc53 PrefetchKeyType key_type,
58 std::string key = key_type == PREFETCH_KEY_TYPE_HOST ?
65 this, config_, navigation_id, key_type, requests.Pass());
102 resource_prefetcher->key_type(),
108 resource_prefetcher->key_type() == PREFETCH_KEY_TYPE_HOST ?
118 PrefetchKeyType key_type,
125 key_type,
51 MaybeAddPrefetch( const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<ResourcePrefetcher::RequestVector> requests) argument
116 ResourcePrefetcherFinishedOnUI( const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<ResourcePrefetcher::RequestVector> requests) argument
H A Dresource_prefetch_predictor.h123 PrefetchKeyType key_type,
155 Result(PrefetchKeyType key_type,
159 PrefetchKeyType key_type; member in struct:predictors::ResourcePrefetchPredictor::Result
208 PrefetchKeyType* key_type);
253 void RemoveOldestEntryInPrefetchDataMap(PrefetchKeyType key_type,
259 PrefetchKeyType key_type,
266 void ReportAccuracyStats(PrefetchKeyType key_type,
273 PrefetchKeyType key_type,
277 PrefetchKeyType key_type,
H A Dresource_prefetcher_manager.h49 PrefetchKeyType key_type,
73 PrefetchKeyType key_type,
H A Dresource_prefetch_predictor_tables.cc142 : key_type(i_key_type),
148 : key_type(other.key_type),
159 return key_type == rhs.key_type && primary_key == rhs.primary_key &&
220 PrefetchKeyType key_type) {
225 DeleteDataHelper(key_type, std::vector<std::string>(1, key));
254 PrefetchKeyType key_type,
257 bool is_host = key_type == PREFETCH_KEY_TYPE_HOST;
275 primary_key, PrefetchData(key_type, primary_ke
218 DeleteSingleDataPoint( const std::string& key, PrefetchKeyType key_type) argument
253 GetAllDataHelper( PrefetchKeyType key_type, PrefetchDataMap* data_map, std::vector<std::string>* to_delete) argument
351 DeleteDataHelper( PrefetchKeyType key_type, const std::vector<std::string>& keys) argument
[all...]
H A Dresource_prefetch_predictor.cc278 : key_type(i_key_type),
368 PrefetchKeyType key_type,
372 Result* result = new Result(key_type, requests);
519 ReportAccuracyStats(results_it->second->key_type,
526 PrefetchKeyType key_type; local
527 if (GetPrefetchData(navigation_id, requests.get(), &key_type)){
529 ReportPredictedAccuracyStats(key_type,
558 PrefetchKeyType* key_type) {
560 DCHECK(key_type);
562 *key_type
366 FinishedPrefetchForNavigation( const NavigationID& navigation_id, PrefetchKeyType key_type, ResourcePrefetcher::RequestVector* requests) argument
555 GetPrefetchData( const NavigationID& navigation_id, ResourcePrefetcher::RequestVector* prefetch_requests, PrefetchKeyType* key_type) argument
616 PrefetchKeyType key_type; local
774 RemoveOldestEntryInPrefetchDataMap( PrefetchKeyType key_type, PrefetchDataMap* data_map) argument
840 LearnNavigation( const std::string& key, PrefetchKeyType key_type, const std::vector<URLRequestSummary>& new_resources, int max_data_map_size, PrefetchDataMap* data_map) argument
988 ReportAccuracyStats( PrefetchKeyType key_type, const std::vector<URLRequestSummary>& actual, ResourcePrefetcher::RequestVector* prefetched) const argument
1110 ReportPredictedAccuracyStats( PrefetchKeyType key_type, const std::vector<URLRequestSummary>& actual, const ResourcePrefetcher::RequestVector& predicted) const argument
1130 ReportPredictedAccuracyStatsHelper( PrefetchKeyType key_type, const ResourcePrefetcher::RequestVector& predicted, const std::map<GURL, bool>& actual, int total_resources_fetched_from_network, int max_assumed_prefetched) const argument
[all...]
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_storage.h126 uint8_t key_type,
319 uint8_t key_type,
322 UINT8 key_type,
327 uint8_t key_type,
331 bt_status_t btif_storage_get_ble_local_key(UINT8 key_type,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
72 static lookup_type Lookup(data_type B, key_type K) {
75 static data_type Set(data_type B, key_type K, value_type E,context_type F){
79 static data_type Remove(data_type B, key_type K, context_type F) {
112 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
122 static data_type Add(data_type B, key_type K, context_type F) {
126 static data_type Remove(data_type B, key_type K, context_type F) {
130 static bool Contains(data_type B, key_type K) {
153 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
156 static data_type Add(data_type L, key_type
[all...]
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.cc198 AttestationKeyType key_type = GetKeyTypeForProfile(certificate_profile); local
209 key_type,
218 key_type,
233 key_type,
244 AttestationKeyType key_type,
262 key_type,
269 AttestationKeyType key_type,
284 key_type,
291 AttestationKeyType key_type,
296 key_type,
243 SendCertificateRequestToPCA( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
268 SendCertificateResponseToDaemon( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
290 GetExistingCertificate( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback) argument
[all...]
H A Dattestation_flow.h161 // key_type - The type of the key for which a certificate is requested.
167 void SendCertificateRequestToPCA(AttestationKeyType key_type,
179 // key_type - The type of the key for which a certificate is requested.
185 void SendCertificateResponseToDaemon(AttestationKeyType key_type,
195 // key_type - The type of the key for which a certificate is requested.
199 void GetExistingCertificate(AttestationKeyType key_type,
/external/chromium_org/chromeos/dbus/
H A Dcryptohome_client.h297 // |key_type| determines whether the certified key is to be associated with
298 // the current user. |key_name| is a name for the key. If |key_type| is
303 attestation::AttestationKeyType key_type,
309 // |key_type| and |key_name| exists, then the result sent to the callback will
310 // be true. If |key_type| is KEY_USER, a |user_id| must be provided.
314 attestation::AttestationKeyType key_type,
319 // Gets the attestation certificate for the key specified by |key_type| and
322 // |key_type| is KEY_USER, a |user_id| must be provided. Otherwise |user_id|
326 attestation::AttestationKeyType key_type,
331 // Gets the public key for the key specified by |key_type| an
[all...]
H A Dfake_cryptohome_client.h105 attestation::AttestationKeyType key_type,
110 attestation::AttestationKeyType key_type,
115 attestation::AttestationKeyType key_type,
120 attestation::AttestationKeyType key_type,
125 attestation::AttestationKeyType key_type,
130 attestation::AttestationKeyType key_type,
139 attestation::AttestationKeyType key_type,
145 attestation::AttestationKeyType key_type,
150 attestation::AttestationKeyType key_type,
156 attestation::AttestationKeyType key_type,
[all...]
H A Dmock_cryptohome_client.h109 attestation::AttestationKeyType key_type,
114 void(attestation::AttestationKeyType key_type,
119 void(attestation::AttestationKeyType key_type,
124 void(attestation::AttestationKeyType key_type,
129 void(attestation::AttestationKeyType key_type,
134 void(attestation::AttestationKeyType key_type,
143 void(attestation::AttestationKeyType key_type,
149 void(attestation::AttestationKeyType key_type,
154 void(attestation::AttestationKeyType key_type,
160 void(attestation::AttestationKeyType key_type,
[all...]
H A Dfake_cryptohome_client.cc300 attestation::AttestationKeyType key_type,
308 attestation::AttestationKeyType key_type,
317 attestation::AttestationKeyType key_type,
327 attestation::AttestationKeyType key_type,
337 attestation::AttestationKeyType key_type,
345 attestation::AttestationKeyType key_type,
357 attestation::AttestationKeyType key_type,
366 attestation::AttestationKeyType key_type,
376 attestation::AttestationKeyType key_type,
386 attestation::AttestationKeyType key_type,
298 AsyncTpmAttestationFinishCertRequest( const std::string& pca_response, attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const AsyncMethodCallback& callback) argument
307 TpmAttestationDoesKeyExist( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const BoolDBusMethodCallback& callback) argument
316 TpmAttestationGetCertificate( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const DataMethodCallback& callback) argument
326 TpmAttestationGetPublicKey( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const DataMethodCallback& callback) argument
336 TpmAttestationRegisterKey( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const AsyncMethodCallback& callback) argument
344 TpmAttestationSignEnterpriseChallenge( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& domain, const std::string& device_id, attestation::AttestationChallengeOptions options, const std::string& challenge, const AsyncMethodCallback& callback) argument
356 TpmAttestationSignSimpleChallenge( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& challenge, const AsyncMethodCallback& callback) argument
365 TpmAttestationGetKeyPayload( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const DataMethodCallback& callback) argument
375 TpmAttestationSetKeyPayload( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& payload, const BoolDBusMethodCallback& callback) argument
385 TpmAttestationDeleteKeys( attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_prefix, const BoolDBusMethodCallback& callback) argument
[all...]
H A Dcryptohome_client.cc484 attestation::AttestationKeyType key_type,
495 bool is_user_specific = (key_type == attestation::KEY_USER);
507 attestation::AttestationKeyType key_type,
515 bool is_user_specific = (key_type == attestation::KEY_USER);
524 attestation::AttestationKeyType key_type,
532 bool is_user_specific = (key_type == attestation::KEY_USER);
544 attestation::AttestationKeyType key_type,
552 bool is_user_specific = (key_type == attestation::KEY_USER);
564 attestation::AttestationKeyType key_type,
572 bool is_user_specific = (key_type
[all...]
/external/kernel-headers/original/linux/
H A Dkey.h74 struct key_type;
123 struct key_type *type; /* type of key */
183 struct key_type { struct
243 extern struct key_type key_type_keyring;
245 extern int register_key_type(struct key_type *ktype);
246 extern void unregister_key_type(struct key_type *ktype);
248 extern struct key *key_alloc(struct key_type *type,
285 extern struct key *request_key(struct key_type *type,
289 extern struct key *request_key_with_auxdata(struct key_type *type,
321 struct key_type *typ
[all...]
/external/chromium_org/chromeos/cryptohome/
H A Dasync_method_caller.h131 // emitted by the Privacy CA. |key_type| determines whether the certified key
133 // key. If |key_type| is KEY_USER, a |user_id| must be provided. Otherwise
138 chromeos::attestation::AttestationKeyType key_type,
144 // by |key_type| and |key_name|. If |key_type| is KEY_USER, a |user_id| must
148 chromeos::attestation::AttestationKeyType key_type,
154 // key specified by |key_type| and |key_name|. The |domain| and |device_id|
157 // the challenge response. If |key_type| is KEY_USER, a |user_id| must be
161 chromeos::attestation::AttestationKeyType key_type,
171 // specified by |key_type| an
[all...]
H A Dmock_async_method_caller.h63 chromeos::attestation::AttestationKeyType key_type,
68 void(chromeos::attestation::AttestationKeyType key_type,
74 void(chromeos::attestation::AttestationKeyType key_type,
83 void(chromeos::attestation::AttestationKeyType key_type,
H A Dasync_method_caller.cc153 chromeos::attestation::AttestationKeyType key_type,
160 key_type,
171 chromeos::attestation::AttestationKeyType key_type,
177 key_type,
188 chromeos::attestation::AttestationKeyType key_type,
198 key_type,
213 chromeos::attestation::AttestationKeyType key_type,
220 key_type,
/external/chromium_org/webkit/common/blob/
H A Dshareable_file_reference.cc23 typedef FileMap::key_type key_type; typedef in class:webkit_blob::__anon15739::ShareableFileMap
32 iterator Find(key_type key) {
47 void Erase(key_type key) {
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c149 ** key_type - LE SMP key type.
154 BOOLEAN BTM_SecAddBleKey (BD_ADDR bd_addr, tBTM_LE_KEY_VALUE *p_le_key, tBTM_LE_KEY_TYPE key_type) argument
161 (key_type != BTM_LE_KEY_PENC && key_type != BTM_LE_KEY_PID &&
162 key_type != BTM_LE_KEY_PCSRK && key_type != BTM_LE_KEY_LENC &&
163 key_type != BTM_LE_KEY_LCSRK))
168 (bd_addr[4]<<8)+bd_addr[5], key_type);
174 (bd_addr[4]<<8)+bd_addr[5], key_type);
176 if (key_type
201 BTM_BleLoadLocalKeys(UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key) argument
894 btm_sec_save_le_key(BD_ADDR bd_addr, tBTM_LE_KEY_TYPE key_type, tBTM_LE_KEY_VALUE *p_keys, BOOLEAN pass_to_application) argument
1917 btm_notify_new_key(UINT8 key_type) argument
[all...]
/external/oprofile/libpp/
H A Dsample_container.cpp51 samples_storage::key_type key(symbol, 0);
60 samples_storage::key_type key(symbol, ~bfd_vma(0));
69 samples_storage::key_type key(symbol, sample.vma);
/external/chromium_org/base/containers/
H A Dsmall_map.h137 bool operator()(const typename M::key_type& left,
138 const typename M::key_type& right) {
193 typedef typename NormalMap::key_type key_type; typedef in class:base::SmallMap
386 iterator find(const key_type& key) {
400 const_iterator find(const key_type& key) const {
415 data_type& operator[](const key_type& key) {
527 size_t erase(const key_type& key) {
534 size_t count(const key_type& key) const {
/external/chromium_org/net/base/
H A Dlinked_hash_map.h41 typedef typename MapType::key_type key_type; typedef in class:linked_hash_map
145 std::pair<iterator, iterator> equal_range(const key_type& key) {
153 const key_type& key) const {
167 Value& operator[](const key_type& key) {

Completed in 587 milliseconds

123456