Home
last modified time | relevance | path

Searched defs:CKey (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Crypto/
H A DRar5Aes.h43 struct CKey: public CKeyBase struct
50 bool IsKeyEqualTo(const CKey &key) in IsKeyEqualTo() argument
64 CKey& operator =(const CKey &) = default; argument
H A DRar5Aes.cpp23 CKey::CKey(): in CKey() function in NCrypto::NRar5::CKey
/aosp_15_r20/external/lzma/CPP/Windows/
H A DRegistry.h25 CKey(): _object(NULL) {} in CKey() function
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A DMetadata.h370 explicit constexpr CKey(const char *name) : mName(name) {} in CKey() function
371 CKey(const Key<T> &key) : mName(key.getName()) {} in CKey() function