Home
last modified time | relevance | path

Searched defs:ValidateKey (Results 1 – 25 of 127) sorted by relevance

123456

/aosp_15_r20/external/tink/cc/util/
H A Dvalidation_test.cc36 TEST(ValidateKey, ValidKey) { in TEST() argument
45 TEST(ValidateKey, MissingOutputPrefixType) { in TEST() argument
54 TEST(ValidateKey, MissingKeyData) { in TEST() argument
63 TEST(ValidateKey, MissingStatus) { in TEST() argument
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_translation_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/translation/
Dtranslation_table.pb.h407 static bool ValidateKey(void*) { return true; } in ValidateKey() function
583 static bool ValidateKey(void*) { return true; } in ValidateKey() function
759 static bool ValidateKey(void*) { return true; } in ValidateKey() function
781 static bool ValidateKey(void*) { return true; } in ValidateKey() function
980 static bool ValidateKey(void*) { return true; } in ValidateKey() function
1156 static bool ValidateKey(void*) { return true; } in ValidateKey() function
1332 static bool ValidateKey(void*) { return true; } in ValidateKey() function
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dfunction.pb.h301 static bool ValidateKey(std::string* s) { in ValidateKey() function
325 static bool ValidateKey(std::string* s) { in ValidateKey() function
496 static bool ValidateKey(void*) { return true; } in ValidateKey() function
518 static bool ValidateKey(void*) { return true; } in ValidateKey() function
540 static bool ValidateKey(std::string* s) { in ValidateKey() function
566 static bool ValidateKey(std::string* s) { in ValidateKey() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_translation_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/translation/
H A Dtranslation_table.pb.h377 static bool ValidateKey(void*) { return true; } in ValidateKey() function
553 static bool ValidateKey(void*) { return true; } in ValidateKey() function
729 static bool ValidateKey(void*) { return true; } in ValidateKey() function
751 static bool ValidateKey(void*) { return true; } in ValidateKey() function
950 static bool ValidateKey(void*) { return true; } in ValidateKey() function
1126 static bool ValidateKey(void*) { return true; } in ValidateKey() function
/aosp_15_r20/external/tink/cc/internal/
H A Dkey_gen_configuration_impl_test.cc77 util::Status ValidateKey(const AesGcmKey& key) const override { in ValidateKey() function in crypto::tink::internal::__anon6d26fc4a0111::FakeKeyTypeManager
160 util::Status ValidateKey(const RsaSsaPssPrivateKey& key) const override { in ValidateKey() function in crypto::tink::internal::__anon6d26fc4a0111::FakeSignKeyManager
212 util::Status ValidateKey(const RsaSsaPssPublicKey& key) const override { in ValidateKey() function in crypto::tink::internal::__anon6d26fc4a0111::FakeVerifyKeyManager
H A Dconfiguration_impl_test.cc93 util::Status ValidateKey(const AesGcmKey& key) const override { in ValidateKey() function in crypto::tink::internal::__anon07f79aa90111::FakeKeyTypeManager
301 util::Status ValidateKey(const RsaSsaPssPrivateKey& key) const override { in ValidateKey() function in crypto::tink::internal::__anon07f79aa90111::FakeSignKeyManager
353 util::Status ValidateKey(const RsaSsaPssPublicKey& key) const override { in ValidateKey() function in crypto::tink::internal::__anon07f79aa90111::FakeVerifyKeyManager
H A Dregistry_impl_test.cc220 crypto::tink::util::Status ValidateKey(const AesGcmKey& key) const override { in ValidateKey() function in crypto::tink::internal::__anondac9a14a0111::ExampleKeyTypeManager
1326 crypto::tink::util::Status ValidateKey( in ValidateKey() function in crypto::tink::internal::__anondac9a14a0211::TestPrivateKeyTypeManager
1396 crypto::tink::util::Status ValidateKey( in ValidateKey() function in crypto::tink::internal::__anondac9a14a0311::TestPublicKeyTypeManager
1810 crypto::tink::util::Status ValidateKey( in ValidateKey() function in crypto::tink::internal::__anondac9a14a0311::DelegatingKeyTypeManager
/aosp_15_r20/external/tink/cc/core/
H A Dkey_type_manager_test.cc92 crypto::tink::util::Status ValidateKey(const AesGcmKey& key) const override { in ValidateKey() function in crypto::tink::__anone64d12f00111::ExampleKeyTypeManager
176 util::Status ValidateKey(const AesGcmKey& key) const override { in ValidateKey() function in crypto::tink::__anone64d12f00111::ExampleKeyTypeManagerWithoutFactory
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_base_feature_overrides_proto_gen_headers/android_arm64_armv8-2a_cortex-a55_apex30/gen/components/cronet/android/proto/
Dbase_feature_overrides.pb.h95 static bool ValidateKey(void*) { return true; } in ValidateKey() function
283 static bool ValidateKey(void*) { return true; } in ValidateKey() function
/aosp_15_r20/external/tink/cc/hybrid/internal/
H A Dhpke_public_key_manager.cc28 util::Status HpkePublicKeyManager::ValidateKey(const HpkePublicKey& key) const { in ValidateKey() function in crypto::tink::internal::HpkePublicKeyManager
/aosp_15_r20/external/tink/cc/hybrid/
H A Decies_aead_hkdf_public_key_manager.cc70 Status EciesAeadHkdfPublicKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::EciesAeadHkdfPublicKeyManager
H A Decies_aead_hkdf_private_key_manager.cc86 Status EciesAeadHkdfPrivateKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::EciesAeadHkdfPrivateKeyManager
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/
H A Dcecpq2_aead_hkdf_public_key_manager.cc71 Status Cecpq2AeadHkdfPublicKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::Cecpq2AeadHkdfPublicKeyManager
H A Dcecpq2_aead_hkdf_private_key_manager.cc92 Status Cecpq2AeadHkdfPrivateKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::Cecpq2AeadHkdfPrivateKeyManager
/aosp_15_r20/external/tink/cc/signature/
H A Ded25519_verify_key_manager.cc45 Status Ed25519VerifyKeyManager::ValidateKey(const Ed25519PublicKey& key) const { in ValidateKey() function in crypto::tink::Ed25519VerifyKeyManager
H A Decdsa_verify_key_manager.cc101 Status EcdsaVerifyKeyManager::ValidateKey(const EcdsaPublicKey& key) const { in ValidateKey() function in crypto::tink::EcdsaVerifyKeyManager
H A Drsa_ssa_pkcs1_verify_key_manager.cc68 util::Status RsaSsaPkcs1VerifyKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::RsaSsaPkcs1VerifyKeyManager
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/
H A Dfalcon_verify_key_manager.cc56 Status FalconVerifyKeyManager::ValidateKey(const FalconPublicKey& key) const { in ValidateKey() function in crypto::tink::FalconVerifyKeyManager
H A Ddilithium_verify_key_manager.cc67 Status DilithiumVerifyKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::DilithiumVerifyKeyManager
H A Dsphincs_verify_key_manager.cc64 Status SphincsVerifyKeyManager::ValidateKey(const SphincsPublicKey& key) const { in ValidateKey() function in crypto::tink::SphincsVerifyKeyManager
H A Ddilithium_sign_key_manager.cc98 Status DilithiumSignKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::DilithiumSignKeyManager
/aosp_15_r20/external/tink/cc/aead/
H A Dkms_envelope_aead_key_manager.h64 crypto::tink::util::Status ValidateKey( in ValidateKey() function
H A Daes_gcm_siv_key_manager.h66 crypto::tink::util::Status ValidateKey( in ValidateKey() function
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_hmac_key_manager.cc71 Status JwtHmacKeyManager::ValidateKey(const JwtHmacKey& key) const { in ValidateKey() function in crypto::tink::jwt_internal::JwtHmacKeyManager
H A Djwt_rsa_ssa_pkcs1_verify_key_manager.cc70 Status JwtRsaSsaPkcs1VerifyKeyManager::ValidateKey( in ValidateKey() function in crypto::tink::jwt_internal::JwtRsaSsaPkcs1VerifyKeyManager

123456