HomeSort by relevance Sort by last modified time
    Searched refs:CryptoType (Results 1 - 4 of 4) sorted by null

  /system/vold/
cryptfs.cpp 267 struct CryptoType;
269 // Use to get the CryptoType in use on this device.
270 const CryptoType &get_crypto_type();
272 struct CryptoType {
278 constexpr CryptoType() : CryptoType(nullptr, nullptr, 0xFFFFFFFF) {}
279 constexpr CryptoType set_keysize(uint32_t size) const {
280 return CryptoType(this->property_name, this->crypto_name, size);
282 constexpr CryptoType set_property_name(const char *property) const {
283 return CryptoType(property, this->crypto_name, this->keysize)
    [all...]
  /external/webrtc/talk/session/media/
mediasession.h 72 enum CryptoType {
210 CryptoType crypto_required() const { return crypto_required_; }
211 void set_crypto_required(CryptoType type) {
300 CryptoType crypto_required_ = CT_NONE;
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 252 static void UpdateSessionDescriptionSecurePolicy(cricket::CryptoType type,
816 cricket::CryptoType crypto_required = dtls_enabled_ ?
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h     [all...]

Completed in 82 milliseconds