/external/tink/cc/signature/ |
D | ed25519_proto_serialization.cc | 142 google::crypto::tink::Ed25519PublicKey proto_key; in ParsePublicKey() local 183 google::crypto::tink::Ed25519PrivateKey proto_key; in ParsePrivateKey() local 238 google::crypto::tink::Ed25519PublicKey proto_key; in SerializePublicKey() local
|
D | ed25519_proto_serialization_test.cc | 311 google::crypto::tink::Ed25519PublicKey proto_key; in TEST_P() local 501 google::crypto::tink::Ed25519PrivateKey proto_key; in TEST_P() local
|
/external/tink/cc/daead/ |
D | aes_siv_proto_serialization.cc | 142 google::crypto::tink::AesSivKey proto_key; in ParseKey() local 178 google::crypto::tink::AesSivKey proto_key; in SerializeKey() local
|
D | aes_siv_proto_serialization_test.cc | 363 google::crypto::tink::AesSivKey proto_key; in TEST_P() local
|
/external/tink/cc/mac/ |
D | aes_cmac_proto_serialization.cc | 146 google::crypto::tink::AesCmacKey proto_key; in ParseKey() local 187 google::crypto::tink::AesCmacKey proto_key; in SerializeKey() local
|
D | hmac_proto_serialization.cc | 199 google::crypto::tink::HmacKey proto_key; in ParseKey() local 245 google::crypto::tink::HmacKey proto_key; in SerializeKey() local
|
D | aes_cmac_proto_serialization_test.cc | 339 google::crypto::tink::AesCmacKey proto_key; in TEST_P() local
|
D | hmac_proto_serialization_test.cc | 374 google::crypto::tink::HmacKey proto_key; in TEST_P() local
|
/external/tink/cc/aead/ |
D | aes_gcm_proto_serialization.cc | 168 google::crypto::tink::AesGcmKey proto_key; in ParseKey() local 214 google::crypto::tink::AesGcmKey proto_key; in SerializeKey() local
|
D | aes_gcm_proto_serialization_test.cc | 424 google::crypto::tink::AesGcmKey proto_key; in TEST_P() local
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compilation_cache_lookup.h | 50 virtual Status Lookup(const string& proto_key, in Lookup()
|
D | tpu_compilation_cache_local_lookup.cc | 31 const string& proto_key, std::unique_ptr<CompilationCacheEntryRef>* entry, in Lookup()
|
D | tpu_compilation_cache_interface.cc | 369 std::vector<std::string>* proto_key, std::vector<std::string>* sharding_key, in CompileIfKeyAbsent() 407 std::vector<std::string>* proto_key, std::vector<std::string>* sharding_key, in CompileIfKeyAbsentHelper() 586 const std::string& proto_key, in Lookup()
|
D | compiled_subgraph.h | 125 std::vector<std::string> proto_key; member
|
D | tpu_compilation_cache_rpc_lookup.cc | 64 const std::string& proto_key, in Lookup()
|
D | tpu_compile_op_common.cc | 285 std::vector<std::string> proto_key; in ComputeInternal() local
|
/external/tink/cc/core/ |
D | keyset_handle.cc | 123 const Keyset::Key& proto_key = get_keyset().key(index); in ValidateAt() local 150 Keyset::Key proto_key = keyset.key(i); in Validate() local 220 const Keyset::Key& proto_key, uint32_t primary_key_id) { in CreateEntry()
|
D | keyset_handle_builder_test.cc | 568 util::StatusOr<internal::LegacyProtoKey> proto_key = in TEST_F() local 616 util::StatusOr<internal::LegacyProtoKey> proto_key = in TEST_F() local 720 util::StatusOr<internal::LegacyProtoKey> proto_key = in TEST_F() local
|
/external/tink/cc/internal/ |
D | mutable_serialization_registry.cc | 110 util::StatusOr<LegacyProtoKey> proto_key = internal::LegacyProtoKey::Create( in ParseKeyWithLegacyFallback() local
|
D | keyset_handle_builder_entry.cc | 113 const LegacyProtoKey* proto_key = dynamic_cast<const LegacyProtoKey*>(key); in SerializeLegacyKey() local
|
D | mutable_serialization_registry_test.cc | 215 util::StatusOr<std::unique_ptr<Key>> proto_key = in TEST() local
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | tpu_compile_ops.cc | 194 std::vector<string> proto_key; in Compute() local
|
/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/ |
D | ukey2_handshake.rs | 108 let proto_key = securemessage::EcP256PublicKey { in encode_public_key() localVariable
|