Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.h229 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.h187 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
DNetdNativeService.cpp565 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, in ipSecAddSecurityAssociation() argument
573 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()