Home | History | Annotate | Download | only in btm

Lines Matching refs:p_orig

1858 **                  p_orig:  original data before signature.
1866 BOOLEAN BTM_BleVerifySignature (BD_ADDR bd_addr, UINT8 *p_orig, UINT16 len, UINT32 counter,
1882 else if (p_orig == NULL)
1890 if (AES_CMAC(p_rec->ble.keys.csrk, p_orig, len, BTM_CMAC_TLEN_SIZE, p_mac))