Searched refs:round (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/smp/ |
D | smp_cmac.c | 39 UINT16 round; member 141 while (i <= cmac_cb.round) in cmac_aes_k_calculate() 143 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */ in cmac_aes_k_calculate() 145 …if (!SMP_Encrypt(key, BT_OCTET16_LEN, &cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], BT_OCTET1… in cmac_aes_k_calculate() 191 SMP_TRACE_WARNING("flag = %d round = %d", flag, cmac_cb.round); in cmac_prepare_last_block() 306 cmac_cb.round = n; in aes_cipher_msg_auth_code()
|
D | smp_utils.c | 1321 UINT8 smp_calculate_random_input(UINT8 *random, UINT8 round) in smp_calculate_random_input() argument 1323 UINT8 i = round/8; in smp_calculate_random_input() 1324 UINT8 j = round%8; in smp_calculate_random_input() 1327 SMP_TRACE_DEBUG("random: 0x%02x, round: %d, i: %d, j: %d", random[i], round, i, j); in smp_calculate_random_input()
|
D | smp_int.h | 318 UINT8 round; /* authentication stage 1 round for passkey association model */ member 495 extern UINT8 smp_calculate_random_input(UINT8 *random, UINT8 round);
|
D | smp_keys.c | 1159 random_input = smp_calculate_random_input(p_cb->local_random, p_cb->round); in smp_calculate_local_commitment() 1205 ri = smp_calculate_random_input(p_cb->peer_random, p_cb->round); in smp_calculate_peer_commitment() 2191 SMP_TRACE_DEBUG ("%s round %d", __FUNCTION__, p_cb->round); in smp_process_new_nonce()
|
D | smp_act.c | 1757 if (++p_cb->round < 20) in smp_process_peer_nonce() 1889 p_cb->round = 0; in smp_start_passkey_verification()
|
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 234 const int32_t round = 0x8000; in ggl_colorGrad12xv() local 235 c->shade.r0 = grad[ 0] + round; in ggl_colorGrad12xv() 238 c->shade.g0 = grad[ 3] + round; in ggl_colorGrad12xv() 241 c->shade.b0 = grad[ 6] + round; in ggl_colorGrad12xv() 244 c->shade.a0 = grad[ 9] + round; in ggl_colorGrad12xv() 254 const uint32_t round = 0x8000; in ggl_zGrad3xv() local 255 c->shade.z0 = grad[0] + round; in ggl_zGrad3xv()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 800 const int round = 0; in filter16() local 833 if (round) in filter16() 848 if (round) in filter16() 862 if (round) in filter16() 894 const int round = 0; in filter32() local 922 if (round) in filter32() 938 if (round) in filter32() 953 if (round) in filter32()
|
/system/extras/pagecache/ |
D | pagecache.py | 55 return "%.2f" % round(num_pages * PAGE_SIZE / 1024.0 / 1024.0, 2) 58 return "%.2f" % round(int(num_bytes) / 1024.0 / 1024.0, 2)
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_fixed.h | 468 GGLfixed round; in gglMulx() local 475 : [round]"=&r"(round), [result]"=&r"(result) \ in gglMulx()
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 296 least 1024-byte packets. On a local network with 0.5ms round-trip time this will
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 10177 chaining value to use for IV in next round
|
D | raw_commands.txt | 10166 chaining value to use for IV in next round
|