Searched refs:SetKey (Results 1 - 25 of 25) sorted by relevance

/external/lzma/CPP/7zip/Crypto/
H A DMyAes.h37 STDMETHOD(SetKey)(const Byte *data, UInt32 size);
H A DMyAes.cpp42 STDMETHODIMP CAesCbcCoder::SetKey(const Byte *data, UInt32 size) function in class:NCrypto::CAesCbcCoder
H A D7zAes.cpp268 RINOK(cp->SetKey(_key.Key, kKeySize));
/external/v8/src/crankshaft/
H A Dhydrogen-dehoist.cc49 array_operation->SetKey(subexpression);
H A Dhydrogen-instructions.h5675 virtual void SetKey(HValue* key) = 0;
5727 void SetKey(HValue* key) override { SetOperandAt(1, key); }
6129 void SetKey(HValue* key) override { SetOperandAt(1, key); }
/external/v8/src/
H A Dtransitions-inl.h73 void TransitionArray::SetKey(int transition_number, Name* key) {
H A Dtransitions.h143 inline void SetKey(int transition_number, Name* value);
H A Dtransitions.cc97 array->SetKey(index, array->GetKey(index - 1));
100 array->SetKey(index, *name);
/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp388 STDMETHODIMP CFilterCoder::SetKey(const Byte *data, UInt32 size) function in class:CFilterCoder
389 { return _CryptoProperties->SetKey(data, size); }
H A DFilterCoder.h208 STDMETHOD(SetKey)(const Byte *data, UInt32 size);
/external/lzma/CPP/7zip/
H A DICoder.h292 STDMETHOD(SetKey)(const Byte *data, UInt32 size) PURE;
/external/webrtc/talk/session/media/
H A Dsrtpfilter.h236 bool SetKey(int type, int cs, const uint8_t* key, int len);
H A Dsrtpfilter.cc517 return SetKey(ssrc_any_outbound, cs, key, len);
521 return SetKey(ssrc_any_inbound, cs, key, len);
667 bool SrtpSession::SetKey(int type, int cs, const uint8_t* key, int len) { function in class:cricket::SrtpSession
/external/vixl/src/aarch32/
H A Dlocation-aarch32.h181 // For InvalSet::GetKey() and InvalSet::SetKey().
403 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey( function in class:vixl::InvalSet
/external/vixl/test/
H A Dtest-invalset.cc90 kReclaimFactor>::SetKey(Obj* obj, KeyType key) { function in class:vixl::InvalSet
/external/tensorflow/tensorflow/core/platform/s3/
H A Ds3_file_system.cc626 copyObjectRequest.SetKey(target_key);
639 deleteObjectRequest.SetKey(src_key.c_str());
/external/vixl/src/
H A Dinvalset-vixl.h128 static void SetKey(ElementType* element, KeyType key);
472 SetKey(element, kInvalidKey);
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h88 void SetKey(bool);
H A Dmkvparser.cc7571 m_block.SetKey((m_prev > 0) && (m_next <= 0));
7995 void Block::SetKey(bool bKey) {
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.h88 void SetKey(bool);
H A Dmkvparser.cc7478 m_block.SetKey((m_prev > 0) && (m_next <= 0));
7903 void Block::SetKey(bool bKey) {
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp985 RINOK(cp->SetKey(_key, sizeof(_key)));
1100 RINOK(cp->SetKey(_key, sizeof(_key)));
/external/v8/src/heap/
H A Dmark-compact.cc2672 transitions->SetKey(transition_index, key);
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h3379 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey(ptrdiff_t* element, function in class:vixl::InvalSet
H A Dmacro-assembler-aarch64.h3494 SetKey(aarch64::VeneerPool::BranchInfo* branch_info, ptrdiff_t key) { function in class:vixl::InvalSet

Completed in 496 milliseconds