Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/include/tinycrypt/
Decc_dsa.h106 unsigned p_hash_size, uint8_t *p_signature, uECC_Curve curve);
133 unsigned int p_hash_size, const uint8_t *p_signature, uECC_Curve curve);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c133 static BOOLEAN cmac_aes_k_calculate(BT_OCTET16 key, UINT8 *p_signature, UINT16 tlen) in cmac_aes_k_calculate() argument
156 memcpy(p_signature, p_mac, tlen); in cmac_aes_k_calculate()
281 UINT16 tlen, UINT8 *p_signature) in aes_cipher_msg_auth_code() argument
312 ret = cmac_aes_k_calculate(key, p_signature, tlen); in aes_cipher_msg_auth_code()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c50 UINT8 *p_signature; in gatt_sign_data() local
68 p_signature = p_attr->value + p_attr->len; in gatt_sign_data()
72 p_signature)) { in gatt_sign_data()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h537 UINT16 tlen, UINT8 *p_signature);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c47 UINT16 tlen, UINT8 *p_signature);