Searched refs:cryptTruncBits (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 287 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation() argument
|
/system/netd/server/ |
D | NetdNativeService.h | 101 int32_t cryptTruncBits,
|
D | XfrmController.h | 118 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits,
|
D | XfrmController.cpp | 361 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()
|
D | NetdNativeService.cpp | 401 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, in ipSecAddSecurityAssociation() argument 413 cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|