Searched refs:cryptKey (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/ |
D | XfrmControllerTest.cpp | 325 std::vector<uint8_t> cryptKey(KEY_LENGTH, 1); in testIpSecAddSecurityAssociation() local 358 128 /* auth trunc length */, "cbc(aes)" /* encryption algo */, cryptKey, in testIpSecAddSecurityAssociation() 426 EXPECT_EQ(0, memcmp(reinterpret_cast<void*>(cryptKey.data()), in testIpSecAddSecurityAssociation()
|
D | XfrmController.h | 225 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
|
D | NetdNativeService.h | 186 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
|
D | NetdNativeService.cpp | 588 const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, const std::string& aeadAlgo, in ipSecAddSecurityAssociation() argument 595 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|
D | XfrmController.cpp | 532 const std::vector<uint8_t>& cryptKey, int32_t cryptTruncBits, const std::string& aeadAlgo, in ipSecAddSecurityAssociation() argument 566 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()
|