Searched defs:paddingLen (Results 1 – 3 of 3) sorted by relevance
37 uint8_t paddingLen = 0; // Unit byte, range from 0 to 7. member
433 void FillPhyHeaderLenInfo(uint32_t packetLen, uint64_t sum, uint8_t type, uint8_t paddingLen, CommP… in FillPhyHeaderLenInfo()455 uint8_t paddingLen = static_cast<uint8_t>(bufferByteLen.second - frameByteLen.second); in SetPhyHeader() local
34 int32_t paddingLen = AES_BLOCK_SIZE - inSize % AES_BLOCK_SIZE; in PaddingPkcs5() local