Searched refs:pt (Results 1 - 8 of 8) sorted by path

/system/bt/stack/avdt/
H A Davdt_scb_act.cc299 AVDT_REPORT_TYPE pt; local
306 pt = *p++;
310 switch (pt) {
348 AVDT_TRACE_ERROR("Bad Report pkt - packet type: %d", pt);
353 (*p_scb->stream_config.p_report_cback)(avdt_scb_to_hdl(p_scb), pt, local
/system/bt/stack/smp/
H A Dp_256_ecc_pp.cc249 bool ECC_ValidatePoint(const Point& pt) { argument
257 multiprecision_mersenns_squa_mod(y2_mod, (uint32_t*)pt.y, kl);
261 multiprecision_mersenns_squa_mod(rhs, (uint32_t*)pt.x, kl);
265 multiprecision_mersenns_mult_mod(rhs, rhs, (uint32_t*)pt.x, kl);
H A Dsmp_act.cc675 Point pt; local
676 memcpy(pt.x, p_cb->peer_publ_key.x, BT_OCTET32_LEN);
677 memcpy(pt.y, p_cb->peer_publ_key.y, BT_OCTET32_LEN);
679 if (!ECC_ValidatePoint(pt)) {
/system/core/libsync/
H A Dsync.c267 struct sync_pt_info *pt; local
272 pt = NULL;
274 while ((pt = sync_pt_info(legacy_info, pt)) != NULL)
288 pt = NULL;
290 while ((pt = sync_pt_info(legacy_info, pt)) != NULL) {
291 strlcpy(fence->obj_name, pt->obj_name, sizeof(fence->obj_name));
292 strlcpy(fence->driver_name, pt->driver_name,
294 fence->status = pt
[all...]
/system/core/libsync/tests/
H A Dsync_test.cpp226 struct sync_pt_info* pt = sync_pt_info(legacy, NULL); local
228 while (fenceIdx < modern->num_fences && pt != NULL) {
229 EXPECT_STREQ(fences[fenceIdx].obj_name, pt->obj_name);
230 EXPECT_STREQ(fences[fenceIdx].driver_name, pt->driver_name);
231 EXPECT_EQ(fences[fenceIdx].status, pt->status);
232 EXPECT_EQ(fences[fenceIdx].timestamp_ns, pt->timestamp_ns);
235 pt = sync_pt_info(legacy, pt);
238 EXPECT_EQ(NULL, pt);
/system/keymaster/include/keymaster/key_blob_utils/
H A Dae.h94 int ae_encrypt(ae_ctx* ctx, const void* nonce, const void* pt, int pt_len, const void* ad,
103 * pt - Pointer to plaintext bytes to be encrypted.
104 * pt_len - number of bytes pointed to by pt.
125 int ad_len, void* pt, const void* tag, int final);
137 * pt - Pointer to buffer to receive plaintext decryption.
149 * non-negative - Number of bytes written to pt.
/system/keymaster/key_blob_utils/
H A Docb.c918 int ae_encrypt(ae_ctx* ctx, const void* nonce, const void* pt, int pt_len, const void* ad, argument
928 const block* ptp = (block*)pt;
1130 int ad_len, void* pt, const void* tag, int final) {
1139 block* ptp = (block*)pt;
1352 ALIGN(16) char pt[128];
1356 for (i=0; i < 128; i++) pt[i] = i;
1357 i = ae_encrypt(ctx,nonce,pt,len,pt,len,ct,NULL,AE_FINALIZE);
1359 i = ae_encrypt(ctx,nonce,pt,0,pt,le
1129 ae_decrypt(ae_ctx* ctx, const void* nonce, const void* ct, int ct_len, const void* ad, int ad_len, void* pt, const void* tag, int final) argument
[all...]
/system/nfc/src/nfc/nci/
H A Dnci_hmsgs.cc142 uint8_t num = 0, ulen, len, *pt; local
156 pt = p_param_tlvs;
159 pt++;
161 ulen = *pt++;
162 pt += ulen;
548 uint8_t num = 0, ulen, len, *pt; local
562 pt = p_param_tlvs;
565 pt++;
567 ulen = *pt++;
568 pt
[all...]

Completed in 169 milliseconds