Home
last modified time | relevance | path

Searched defs:get_key_type (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/
Delement_type_of.hpp90 struct get_key_type<Type, false> struct
92 typedef no_type type;
96 struct get_key_type<Type, true> struct
98 typedef typename Type::key_type type;
/aosp_15_r20/external/tink/cc/internal/
H A Dkey_gen_configuration_impl_test.cc75 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::internal::__anon6d26fc4a0111::FakeKeyTypeManager
158 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::internal::__anon6d26fc4a0111::FakeSignKeyManager
210 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::internal::__anon6d26fc4a0111::FakeVerifyKeyManager
H A Dconfiguration_impl_test.cc91 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::internal::__anon07f79aa90111::FakeKeyTypeManager
299 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::internal::__anon07f79aa90111::FakeSignKeyManager
351 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::internal::__anon07f79aa90111::FakeVerifyKeyManager
H A Dregistry_impl_test.cc164 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::internal::__anondac9a14a0111::TestAeadKeyManager
218 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::internal::__anondac9a14a0111::ExampleKeyTypeManager
1335 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::internal::__anondac9a14a0211::TestPrivateKeyTypeManager
1401 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::internal::__anondac9a14a0311::TestPublicKeyTypeManager
1768 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::internal::__anondac9a14a0311::TestPublicKeyTypeManagerWithDifferentKeyType
1808 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::internal::__anondac9a14a0311::DelegatingKeyTypeManager
/aosp_15_r20/external/tink/cc/core/
H A Dprivate_key_manager_impl_test.cc91 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::internal::__anon5bbd9b7a0211::ExamplePrivateKeyTypeManager
138 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::internal::__anon5bbd9b7a0211::TestPublicKeyTypeManager
H A Dkey_type_manager_test.cc90 const std::string& get_key_type() const override { return kKeyType; } in get_key_type() function in crypto::tink::__anone64d12f00111::ExampleKeyTypeManager
174 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function in crypto::tink::__anone64d12f00111::ExampleKeyTypeManagerWithoutFactory
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/
H A Ddilithium_verify_key_manager.h58 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Dfalcon_verify_key_manager.h58 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Dsphincs_verify_key_manager.h58 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Dsphincs_sign_key_manager.h60 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Dfalcon_sign_key_manager.h60 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Ddilithium_sign_key_manager.h60 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
/aosp_15_r20/external/tink/cc/signature/
H A Ded25519_verify_key_manager.h56 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Drsa_ssa_pss_verify_key_manager.h58 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Drsa_ssa_pkcs1_verify_key_manager.h59 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Decdsa_verify_key_manager.h56 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
/aosp_15_r20/external/tink/cc/aead/
H A Daes_ctr_hmac_aead_key_manager.h59 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
/aosp_15_r20/external/tink/cc/hybrid/internal/
H A Dhpke_private_key_manager.h62 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Dhpke_public_key_manager.h62 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/kem/
H A Dcecpq2_aead_hkdf_public_key_manager.h61 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Dcecpq2_aead_hkdf_private_key_manager.h63 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Draw_jwt_ecdsa_verify_key_manager.h58 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Draw_jwt_ecdsa_sign_key_manager.h59 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
/aosp_15_r20/external/tink/cc/hybrid/
H A Decies_aead_hkdf_private_key_manager.h64 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function
H A Decies_aead_hkdf_public_key_manager.h61 const std::string& get_key_type() const override { return key_type_; } in get_key_type() function

123