Home
last modified time | relevance | path

Searched defs:paddingLen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_header.h37 uint8_t paddingLen = 0; // Unit byte, range from 0 to 7. member
H A Dprotocol_proto.cpp433 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
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c34 int32_t paddingLen = AES_BLOCK_SIZE - inSize % AES_BLOCK_SIZE; in PaddingPkcs5() local