/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.h | 34 STDMETHOD(SetKey)(const Byte *data, UInt32 size);
|
D | MyAes.cpp | 42 STDMETHODIMP CAesCbcCoder::SetKey(const Byte *data, UInt32 size) in SetKey() function in NCrypto::CAesCbcCoder
|
D | 7zAes.cpp | 224 RINOK(cp->SetKey(_key.Key, sizeof(_key.Key))); in Init()
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 225 STDMETHODIMP CFilterCoder::SetKey(const Byte *data, UInt32 size) in SetKey() function in CFilterCoder 227 return _cryptoProperties->SetKey(data, size); in SetKey()
|
D | FilterCoder.h | 110 STDMETHOD(SetKey)(const Byte *data, UInt32 size);
|
/external/v8/src/crankshaft/ |
D | hydrogen-dehoist.cc | 48 array_operation->SetKey(subexpression); in DehoistArrayIndex()
|
D | hydrogen-instructions.h | 6482 virtual void SetKey(HValue* key) = 0; 6534 void SetKey(HValue* key) override { SetOperandAt(1, key); } in SetKey() function 7049 void SetKey(HValue* key) override { SetOperandAt(1, key); } in SetKey() function
|
/external/webrtc/talk/session/media/ |
D | srtpfilter.cc | 517 return SetKey(ssrc_any_outbound, cs, key, len); in SetSend() 521 return SetKey(ssrc_any_inbound, cs, key, len); in SetRecv() 667 bool SrtpSession::SetKey(int type, int cs, const uint8_t* key, int len) { in SetKey() function in cricket::SrtpSession
|
D | srtpfilter.h | 236 bool SetKey(int type, int cs, const uint8_t* key, int len);
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 144 STDMETHOD(SetKey)(const Byte *data, UInt32 size) PURE;
|
/external/v8/src/ |
D | transitions-inl.h | 73 void TransitionArray::SetKey(int transition_number, Name* key) { in SetKey() function
|
D | transitions.cc | 97 array->SetKey(index, array->GetKey(index - 1)); in Insert() 100 array->SetKey(index, *name); in Insert()
|
D | transitions.h | 143 inline void SetKey(int transition_number, Name* value);
|
/external/vixl/src/vixl/ |
D | invalset.h | 118 static void SetKey(ElementType* element, KeyType key); 401 SetKey(element, kInvalidKey); in EraseInternal()
|
/external/vixl/test/ |
D | test-invalset.cc | 92 kReclaimFactor>::SetKey(Obj* obj, KeyType key) { in SetKey() function in vixl::InvalSet
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 90 void SetKey(bool);
|
D | mkvparser.cpp | 7261 m_block.SetKey((m_prev > 0) && (m_next <= 0)); in Parse() 7687 void Block::SetKey(bool bKey) { in SetKey() function in mkvparser::Block
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 88 void SetKey(bool);
|
D | mkvparser.cc | 7478 m_block.SetKey((m_prev > 0) && (m_next <= 0)); in Parse() 7903 void Block::SetKey(bool bKey) { in SetKey() function in mkvparser::Block
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 854 RINOK(cp->SetKey(_key, sizeof(_key))); in Encode() 964 RINOK(cp->SetKey(_key, sizeof(_key))); in Decode()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 478 VeneerPool::kReclaimFactor>::SetKey( in SetKey() function
|
D | assembler-a64.h | 883 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey( in SetKey() function
|
/external/v8/src/heap/ |
D | mark-compact.cc | 2313 transitions->SetKey(transition_index, key); in CompactTransitionArray()
|