/aosp_15_r20/external/tink/cc/ |
H A D | keyset_handle.h | 352 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
|
H A D | registry.h | 106 static crypto::tink::util::StatusOr<std::unique_ptr<P>> GetPrimitive( in GetPrimitive() function
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | public_key_sign_factory.cc | 34 PublicKeySignFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::PublicKeySignFactory 45 PublicKeySignFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::PublicKeySignFactory
|
H A D | public_key_verify_factory.cc | 34 PublicKeyVerifyFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::PublicKeyVerifyFactory 45 PublicKeyVerifyFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::PublicKeyVerifyFactory
|
/aosp_15_r20/external/tink/cc/hybrid/ |
H A D | hybrid_encrypt_factory.cc | 34 HybridEncryptFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::HybridEncryptFactory 45 HybridEncryptFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::HybridEncryptFactory
|
H A D | hybrid_decrypt_factory.cc | 34 HybridDecryptFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::HybridDecryptFactory 45 HybridDecryptFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::HybridDecryptFactory
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | aead_factory.cc | 34 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
|
/aosp_15_r20/external/tink/cc/mac/ |
H A D | mac_factory.cc | 31 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
|
/aosp_15_r20/external/tink/cc/daead/ |
H A D | deterministic_aead_factory.cc | 34 DeterministicAeadFactory::GetPrimitive(const KeysetHandle& keyset_handle) { in GetPrimitive() function in crypto::tink::DeterministicAeadFactory 45 DeterministicAeadFactory::GetPrimitive( in GetPrimitive() function in crypto::tink::DeterministicAeadFactory
|
H A D | aes_siv_key_manager_test.cc | 191 TEST(AesSivKeyManagerTest, GetPrimitive) { in TEST() argument
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | key_manager_impl.h | 176 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
|
H A D | key_type_manager.h | 142 util::StatusOr<std::unique_ptr<Primitive>> GetPrimitive( in GetPrimitive() function
|
/aosp_15_r20/external/tink/cc/config/ |
H A D | v0_test.cc | 118 TEST(V0Test, GetPrimitive) { in TEST() argument
|
H A D | fips_140_2_test.cc | 116 TEST_F(Fips1402Test, GetPrimitive) { in TEST_F() argument
|
/aosp_15_r20/external/tink/python/tink/cc/ |
H A D | cc_key_manager.h | 64 std::unique_ptr<P> GetPrimitive( in GetPrimitive() function
|
/aosp_15_r20/external/tink/cc/monitoring/ |
H A D | monitoring.h | 105 std::string GetPrimitive() const { return primitive_; } in GetPrimitive() function
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | registry_impl.h | 256 crypto::tink::util::StatusOr<std::unique_ptr<P>> RegistryImpl::GetPrimitive( in GetPrimitive() function
|
H A D | registry_impl_test.cc | 150 util::StatusOr<std::unique_ptr<Aead>> GetPrimitive( in GetPrimitive() function in crypto::tink::internal::__anondac9a14a0111::TestAeadKeyManager 156 util::StatusOr<std::unique_ptr<Aead>> GetPrimitive( in GetPrimitive() function in crypto::tink::internal::__anondac9a14a0111::TestAeadKeyManager
|
/aosp_15_r20/external/tink/cc/prf/ |
H A D | hmac_prf_key_manager_test.cc | 159 TEST(HmacPrfKeyManagerTest, GetPrimitive) { in TEST() argument
|
H A D | aes_cmac_prf_key_manager_test.cc | 133 TEST(AesCmacPrfKeyManagerTest, GetPrimitive) { in TEST() argument
|
/aosp_15_r20/external/tink/cc/keyderivation/internal/ |
H A D | prf_based_deriver_key_manager_test.cc | 227 TEST(PrfBasedDeriverKeyManagerTest, GetPrimitive) { in TEST() argument
|
/aosp_15_r20/external/tink/cc/streamingaead/ |
H A D | aes_gcm_hkdf_streaming_key_manager_test.cc | 99 TEST(AesGcmHkdfStreamingKeyManagerTest, GetPrimitive) { in TEST() argument
|
H A D | aes_ctr_hmac_streaming_key_manager_test.cc | 102 TEST(AesCtrHmacStreamingKeyManagerTest, GetPrimitive) { in TEST() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_slice_op.cc | 216 std::shared_ptr<primitive> GetPrimitive() { return context_.reorder_prim; } in GetPrimitive() function in tensorflow::MklSlicePrimitive
|
H A D | mkl_quantize_op.cc | 88 std::shared_ptr<primitive> GetPrimitive() { return context_.reorder_prim; } in GetPrimitive() function in tensorflow::MklReorderWithScalePrimitive
|