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

  /system/bt/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);
smp_int.h 538 UINT16 tlen, UINT8 *p_signature);
  /system/bt/stack/gatt/
gatt_auth.c 50 UINT8 *p_signature; local
68 p_signature = p_attr->value + p_attr->len;
72 p_signature))
  /external/mesa3d/src/glsl/
lower_jumps.cpp 173 loop_record(ir_function_signature* p_signature = 0, ir_loop* p_loop = 0)
175 this->signature = p_signature;
216 function_record(ir_function_signature* p_signature = 0,
219 this->signature = p_signature;
    [all...]
  /system/bt/stack/btm/
btm_ble.c 47 UINT16 tlen, UINT8 *p_signature);
    [all...]

Completed in 1004 milliseconds