Home
last modified time | relevance | path

Searched refs:cryptTruncBits (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/binder/android/net/
DINetd.aidl287 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation() argument
/system/netd/server/
DNetdNativeService.h101 int32_t cryptTruncBits,
DXfrmController.h118 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits,
DXfrmController.cpp361 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, in ipSecAddSecurityAssociation() argument
376 ALOGD("cryptTruncBits=%d,", cryptTruncBits); in ipSecAddSecurityAssociation()
395 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()
DNetdNativeService.cpp401 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, in ipSecAddSecurityAssociation() argument
413 cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()