Searched refs:p_signature (Results 1 – 5 of 5) sorted by relevance
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/include/tinycrypt/ |
D | ecc_dsa.h | 106 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/ |
D | smp_cmac.c | 133 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/ |
D | gatt_auth.c | 50 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/ |
D | smp_int.h | 537 UINT16 tlen, UINT8 *p_signature);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 47 UINT16 tlen, UINT8 *p_signature);
|