Home
last modified time | relevance | path

Searched defs:GetPrimitive (Results 1 – 25 of 26) sorted by relevance

12

/external/tink/cc/signature/
Dpublic_key_sign_factory.cc34 PublicKeySignFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::PublicKeySignFactory
45 PublicKeySignFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::PublicKeySignFactory
Dpublic_key_verify_factory.cc34 PublicKeyVerifyFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::PublicKeyVerifyFactory
45 PublicKeyVerifyFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::PublicKeyVerifyFactory
/external/tink/cc/hybrid/
Dhybrid_encrypt_factory.cc34 HybridEncryptFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::HybridEncryptFactory
45 HybridEncryptFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::HybridEncryptFactory
Dhybrid_decrypt_factory.cc34 HybridDecryptFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::HybridDecryptFactory
45 HybridDecryptFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::HybridDecryptFactory
/external/tink/cc/aead/
Daead_factory.cc34 util::StatusOr<std::unique_ptr<Aead>> AeadFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::AeadFactory
45 util::StatusOr<std::unique_ptr<Aead>> AeadFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::AeadFactory
/external/tink/cc/daead/
Ddeterministic_aead_factory.cc34 DeterministicAeadFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::DeterministicAeadFactory
45 DeterministicAeadFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::DeterministicAeadFactory
Daes_siv_key_manager_test.cc191 TEST(AesSivKeyManagerTest, GetPrimitive) { in TEST() argument
/external/tink/cc/mac/
Dmac_factory.cc31 util::StatusOr<std::unique_ptr<Mac>> MacFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::MacFactory
42 util::StatusOr<std::unique_ptr<Mac>> MacFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::MacFactory
/external/tink/cc/
Dkeyset_handle.h352 crypto::tink::util::StatusOr<std::unique_ptr<P>> KeysetHandle::GetPrimitive( in GetPrimitive() function
378 crypto::tink::util::StatusOr<std::unique_ptr<P>> KeysetHandle::GetPrimitive() in GetPrimitive() function
391 crypto::tink::util::StatusOr<std::unique_ptr<P>> KeysetHandle::GetPrimitive( in GetPrimitive() function
Dregistry.h106 static crypto::tink::util::StatusOr<std::unique_ptr<P>> GetPrimitive( in GetPrimitive() function
/external/tink/cc/core/
Dkey_manager_impl.h176 crypto::tink::util::StatusOr<std::unique_ptr<Primitive>> GetPrimitive( in GetPrimitive() function
196 crypto::tink::util::StatusOr<std::unique_ptr<Primitive>> GetPrimitive( in GetPrimitive() function
Dkey_type_manager.h142 util::StatusOr<std::unique_ptr<Primitive>> GetPrimitive( in GetPrimitive() function
/external/tink/cc/config/
Dv0_test.cc118 TEST(V0Test, GetPrimitive) { in TEST() argument
Dfips_140_2_test.cc116 TEST_F(Fips1402Test, GetPrimitive) { in TEST_F() argument
/external/tink/python/tink/cc/
Dcc_key_manager.h64 std::unique_ptr<P> GetPrimitive( in GetPrimitive() function
/external/tink/cc/monitoring/
Dmonitoring.h105 std::string GetPrimitive() const { return primitive_; } in GetPrimitive() function
/external/tink/cc/internal/
Dregistry_impl.h256 crypto::tink::util::StatusOr<std::unique_ptr<P>> RegistryImpl::GetPrimitive( in GetPrimitive() function
Dregistry_impl_test.cc150 util::StatusOr<std::unique_ptr<Aead>> GetPrimitive( in GetPrimitive() function in crypto::tink::internal::__anond5ea6bca0111::TestAeadKeyManager
156 util::StatusOr<std::unique_ptr<Aead>> GetPrimitive( in GetPrimitive() function in crypto::tink::internal::__anond5ea6bca0111::TestAeadKeyManager
/external/tink/cc/prf/
Dhmac_prf_key_manager_test.cc159 TEST(HmacPrfKeyManagerTest, GetPrimitive) { in TEST() argument
Daes_cmac_prf_key_manager_test.cc133 TEST(AesCmacPrfKeyManagerTest, GetPrimitive) { in TEST() argument
/external/tink/cc/keyderivation/internal/
Dprf_based_deriver_key_manager_test.cc227 TEST(PrfBasedDeriverKeyManagerTest, GetPrimitive) { in TEST() argument
/external/tink/cc/streamingaead/
Daes_gcm_hkdf_streaming_key_manager_test.cc99 TEST(AesGcmHkdfStreamingKeyManagerTest, GetPrimitive) { in TEST() argument
Daes_ctr_hmac_streaming_key_manager_test.cc102 TEST(AesCtrHmacStreamingKeyManagerTest, GetPrimitive) { in TEST() argument
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_quantize_op.cc88 std::shared_ptr<primitive> GetPrimitive() { return context_.reorder_prim; } in GetPrimitive() function in tensorflow::MklReorderWithScalePrimitive
Dmkl_slice_op.cc216 std::shared_ptr<primitive> GetPrimitive() { return context_.reorder_prim; } in GetPrimitive() function in tensorflow::MklSlicePrimitive

12