Searched refs:b0b1 (Results 1 – 1 of 1) sorted by relevance
419 uint8_t b0b1[19]; in aes_ccm_ble() local422 b0b1[0] = 0x49U; in aes_ccm_ble()426 b0b1[i + 1] = iv[i]; in aes_ccm_ble()429 b0b1[14] = (uint8_t) length >> 8; in aes_ccm_ble()430 b0b1[15] = (uint8_t) length; in aes_ccm_ble()431 b0b1[16] = 0; // upper octet of AAD length in aes_ccm_ble()432 b0b1[17] = 1; // lower octet of AAD length (BLE CCM always has only one byte of AAD) in aes_ccm_ble()433 b0b1[18] = header; // AAD in aes_ccm_ble()439 b0b1, sizeof(b0b1), in aes_ccm_ble()