Searched refs:ble_crypt_para_t (Results 1 – 1 of 1) sorted by relevance
| /hal_telink-latest/tlsr9/ble/algorithm/aes_ccm/ |
| D | aes_ccm.h | 48 } ble_crypt_para_t; typedef 105 void aes_ll_ccm_encryption_init (u8 *ltk, u8 *skdm, u8 *skds, u8 *ivm, u8 *ivs, ble_crypt_para_t *p… 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);
|