Home
last modified time | relevance | path

Searched refs:key_type_ (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/login/auth/
H A Dkey.cc27 Key::Key() : key_type_(KEY_TYPE_PASSWORD_PLAIN) { in Key()
33 : key_type_(KEY_TYPE_PASSWORD_PLAIN), secret_(plain_text_password) { in Key()
37 : key_type_(key_type), salt_(salt), secret_(secret) { in Key()
43 return other.key_type_ == key_type_ && other.salt_ == salt_ && in operator ==()
48 return key_type_; in GetKeyType()
68 if (key_type_ != KEY_TYPE_PASSWORD_PLAIN) { in Transform()
106 key_type_ = target_key_type; in Transform()
H A Dkey.h53 KeyType key_type_; in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/attestation/
H A Dtpm_challenge_key_subtle.cc161 key_type_ = key_type; in RestorePreparedKeyState()
184 key_type_ = key_type; in StartPrepareKeyStep()
190 switch (key_type_) { in StartPrepareKeyStep()
280 switch (key_type_) { in GetEmail()
293 switch (key_type_) { in GetCertificateProfile()
321 switch (key_type_) { in GetAccountIdForAttestationFlow()
332 switch (key_type_) { in GetUsernameForAttestationClient()
382 if ((key_type_ == AttestationKeyType::KEY_DEVICE) && in GetDeviceAttestationEnabledCallback()
568 (key_type_ == KEY_DEVICE) ? GetDefaultKeyName(key_type_) : key_name_; in StartSignChallengeStep()
633 DCHECK(key_type_ == KEY_DEVICE || profile_); in RegisterKeyCallback()
[all …]
H A Dtpm_challenge_key_subtle.h230 AttestationKeyType key_type_ = AttestationKeyType::KEY_DEVICE; variable
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dt_map.h33 : key_type_(std::move(key_type)), val_type_(std::move(val_type)) {} in t_map()
35 const t_type_ref& key_type() const { return key_type_; } in key_type()
40 return "map<" + key_type_->get_full_name() + ", " + in get_full_name()
45 t_type_ref key_type_;
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/parse/
H A Dt_map.h32 t_map(t_type* key_type, t_type* val_type) : key_type_(key_type), val_type_(val_type) {} in t_map()
34 t_type* get_key_type() const { return key_type_; } in get_key_type()
41 t_type* key_type_;
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/kvstore/
H A Dkvstore_local.h258 if (key_type_ == kStringKey && str_updater_ != nullptr) { in PushImpl()
322 if (key_type_ == kUndefinedKey) key_type_ = key_type; in SetKeyType()
323 CHECK_EQ(key_type_, key_type) << "Mixed key types are not allowed"; in SetKeyType()
528 KeyType key_type_ = kUndefinedKey; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/kvstore/
H A Dkvstore_local.h258 if (key_type_ == kStringKey && str_updater_ != nullptr) { in PushImpl()
322 if (key_type_ == kUndefinedKey) key_type_ = key_type; in SetKeyType()
323 CHECK_EQ(key_type_, key_type) << "Mixed key types are not allowed"; in SetKeyType()
528 KeyType key_type_ = kUndefinedKey; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cdm/browser/
H A Dmedia_drm_storage_impl.cc206 dict.SetKey(kKeyType, base::Value(static_cast<int>(key_type_))); in ToDictValue()
213 return media::mojom::SessionData::New(key_set_id_, mime_type_, key_type_); in ToMojo()
254 key_type_(key_type), in SessionData()
259 media::MediaDrmKeyType key_type_; member in cdm::__anon855f73eb0111::SessionData
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cdm/browser/
H A Dmedia_drm_storage_impl.cc205 dict.SetKey(kKeyType, base::Value(static_cast<int>(key_type_))); in ToDictValue()
212 return media::mojom::SessionData::New(key_set_id_, mime_type_, key_type_); in ToMojo()
253 key_type_(key_type), in SessionData()
258 media::MediaDrmKeyType key_type_; member in cdm::__anonbcfddbc60111::SessionData
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/platform_keys/
H A Dextension_platform_keys_service.cc278 key_type_(key_type), in SignTask()
387 switch (key_type_) { in Sign()
425 const platform_keys::KeyType key_type_; member in chromeos::ExtensionPlatformKeysService::SignTask
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Darray_list_test.cc509 key_type_ = utf8(); in SetUp()
511 type_ = map(key_type_, value_type_); in SetUp()
525 std::shared_ptr<DataType> value_type_, key_type_; member in arrow::TestMapArray
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dtypes.h2819 key_type_(key_type), val_type_(val_type), hmap_type_(NULL), in Map_type()
2826 { return this->key_type_; } in key_type()
2884 return this->key_type_->is_reflexive() && this->val_type_->is_reflexive(); in do_is_reflexive()
2930 Type* key_type_; variable
/dports/lang/gcc9/gcc-9.4.0/gcc/go/gofrontend/
H A Dtypes.h2853 key_type_(key_type), val_type_(val_type), hmap_type_(NULL), in Map_type()
2860 { return this->key_type_; } in key_type()
2917 return this->key_type_->is_reflexive() && this->val_type_->is_reflexive(); in do_is_reflexive()
2963 Type* key_type_; variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/gofrontend/
H A Dtypes.h2819 key_type_(key_type), val_type_(val_type), hmap_type_(NULL), in Map_type()
2826 { return this->key_type_; } in key_type()
2884 return this->key_type_->is_reflexive() && this->val_type_->is_reflexive(); in do_is_reflexive()
2930 Type* key_type_; variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dtypes.h2819 key_type_(key_type), val_type_(val_type), hmap_type_(NULL), in Map_type()
2826 { return this->key_type_; } in key_type()
2884 return this->key_type_->is_reflexive() && this->val_type_->is_reflexive(); in do_is_reflexive()
2930 Type* key_type_; variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dtypes.h2819 key_type_(key_type), val_type_(val_type), hmap_type_(NULL), in Map_type()
2826 { return this->key_type_; } in key_type()
2884 return this->key_type_->is_reflexive() && this->val_type_->is_reflexive(); in do_is_reflexive()
2930 Type* key_type_; variable

1234