Searched refs:authTruncBits (Results 1 – 7 of 7) sorted by relevance
/system/netd/server/ |
D | XfrmController.h | 215 const std::vector<uint8_t>& authKey, int32_t authTruncBits,
|
D | XfrmController.cpp | 531 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, in ipSecAddSecurityAssociation() argument 545 ALOGD("authTruncBits=%d", authTruncBits); in ipSecAddSecurityAssociation() 563 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()
|
D | NetdNativeService.h | 165 const std::vector<uint8_t>& authKey, int32_t authTruncBits,
|
D | NetdNativeService.cpp | 604 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, 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 …nt markMask, in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in @utf8InCpp… in ipSecAddSecurityAssociation() argument
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 297 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation() argument
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 40 …nt markMask, in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in @utf8InCpp… in ipSecAddSecurityAssociation() argument
|