Home
last modified time | relevance | path

Searched refs:kKeyTypeSecret (Results 1 - 8 of 8) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_keys.cc439 CHECK_EQ(key->GetKeyType(), kKeyTypeSecret); in ExportJWKSecretKey()
619 case kKeyTypeSecret: in ExportJWKInner()
814 CHECK_NE(key->Data()->GetKeyType(), kKeyTypeSecret); in GetPublicOrPrivateKeyFromJs()
840 : key_type_(KeyType::kKeyTypeSecret), in KeyObjectData()
849 case kKeyTypeSecret: in MemoryInfo()
878 CHECK_NE(key_type_, kKeyTypeSecret); in GetAsymmetricKey()
883 CHECK_EQ(key_type_, kKeyTypeSecret); in GetSymmetricKey()
888 CHECK_EQ(key_type_, kKeyTypeSecret); in GetSymmetricKeySize()
985 case kKeyTypeSecret: { in Init()
1148 case kKeyTypeSecret in Equals()
[all...]
H A Dcrypto_dsa.cc110 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport()
H A Dcrypto_rsa.cc205 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in RSA_Cipher()
266 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport()
H A Dcrypto_dh.cc607 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport()
655 CHECK_NE(their_key_object->Data()->GetKeyType(), kKeyTypeSecret); in Stateless()
H A Dcrypto_aes.cc42 CHECK_EQ(key_data->GetKeyType(), kKeyTypeSecret); in AES_Cipher()
H A Dcrypto_keys.h39 kKeyTypeSecret, enumerator
H A Dcrypto_ec.cc649 case kKeyTypeSecret: in EC_Raw_Export()
697 CHECK_NE(key_data->GetKeyType(), kKeyTypeSecret); in DoExport()
/third_party/node/lib/internal/crypto/
H A Dkeys.js17 kKeyTypeSecret,
607 handle.init(kKeyTypeSecret, key);

Completed in 9 milliseconds