Searched refs:GetKeyType (Results 1 – 13 of 13) sorted by relevance
| /third_party/node/src/crypto/ |
| D | crypto_dsa.cc | 110 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport() 117 if (key_data->GetKeyType() != kKeyTypePrivate) in DoExport() 121 if (key_data->GetKeyType() != kKeyTypePublic) in DoExport()
|
| D | crypto_rsa.cc | 205 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in RSA_Cipher() 266 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport() 275 if (key_data->GetKeyType() != kKeyTypePrivate) in DoExport() 279 if (key_data->GetKeyType() != kKeyTypePublic) in DoExport() 351 CHECK_EQ(key_data->GetKeyType(), kKeyTypePublic); in DoCipher() 355 CHECK_EQ(key_data->GetKeyType(), kKeyTypePrivate); in DoCipher() 403 if (key->GetKeyType() == kKeyTypePrivate) { in ExportJWKRsaKey()
|
| D | crypto_keys.cc | 439 CHECK_EQ(key->GetKeyType(), kKeyTypeSecret); in ExportJWKSecretKey() 618 switch (key->GetKeyType()) { in ExportJWKInner() 750 CHECK_EQ(key->Data()->GetKeyType(), kKeyTypePrivate); in GetPrivateKeyFromJs() 814 CHECK_NE(key->Data()->GetKeyType(), kKeyTypeSecret); in GetPublicOrPrivateKeyFromJs() 848 switch (GetKeyType()) { in MemoryInfo() 873 KeyType KeyObjectData::GetKeyType() const { in GetKeyType() function in node::crypto::KeyObjectData 1049 args.GetReturnValue().Set(key->data_->GetKeyType()); in InitJWK() 1140 KeyType key_type = key->GetKeyType(); in Equals() 1141 CHECK_EQ(key_type, key2->GetKeyType()); in Equals() 1189 switch (data->GetKeyType()) { in GetKeyDetail() [all …]
|
| D | crypto_dh.cc | 607 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport() 611 if (key_data->GetKeyType() != kKeyTypePrivate) in DoExport() 615 if (key_data->GetKeyType() != kKeyTypePublic) in DoExport() 652 CHECK_EQ(our_key_object->Data()->GetKeyType(), kKeyTypePrivate); in Stateless() 655 CHECK_NE(their_key_object->Data()->GetKeyType(), kKeyTypeSecret); in Stateless() 687 if (private_key->Data()->GetKeyType() != kKeyTypePrivate || in AdditionalConfig() 688 public_key->Data()->GetKeyType() != kKeyTypePublic) { in AdditionalConfig()
|
| D | crypto_ec.cc | 472 if (private_key->Data()->GetKeyType() != kKeyTypePrivate || in AdditionalConfig() 473 public_key->Data()->GetKeyType() != kKeyTypePublic) { in AdditionalConfig() 642 switch (key_data->GetKeyType()) { in EC_Raw_Export() 661 if (key_data->GetKeyType() != kKeyTypePublic) in EC_Raw_Export() 697 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport() 703 if (key_data->GetKeyType() != kKeyTypePrivate) in DoExport() 707 if (key_data->GetKeyType() != kKeyTypePublic) in DoExport() 833 if (key->GetKeyType() == kKeyTypePrivate) { in ExportJWKEcKey() 886 if (key->GetKeyType() == kKeyTypePrivate) { in ExportJWKEdKey()
|
| D | crypto_x509.cc | 410 CHECK_EQ(key->Data()->GetKeyType(), kKeyTypePrivate); in CheckPrivateKey() 427 CHECK_EQ(key->Data()->GetKeyType(), kKeyTypePublic); in Verify()
|
| D | crypto_keys.h | 140 KeyType GetKeyType() const;
|
| D | crypto_aes.cc | 42 CHECK_EQ(key_data->GetKeyType(), kKeyTypeSecret); in AES_Cipher()
|
| D | crypto_context.cc | 581 if (key->GetKeyType() != KeyType::kKeyTypePrivate) { in UseKey()
|
| /third_party/node/deps/v8/src/ic/ |
| D | ic-inl.h | 40 nexus()->GetKeyType() != IcCheckType::kElement)); in vector_needs_update()
|
| /third_party/node/deps/v8/src/objects/ |
| D | feedback-vector.cc | 1136 if (GetKeyType() == IcCheckType::kProperty) return STANDARD_LOAD; in GetKeyedAccessLoadMode() 1205 if (GetKeyType() == IcCheckType::kProperty) return mode; in GetKeyedAccessStoreMode() 1263 IcCheckType FeedbackNexus::GetKeyType() const { in GetKeyType() function in v8::internal::FeedbackNexus
|
| D | feedback-vector.h | 799 IcCheckType GetKeyType() const;
|
| /third_party/node/deps/v8/src/compiler/ |
| D | js-heap-broker.cc | 524 } else if (nexus.GetKeyType() == IcCheckType::kElement && !maps.empty()) { in ReadFeedbackForPropertyAccess()
|