Searched refs:p_msg (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/ |
| D | cybt_platform_hci.c | 208 static cybt_result_t ipc_hci_release_buffer(uint32_t *p_msg) in ipc_hci_release_buffer() argument 215 ipc_status = Cy_BTIPC_HCI_RelBuffer(&hci_cb.ipc_context, p_msg); in ipc_hci_release_buffer() 533 uint32_t *p_msg = NULL; in cybt_platform_hci_read() local 548 Cy_BTIPC_HCI_FIFOGet(&hci_cb.ipc_context, &p_msg, 0); in cybt_platform_hci_read() 549 Cy_BTIPC_HCI_getPTI ((cy_en_btipc_hcipti_t *)pti, p_length, p_msg); in cybt_platform_hci_read() 553 status = ipc_hci_release_buffer(p_msg); in cybt_platform_hci_read()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_cryptolite_rsa.c | 222 …uint8_t* p_msg = &p_buffer[4U*VU_BITS_TO_WORDS(2U*bit_size+1U) + 4U*VU_BITS_TO_WORDS(2U*bit… in Cy_Cryptolite_Rsa_Exp() local 230 (void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct0, p_msg, bitsize, (uint8_t*)p_a, bitsize); in Cy_Cryptolite_Rsa_Exp() 232 …Cy_Cryptolite_Rsa_Mont_Transform (base, cfContext, p_msg, p_barrett_u, p_mod, p_t1_2n1, p_t2_2n1, … in Cy_Cryptolite_Rsa_Exp() 234 (void)Cy_Cryptolite_Vu_mov_hw (base, vu_struct0, p_z, bitsize, p_msg, bitsize); in Cy_Cryptolite_Rsa_Exp() 242 …Cy_Cryptolite_Rsa_Mont_Mul (base, cfContext, p_z, p_t3_n, p_msg, p_mont_mod_der, p_mod, p_t1_2n1, … in Cy_Cryptolite_Rsa_Exp()
|