Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 2 of 2) sorted by relevance

/hal_telink-latest/tlsr9/ble/algorithm/aes_ccm/
Daes_ccm.h105 …d aes_ll_ccm_encryption_init (u8 *ltk, u8 *skdm, u8 *skds, u8 *ivm, u8 *ivs, ble_crypt_para_t *pd);
124 void aes_ll_ccm_encryption(llPhysChnPdu_t *pllPhysChnPdu, u8 role, u8 ll_type, ble_crypt_para_t *pd
143 int aes_ll_ccm_decryption(llPhysChnPdu_t *pllPhysChnPdu, u8 role, u8 ll_type, ble_crypt_para_t *pd);
/hal_telink-latest/tlsr9/ble/common/
Dutility.c129 u8 *pd = f->p + (f->wptr++ & (f->num-1)) * f->size; in my_fifo_push() local
130 *pd++ = n & 0xff; in my_fifo_push()
131 *pd++ = (n >> 8) & 0xff; in my_fifo_push()
132 memcpy (pd, p, n); in my_fifo_push()