Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DINetd.aidl251 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation() argument
/system/netd/server/
DNetdNativeService.h86 const std::string& cryptAlgo,
DXfrmController.h104 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits,
DNetdNativeService.cpp350 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, in ipSecAddSecurityAssociation() argument
363 cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
DXfrmController.cpp356 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, in ipSecAddSecurityAssociation() argument
369 ALOGD("cryptAlgo=%s", cryptAlgo.c_str()); in ipSecAddSecurityAssociation()
389 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()