HomeSort by relevance Sort by last modified time
    Searched full:key_size (Results 76 - 100 of 104) sorted by null

1 2 34 5

  /external/bluetooth/bluedroid/btif/src/
btif_storage.c     [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 724 int EntryImpl::NumBlocksForEntry(int key_size) {
729 if (key_size < key1_len || key_size > kMaxInternalKeyLength)
732 return ((key_size - key1_len) / 256 + 2);
    [all...]
entry_impl.h 136 static int NumBlocksForEntry(int key_size);
  /external/chromium_org/net/disk_cache/
entry_impl.cc 736 int EntryImpl::NumBlocksForEntry(int key_size) {
741 if (key_size < key1_len || key_size > kMaxInternalKeyLength)
744 return ((key_size - key1_len) / 256 + 2);
    [all...]
entry_impl.h 147 static int NumBlocksForEntry(int key_size);
  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPackedCache.h 138 COMPILE_ASSERT(kKeybits <= sizeof(K) * 8, key_size);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 150 COMPILE_ASSERT(kKeybits <= sizeof(K) * 8, key_size);
heap-profile-table.cc 192 const size_t key_size = sizeof(key[0]) * depth; local
193 const void** kcopy = reinterpret_cast<const void**>(alloc_(key_size));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 148 COMPILE_ASSERT(kKeybits <= sizeof(K) * 8, key_size);
heap-profile-table.cc 202 const size_t key_size = sizeof(key[0]) * depth; local
203 const void** kcopy = reinterpret_cast<const void**>(alloc_(key_size));
  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 227 le_key.key_size = p_cb->loc_enc_size;
473 le_key.key_size = p_cb->loc_enc_size;
    [all...]
  /system/security/softkeymaster/
keymaster_openssl.cpp 228 if (dsa_params->key_size < 512) {
241 if (DSA_generate_parameters_ex(dsa.get(), dsa_params->key_size, NULL, 0, NULL, NULL,
  /external/openssh/
hostfile.c 174 *bitsp = key_size(ret);
ssh-add.c 303 key_size(key), fp, comment, key_type(key));
ssh-keygen.c 275 key_size(k), key_type(k),
765 printf("%u %s %s (%s)\n", key_size(public), fp, comment,
831 printf("%u %s %s (%s)\n", key_size(public), fp,
953 printf("%u %s %s (%s)\n", key_size(public), fp, name,
    [all...]
ssh-agent.c 374 if (bits != key_size(key))
376 key_size(key), bits);
    [all...]
key.c 540 snprintf(retval, FLDSIZE_X, "+--[%4s %4u]", key_type(k), key_size(k));
992 key_size(const Key *k) function
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 479 UINT8 key_size; /* key size of the LTK delivered to peer device */ member in struct:__anon3527
806 UINT8 key_size; member in struct:__anon3543
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 176 #define KEY_SIZE (sizeof (struct key))
352 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
derive.c 114 keySize = cipher_def->key_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 437 #define KEY_SIZE (sizeof(struct reiserfs_key))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 437 #define KEY_SIZE (sizeof(struct reiserfs_key))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 437 #define KEY_SIZE (sizeof(struct reiserfs_key))
    [all...]
  /system/security/keystore/
keystore.cpp 69 #define KEY_SIZE ((NAME_MAX - 15) / 2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 611 GLuint key_size; /* for variable-sized keys */ member in struct:brw_cache_item
    [all...]

Completed in 2534 milliseconds

1 2 34 5