Home
last modified time | relevance | path

Searched defs:new_key (Results 1 – 25 of 55) sorted by relevance

123

/external/pigweed/pw_bluetooth_sapphire/host/sm/
Decdh_key_test.cc45 auto new_key = EcdhKey::ParseFromPublicKey(kSerializedKey); in TEST() local
64 auto new_key = EcdhKey::ParseFromPublicKey(kSerializedKey); in TEST() local
81 auto new_key = EcdhKey::ParseFromPublicKey(kSerializedKey); in TEST() local
86 std::optional<LocalEcdhKey> new_key = LocalEcdhKey::Create(); in TEST() local
Decdh_key.cc38 auto new_key = EcdhKey(); in ParseFromPublicKey() local
143 auto new_key = LocalEcdhKey(); in Create() local
/external/marisa-trie/lib/marisa/
Dkeyset.cc21 Key &new_key = key_blocks_[size_ / KEY_BLOCK_SIZE][size_ % KEY_BLOCK_SIZE]; in push_back() local
41 Key &new_key = key_blocks_[size_ / KEY_BLOCK_SIZE][size_ % KEY_BLOCK_SIZE]; in push_back() local
/external/kernel-headers/original/uapi/linux/
Dpr.h41 __u64 new_key; member
48 __u64 new_key; member
/external/libsrtp2/crypto/kernel/
Dkey.c71 srtp_key_limit_t *new_key) in srtp_key_limit_clone()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dprepare_tpu_computation_for_tf_export.cc165 auto new_key = StringAttr::get(ctx, old_key.str() + "_dtoh_0"); in RewriteCommunicationOps() local
169 auto new_key = StringAttr::get(ctx, old_key.str() + "_htod_0"); in RewriteCommunicationOps() local
/external/zucchini/
Dtargets_affinity.cc32 key_t new_key = 0; in InferFromSimilarities() local
Dzucchini_gen.cc218 offset_t new_key = projected_target_pool.KeyForOffset(new_offset); in GenerateReferencesDelta() local
/external/tink/cc/aead/
Daead_factory_test.cc76 AesGcmKey new_key = AesGcmKeyManager().CreateKey(key_format).value(); in TEST_F() local
/external/tink/cc/mac/
Dmac_factory_test.cc77 auto new_key = std::move(key_factory.NewKey(key_format).value()); in TEST_F() local
/external/tink/cc/daead/
Ddeterministic_aead_factory_test.cc72 auto new_key = std::move(key_factory.NewKey(key_format).value()); in TEST_F() local
/external/tink/python/tink/core/
D_primitive_set_test.py32 def new_key( function
/external/python/cpython3/Python/
Dthread.c149 Py_tss_t *new_key = (Py_tss_t *)PyMem_RawMalloc(sizeof(Py_tss_t)); in PyThread_tss_alloc() local
/external/selinux/libsepol/cil/src/
Dandroid.c218 char *new_key; in __cil_attrib_convert_type() local
249 char *new_key; in __cil_attrib_swap_symtab_key() local
796 char *new_key = __cil_attrib_get_versname(orig_type, verargs->num); in cil_build_mappings_tree() local
/external/tink/cc/core/
Dkey_manager_impl.h98 auto new_key = static_cast<const KeyProto&>(*(new_key_result.value())); in NewKeyData() local
/external/icing/icing/index/main/
Dmain-index.cc352 bool new_key; in AddBackfillBranchPoints() local
446 bool new_key; in AddBranchPoints() local
/external/autotest/cli/
Daction_common.py58 def _convert_wildcard(self, old_key, new_key, argument
/external/linux-kselftest/tools/testing/selftests/net/
Dtcp_fastopen_backup_key.c214 static uint32_t new_key[4]; in rotate_key() local
/external/webrtc/rtc_base/
Dmessage_digest.cc113 std::unique_ptr<uint8_t[]> new_key(new uint8_t[block_len]); in ComputeHmac() local
/external/llvm-libc/src/__support/threads/
Dthread.cpp61 cpp::optional<unsigned int> new_key(TSSDtor *dtor) { in new_key() function in LIBC_NAMESPACE::__anoncd3d0d3a0111::TSSKeyMgr
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_impl.cc314 StringId new_key = in ParseMetatraceEvent() local
/external/libpng/
Dpngwutil.c1534 png_byte new_key[80]; in png_write_tEXt() local
1577 png_byte new_key[81]; in png_write_zTXt() local
1629 png_byte new_key[82]; in png_write_iTXt() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c126 struct fd_batch_key *new_key = rzalloc_size(mem_ctx, sz); in fd_batch_key_clone() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java1012 final Ref<Integer> new_key = new Ref<>(dtohl(map_entry.name.ident)); in GetBag() local
1145 final Ref<Integer> new_key = new Ref<>(map_entry.name.ident); in GetBag() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc154 string new_key = absl::StrCat("parent_", i, "_op"); in ExtractExtraProperties() local

123