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

  /bootable/recovery/
verifier.h 44 } KeyType;
47 KeyType key_type_,
57 KeyType key_type;
  /system/keymaster/include/keymaster/
operation.h 41 struct KeyType {
42 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp)
48 bool operator==(const KeyType& rhs) const {
52 virtual KeyType registry_key() const = 0;
  /external/vixl/test/
test-invalset.cc 36 typedef ptrdiff_t KeyType;
43 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
44 KeyType key_;
63 static const KeyType kInvalidKey = PTRDIFF_MAX;
69 KeyType,
76 inline KeyType InvalSet<Obj,
78 KeyType,
87 KeyType,
90 kReclaimFactor>::SetKey(Obj* obj, KeyType key) {
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map.
23 typedef KEY KeyType;
43 const KeyType* key;
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
64 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
65 EntryType* lookUpSecondEntry(const KeyType& pKey);
67 void record(const KeyType& pKey, EntryType& pEntry)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 165 UINT32 KeyType; // Key Type
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 21 typedef int KeyType;
22 typedef std::map<KeyType,Scalar> Type;
27 static void setInvalidKey(Type&, const KeyType&) {}
49 typedef int KeyType;
50 typedef std::unordered_map<KeyType,Scalar> Type;
55 static void setInvalidKey(Type&, const KeyType&) {}
66 typedef int KeyType;
67 typedef google::dense_hash_map<KeyType,Scalar> Type;
72 static void setInvalidKey(Type& map, const KeyType& k)
84 typedef int KeyType;
    [all...]
  /external/google-breakpad/src/processor/
static_map_unittest.cc 42 typedef int KeyType;
43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap;
44 typedef std::map< KeyType, ValueType > StdMap;
107 sizeof(uint32_t) + kNumNodes * (sizeof(uint32_t) + sizeof(KeyType));
124 sizeof(uint32_t) + kNumNodes * (sizeof(uint32_t) + sizeof(KeyType));
129 KeyType* keys = reinterpret_cast<KeyType*>(
174 sizeof(uint32_t) + sizeof(KeyType) + sizeof(ValueType);
240 void FindTester(int test_case, const KeyType &key) {
246 void LowerBoundTester(int test_case, const KeyType &key)
    [all...]
  /external/webrtc/webrtc/base/
sslidentity.h 121 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA };
137 // Generate a KeyParams object from a simple KeyType, using default params.
138 explicit KeyParams(KeyType key_type = KT_DEFAULT);
156 KeyType type() const { return type_; }
159 KeyType type_;
166 // TODO(hbos): Remove once rtc::KeyType (to be modified) and
168 // appropriately we can change KeyType enum -> class without breaking Chromium.
169 KeyType IntKeyTypeFamilyToKeyType(int key_type_family);
194 KeyType key_type) {
  /frameworks/native/headers/media_plugin/media/drm/
DrmAPI.h 93 enum KeyType {
186 // specified keyType. When the keyType is kKeyType_Offline or
188 // provided to. When the keyType is kKeyType_Release, scope should be set to
196 // in generating the key request. Init may be null when keyType is
201 // keyType specifies if the keys are to be used for streaming or offline content
210 String8 const &mimeType, KeyType keyType,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Supplicant.h 242 EFI_SUPPLICANT_KEY_TYPE KeyType;
244 // The value is set according to the KeyType.
  /external/vixl/src/
invalset-vixl.h 69 // 'ElementType' and 'KeyType' are respectively the types of the elements and
77 class KeyType, \
78 KeyType INVALID_KEY, \
84 ElementType, N_PREALLOCATED_ELEMENTS, KeyType, INVALID_KEY, RECLAIM_FROM, \
97 static const KeyType kInvalidKey = INVALID_KEY;
124 KeyType GetMinElementKey();
127 static KeyType GetKey(const ElementType& element);
128 static void SetKey(ElementType* element, KeyType key);
131 typedef KeyType _KeyType;
201 KeyType cached_min_key_; // Valid iff `valid_cached_min_` is true
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 133 /** Java version of rtc::KeyType */
134 public enum KeyType {
154 public KeyType keyType;
167 keyType = KeyType.ECDSA;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdvd.h 139 DVD_KEY_TYPE KeyType;
ntsecapi.h     [all...]
strmif.h     [all...]
  /frameworks/base/media/java/android/media/
MediaDrm.java 705 public @interface KeyType {}
813 * @param scope may be a sessionId or a keySetId, depending on the specified keyType.
814 * When the keyType is KEY_TYPE_STREAMING or KEY_TYPE_OFFLINE,
815 * scope should be set to the sessionId the keys will be provided to. When the keyType
821 * required in generating the key request. May be null when keyType is
825 * keyType is KEY_TYPE_RELEASE or if the request is a renewal, i.e. not the
827 * @param keyType specifes the type of the request. The request may be to acquir
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 

Completed in 670 milliseconds