Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DINetd.aidl286 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits, in ipSecAddSecurityAssociation() argument
/system/netd/server/
DNetdNativeService.h97 const std::vector<uint8_t>& authKey,
DXfrmController.h117 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits,
DNetdNativeService.cpp400 const std::string& authAlgo, const std::vector<uint8_t>& authKey, int32_t authTruncBits, in ipSecAddSecurityAssociation() argument
412 authAlgo, authKey, authTruncBits, in ipSecAddSecurityAssociation()
DXfrmController.cpp360 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()