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 | 533         const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo,  in ipSecAddSecurityAssociation()  argument 548     ALOGD("cryptAlgo=%s", cryptAlgo.c_str());  in ipSecAddSecurityAssociation() 568         .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)};  in ipSecAddSecurityAssociation()
  | 
| D | NetdNativeService.h | 186             const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
  | 
| D | NetdNativeService.cpp | 591         const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo,  in ipSecAddSecurityAssociation()  argument 599             markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits,  in ipSecAddSecurityAssociation()
  |