HomeSort by relevance Sort by last modified time
    Searched refs:p_signature (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/smp/
smp_cmac.c 135 static BOOLEAN cmac_aes_k_calculate(BT_OCTET16 key, UINT8 *p_signature, UINT16 tlen)
161 memcpy(p_signature, p_mac, tlen);
289 ** p_signature - data pointer to where signed data to be stored, tlen long.
295 UINT16 tlen, UINT8 *p_signature)
327 ret = cmac_aes_k_calculate(key, p_signature, tlen);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 49 UINT8 *p_signature; local
67 p_signature = p_attr->value + p_attr->len;
71 p_signature))
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 38 extern BOOLEAN AES_CMAC ( BT_OCTET16 key, UINT8 *input, UINT16 length, UINT16 tlen, UINT8 *p_signature);
    [all...]

Completed in 43 milliseconds