Searched refs:cryptKey (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 251 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation() argument
|
/system/netd/server/ |
D | NetdNativeService.h | 87 const std::vector<uint8_t>& cryptKey,
|
D | XfrmController.h | 104 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits,
|
D | NetdNativeService.cpp | 350 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, in ipSecAddSecurityAssociation() argument 363 cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|
D | XfrmController.cpp | 356 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, in ipSecAddSecurityAssociation() argument 389 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()
|