Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DINetd.aidl250 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation() argument
/system/netd/server/
DNetdNativeService.h85 int32_t authTruncBits,
DXfrmController.h103 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits,
DNetdNativeService.cpp349 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, in ipSecAddSecurityAssociation() argument
362 authAlgo, authKey, authTruncBits, in ipSecAddSecurityAssociation()
DXfrmController.cpp355 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, in ipSecAddSecurityAssociation() argument
368 ALOGD("authTruncBits=%d", authTruncBits); in ipSecAddSecurityAssociation()
386 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()