Searched refs:CCM_TAG_LEN (Results 1 – 2 of 2) sorted by relevance
368 uint8_t tag[CCM_TAG_LEN] = { 0 };401 … (void)memcpy_s(spec.tag.data, CCM_TAG_LEN, cipherText + cipherTextLen - CCM_TAG_LEN, CCM_TAG_LEN);403 cipherTextLen -= CCM_TAG_LEN;420 uint8_t tag[CCM_TAG_LEN] = { 0 };453 … (void)memcpy_s(spec.tag.data, CCM_TAG_LEN, cipherText + cipherTextLen - CCM_TAG_LEN, CCM_TAG_LEN);455 cipherTextLen -= CCM_TAG_LEN;504 uint8_t tag[CCM_TAG_LEN] = { 0 };546 uint8_t tag[CCM_TAG_LEN] = { 0 };588 uint8_t tag[CCM_TAG_LEN] = { 0 };
43 static constexpr int32_t CCM_TAG_LEN = 12; variable