Home
last modified time | relevance | path

Searched refs:p_signature (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/smp/
Dsmp_cmac.c132 static BOOLEAN cmac_aes_k_calculate(BT_OCTET16 key, UINT8 *p_signature, UINT16 tlen) in cmac_aes_k_calculate() argument
158 memcpy(p_signature, p_mac, tlen); in cmac_aes_k_calculate()
292 UINT16 tlen, UINT8 *p_signature) in aes_cipher_msg_auth_code() argument
319 ret = cmac_aes_k_calculate(key, p_signature, tlen); in aes_cipher_msg_auth_code()
Dsmp_int.h539 UINT16 tlen, UINT8 *p_signature);
/system/bt/stack/gatt/
Dgatt_auth.c50 UINT8 *p_signature; in gatt_sign_data() local
66 p_signature = p_attr->value + p_attr->len; in gatt_sign_data()
70 p_signature)) { in gatt_sign_data()
/system/bt/stack/btm/
Dbtm_ble.c48 UINT16 tlen, UINT8 *p_signature);