Searched refs:cryptTruncBits (Results 1 – 7 of 7) sorted by relevance
/system/netd/server/ |
D | XfrmController.h | 217 int32_t cryptTruncBits, const std::string& aeadAlgo,
|
D | XfrmController.cpp | 532 const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, const std::string& aeadAlgo, in ipSecAddSecurityAssociation() argument 547 ALOGD("cryptTruncBits=%d,", cryptTruncBits); in ipSecAddSecurityAssociation() 566 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()
|
D | NetdNativeService.h | 167 int32_t cryptTruncBits, const std::string& aeadAlgo,
|
D | NetdNativeService.cpp | 605 const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, const std::string& aeadAlgo, in ipSecAddSecurityAssociation() argument 613 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|
/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 23 …runcBits, in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in @utf8InCpp… in ipSecAddSecurityAssociation() argument
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 298 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation() argument
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 40 …runcBits, in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in @utf8InCpp… in ipSecAddSecurityAssociation() argument
|