HomeSort by relevance Sort by last modified time
    Searched refs:key_type (Results 226 - 250 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 75 typedef _Key key_type; typedef in class:set
83 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
114 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
255 size_type erase(const key_type& __x)
323 typedef _Key key_type; typedef in class:multiset
331 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
361 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
509 size_type erase(const key_type& __x)
  /system/tpm/attestation/server/
attestation_service.h 228 // |key_label|, |key_type|, and |key_usage|. Returns true on success.
231 KeyType key_type,
272 // Creates a X.509/DER SubjectPublicKeyInfo for the given |key_type| and
274 bool GetSubjectPublicKeyInfo(KeyType key_type,
  /system/tpm/trunks/
tpm_utility_impl.h 90 TPM_RC ImportRSAKey(AsymmetricKeyUsage key_type,
97 TPM_RC CreateRSAKeyPair(AsymmetricKeyUsage key_type,
165 // template for a key. It takes a valid |key_type| tp construct the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 457 using key_type = typename __hashtable_base::key_type;
462 operator[](const key_type& __k);
465 operator[](key_type&& __k);
470 at(const key_type& __k);
473 at(const key_type& __k) const;
484 operator[](const key_type& __k)
494 std::tuple<const key_type&>(__k),
510 operator[](key_type&& __k)
536 at(const key_type& __k
1408 typedef _Key key_type; typedef in struct:__detail::_Hashtable_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable_policy.h 457 using key_type = typename __hashtable_base::key_type;
462 operator[](const key_type& __k);
465 operator[](key_type&& __k);
470 at(const key_type& __k);
473 at(const key_type& __k) const;
484 operator[](const key_type& __k)
494 std::tuple<const key_type&>(__k),
510 operator[](key_type&& __k)
536 at(const key_type& __k
1408 typedef _Key key_type; typedef in struct:__detail::_Hashtable_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable_policy.h 457 using key_type = typename __hashtable_base::key_type;
462 operator[](const key_type& __k);
465 operator[](key_type&& __k);
470 at(const key_type& __k);
473 at(const key_type& __k) const;
484 operator[](const key_type& __k)
494 std::tuple<const key_type&>(__k),
510 operator[](key_type&& __k)
536 at(const key_type& __k
1408 typedef _Key key_type; typedef in struct:__detail::_Hashtable_base
    [all...]
  /system/bt/stack/smp/
smp_act.c 106 static void smp_update_key_mask (tSMP_CB *p_cb, UINT8 key_type, BOOLEAN recv)
113 ((key_type == SMP_SEC_KEY_TYPE_ENC) || (key_type == SMP_SEC_KEY_TYPE_LK)))
117 p_cb->local_i_key &= ~key_type;
118 p_cb->local_r_key &= ~key_type;
124 p_cb->local_i_key &= ~key_type;
126 p_cb->local_r_key &= ~key_type;
131 p_cb->local_r_key &= ~key_type;
133 p_cb->local_i_key &= ~key_type;
1133 UINT8 key_type = p_data->key.key_type; local
    [all...]
  /external/iw/
event.c 161 static const char * key_type_str(enum nl80211_key_type key_type)
164 switch (key_type) {
172 snprintf(buf, sizeof(buf), "unknown(%d)", key_type);
194 enum nl80211_key_type key_type = local
196 printf(" Key Type %s", key_type_str(key_type));
  /system/security/softkeymaster/
keymaster_openssl.cpp 366 const keymaster0_device_t*, const keymaster_keypair_t key_type, const void* key_params,
377 } else if (key_type == TYPE_DSA) {
381 } else if (key_type == TYPE_EC) {
385 } else if (key_type == TYPE_RSA) {
390 ALOGW("Unsupported key type %d", key_type);
  /external/boringssl/src/ssl/
ssl_rsa.c 72 static int is_key_type_supported(int key_type) {
73 return key_type == EVP_PKEY_RSA || key_type == EVP_PKEY_EC;
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 196 rtc::KeyType key_type = rtc::KT_DEFAULT; local
198 << "type: " << key_type << ").";
202 dtls_identity_store_->RequestIdentity(key_type, identity_request_observer_);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 104 typedef _Key key_type; typedef in class:hashtable
129 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
284 size_type erase(const key_type& __key) {
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 104 typedef _Key key_type; typedef in class:hashtable
129 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
284 size_type erase(const key_type& __key) {
  /bionic/libc/kernel/uapi/linux/
omapfb.h 174 __u8 key_type; member in struct:omapfb_color_key
  /development/ndk/platforms/android-21/include/linux/
omapfb.h 174 __u8 key_type; member in struct:omapfb_color_key
  /external/clang/lib/Frontend/
CacheTokens.cpp 115 typedef PTHEntryKeyVariant key_type; typedef in class:__anon7343::FileEntryPTHEntryInfo
116 typedef key_type key_type_ref;
612 typedef PTHIdKey* key_type; typedef in class:__anon7348::PTHIdentifierTableTrait
613 typedef key_type key_type_ref;
  /external/curl/src/
tool_cfgable.c 107 Curl_safefree(config->key_type);
tool_cfgable.h 115 char *key_type; member in struct:OperationConfig
  /external/kernel-headers/original/uapi/linux/
omapfb.h 170 __u8 key_type; member in struct:omapfb_color_key
  /external/llvm/include/llvm/ADT/
DenseSet.h 47 typedef ValueT key_type; typedef in class:llvm::DenseSet
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_cmds.h 359 aci_key_type_t key_type; member in struct:__anon29978
aci_evts.h 355 aci_key_type_t key_type; member in struct:__anon30008
  /hardware/libhardware/include/hardware/
keymaster1.h 56 int (*generate_keypair)(const struct keymaster1_device* dev, const keymaster_keypair_t key_type,
  /hardware/ti/omap4-aah/kernel-headers/linux/
omapfb.h 175 __u8 key_type; member in struct:omapfb_color_key
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 175 __u8 key_type; member in struct:omapfb_color_key

Completed in 804 milliseconds

1 2 3 4 5 6 7 8 91011>>