Searched refs:aa (Results 1 – 3 of 3) sorted by relevance
/system/bt/osi/test/ |
D | ringbuffer_test.cpp | 37 uint8_t aa[] = {0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA}; in TEST() local 41 size_t added = ringbuffer_insert(rb, aa, 7); in TEST() 56 ASSERT_TRUE(0 == memcmp(aa, peek, peeked)); in TEST() 68 uint8_t aa[] = {0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA}; in TEST() local 69 size_t added = ringbuffer_insert(rb, aa, sizeof(aa)); in TEST() 87 ringbuffer_delete(rb, sizeof(aa)); in TEST()
|
/system/extras/verity/ |
D | verify_boot_signature.c | 230 static int hash_image(int fd, uint64_t length, const AuthAttrs *aa, in hash_image() argument 242 if (!aa || !digest) { in hash_image() 277 if ((bytes = i2d_AuthAttrs((AuthAttrs *) aa, NULL)) < 0) { in hash_image() 289 if (i2d_AuthAttrs((AuthAttrs *) aa, &p) < 0) { in hash_image()
|
/system/bt/stack/smp/ |
D | smp_utils.c | 850 UINT8 i, *aa = a, *bb = b; in smp_xor_128() local 855 aa[i] = aa[i] ^ bb[i]; in smp_xor_128()
|