OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_signature
(Results
1 - 5
of
5
) sorted by null
/system/bt/stack/smp/
smp_cmac.c
132
static BOOLEAN cmac_aes_k_calculate(BT_OCTET16 key, UINT8 *
p_signature
, UINT16 tlen)
158
memcpy(
p_signature
, p_mac, tlen);
286
**
p_signature
- data pointer to where signed data to be stored, tlen long.
292
UINT16 tlen, UINT8 *
p_signature
)
319
ret = cmac_aes_k_calculate(key,
p_signature
, tlen);
smp_int.h
542
UINT16 tlen, UINT8 *
p_signature
);
/system/bt/stack/gatt/
gatt_auth.c
50
UINT8 *
p_signature
;
local
66
p_signature
= p_attr->value + p_attr->len;
70
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
48
UINT16 tlen, UINT8 *
p_signature
);
[
all
...]
Completed in 3919 milliseconds