Home
last modified time | relevance | path

Searched refs:cryptAlgo (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/
DXfrmController.h216 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
DXfrmController.cpp531 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, in ipSecAddSecurityAssociation() argument
546 ALOGD("cryptAlgo=%s", cryptAlgo.c_str()); in ipSecAddSecurityAssociation()
566 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()
DNetdNativeService.h166 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
DNetdNativeService.cpp604 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/
DINetd.aidl23 …authAlgo, in byte[] authKey, in int authTruncBits, in @utf8InCpp String cryptAlgo, in byte[] crypt… in ipSecAddSecurityAssociation() argument
/system/netd/server/binder/android/net/
DINetd.aidl298 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation() argument
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl40 …authAlgo, in byte[] authKey, in int authTruncBits, in @utf8InCpp String cryptAlgo, in byte[] crypt… in ipSecAddSecurityAssociation() argument