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

  /bootable/recovery/install/include/install/
verifier.h 49 } KeyType;
51 Certificate(int hash_len_, KeyType key_type_, std::unique_ptr<RSA, RSADeleter>&& rsa_,
57 KeyType key_type;
  /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) {
  /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) {
  /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;
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-matchers.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h     [all...]

Completed in 691 milliseconds