HomeSort by relevance Sort by last modified time
    Searched full:key_bits (Results 1 - 9 of 9) 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)))
  /frameworks/base/tools/obbtool/
pbkdf2gen.cpp 34 #define KEY_BITS 128
59 unsigned char rawKey[KEY_BITS];
62 ROUNDS, KEY_BITS, rawKey) != 1) {
74 for (int i = 0; i < (KEY_BITS / 8); i++) {
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_rc2.c 79 int key_bits; /* effective key bits */ member in struct:__anon15553
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...]
  /external/openssl/crypto/evp/
e_rc2.c 79 int key_bits; /* effective key bits */ member in struct:__anon25999
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);
  /external/openssh/
PROTOCOL.agent 302 uint32 key_bits
306 Note that key_bits is strictly redundant, as it may be inferred by the
  /prebuilts/devtools/tools/lib/
jobb.jar 

Completed in 3264 milliseconds