Home
last modified time | relevance | path

Searched defs:vecNum (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_openssl.c122 uint32_t AesGcmEncryptVec(AesVec *vec, uint32_t vecNum, CryptPara *cryptPara, uint8_t *outBuf, in AesGcmEncryptVec() argument
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value_parcel.cpp236 size_t vecNum = strVec.size(); in MarshallingStringArrayValue() local
269 size_t vecNum = vec.size(); in MarshallingVecUInt8AfterType() local
301 size_t vecNum = words.size(); in MarshallingVecBigIntAfterType() local
333 size_t vecNum = vec.size(); MarshallingVecDoubleAfterType() local
358 size_t vecNum = vec.size(); MarshallingVecBoolAfterType() local
514 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); UnmarshallingStringArrayValue() local
538 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); UnmarshallingVecUInt8() local
554 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); UnmarshallingVecDouble() local
570 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); UnmarshallingVecBool() local
586 size_t vecNum = *(reinterpret_cast<const size_t *>(startAddr)); UnmarshallingVecBigInt() local
[all...]

Completed in 3 milliseconds