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

  /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:__anon12616
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 149 unsigned long key_bits[BITS_TO_LONGS(KEY_MAX)]; local
157 memset(key_bits, 0, sizeof(key_bits));
164 ret = ioctl(ev_fds[i].fd, EVIOCGKEY(sizeof(key_bits)), key_bits);
169 if (test_bit(code, key_bits))
  /external/wpa_supplicant_8/src/wps/
wps_common.c 24 u8 i_buf[4], key_bits[4]; local
31 WPA_PUT_BE32(key_bits, res_len * 8);
39 addr[3] = key_bits;
40 len[3] = sizeof(key_bits);

Completed in 4182 milliseconds