Home
last modified time | relevance | path

Searched refs:authKey (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.h84 const std::vector<uint8_t>& authKey,
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
386 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()