Searched refs:cryptAlgo (Results 1 – 4 of 4) sorted by relevance
| /system/netd/server/ |
| D | XfrmController.h | 229 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
|
| D | XfrmController.cpp | 531 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()
|
| D | NetdNativeService.h | 187 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
|
| D | NetdNativeService.cpp | 565 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()
|