HomeSort by relevance Sort by last modified time
    Searched defs:SetKey (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/Crypto/
MyAes.cpp 42 STDMETHODIMP CAesCbcCoder::SetKey(const Byte *data, UInt32 size)
  /external/vixl/test/
test-invalset.cc 92 kReclaimFactor>::SetKey(Obj* obj, KeyType key) {
  /system/update_engine/common/
prefs.cc 37 TEST_AND_RETURN_FALSE(storage_->SetKey(key, value));
128 bool Prefs::FileStorage::SetKey(const string& key, const string& value) {
178 bool MemoryPrefs::MemoryStorage::SetKey(const string& key,
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 225 STDMETHODIMP CFilterCoder::SetKey(const Byte *data, UInt32 size)
227 return _cryptoProperties->SetKey(data, size);
  /external/webrtc/talk/session/media/
srtpfilter.cc 517 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) {
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 478 VeneerPool::kReclaimFactor>::SetKey(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 109 virtual HRESULT WINAPI SetKey(LPCWSTR wszName,ULONG uFlags,ULONG uCimType,LPVOID pKeyVal) = 0;
126 HRESULT (WINAPI *SetKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags,ULONG uCimType,LPVOID pKeyVal);
145 #define IWbemPathKeyList_SetKey(This,wszName,uFlags,uCimType,pKeyVal) (This)->lpVtbl->SetKey(This,wszName,uFlags,uCimType,pKeyVal)
    [all...]

Completed in 2383 milliseconds