Searched refs:authKey (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 286 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation() argument
|
/system/netd/server/ |
D | NetdNativeService.h | 97 const std::vector<uint8_t>& authKey,
|
D | XfrmController.h | 117 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits,
|
D | NetdNativeService.cpp | 400 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, in ipSecAddSecurityAssociation() argument 412 authAlgo, authKey, authTruncBits, in ipSecAddSecurityAssociation()
|
D | XfrmController.cpp | 360 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, in ipSecAddSecurityAssociation() argument 392 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()
|