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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-cache-private.hh 35 template <unsigned int key_bits, unsigned int value_bits, unsigned int cache_bits>
38 ASSERT_STATIC (key_bits >= cache_bits);
39 ASSERT_STATIC (key_bits + value_bits - cache_bits < 8 * sizeof (unsigned int));
58 if (unlikely ((key >> key_bits) || (value >> value_bits)))
  /external/harfbuzz_ng/src/
hb-cache-private.hh 35 template <unsigned int key_bits, unsigned int value_bits, unsigned int cache_bits>
38 ASSERT_STATIC (key_bits >= cache_bits);
39 ASSERT_STATIC (key_bits + value_bits - cache_bits < 8 * sizeof (unsigned int));
58 if (unlikely ((key >> key_bits) || (value >> value_bits)))
  /external/openssl/crypto/evp/
e_rc2.c 79 int key_bits; /* effective key bits */ member in struct:__anon11990
141 key,data(ctx)->key_bits);
172 int key_bits; local
183 key_bits =rc2_magic_to_meth((int)num);
184 if (!key_bits)
188 EVP_CIPHER_CTX_ctrl(c, EVP_CTRL_SET_RC2_KEY_BITS, key_bits, NULL);
189 EVP_CIPHER_CTX_set_key_length(c, key_bits / 8);
213 data(c)->key_bits = EVP_CIPHER_CTX_key_length(c) * 8;
217 *(int *)ptr = data(c)->key_bits;
223 data(c)->key_bits = arg
    [all...]
  /bootable/recovery/minui/
events.c 185 unsigned long key_bits[BITS_TO_LONGS(KEY_MAX)]; local
193 memset(key_bits, 0, sizeof(key_bits));
200 ret = ioctl(ev_fdinfo[i].fd, EVIOCGKEY(sizeof(key_bits)), key_bits);
205 if (test_bit(code, key_bits))
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 852 const size_t key_bits = key_len * 8; local
854 if (key_bits != 128 && key_bits != 256) {
1018 unsigned key_bits; member in struct:aead_aes_key_wrap_ctx
1024 const size_t key_bits = key_len * 8; local
    [all...]
e_rc2.c 363 int key_bits; /* effective key bits */ member in struct:__anon16250
371 rc2_key->key_bits);
397 key->key_bits = EVP_CIPHER_CTX_key_length(ctx) * 8;
  /external/wpa_supplicant_8/src/wps/
wps_common.c 27 u8 i_buf[4], key_bits[4]; local
34 WPA_PUT_BE32(key_bits, res_len * 8);
42 addr[3] = key_bits;
43 len[3] = sizeof(key_bits);

Completed in 308 milliseconds